34 Commits
Author SHA1 Message Date
Dmitry VerkhoturovandUmputun 07f6b9a0a0 Remove obsolete version key from compose files
The top-level version: "2" field is ignored by modern Docker Compose,
which warns about it on every invocation. Drop it from docker-compose.yml
and the compose-dev-backend, compose-dev-frontend and compose-e2e-test
files.
2026-07-11 01:33:06 -05:00
Dmitry Verkhoturov bb650d7526 Migrate Docker images from Docker Hub to GitHub Container Registry
This commit replaces all references to `umputun/remark42` Docker images
on Docker Hub with `ghcr.io/umputun/remark42` from the GitHub
Container Registry. It updates various Docker Compose files,
documentation, and the Makefile to use the new image location.
It also updates the kubernetes example to use the latest version.

Docker Hub is going to kill free pulls for too long by now.
2025-03-01 23:15:09 +00:00
Dmitry VerkhoturovandGitHub 995c4963fb Update docker-compose.yml with example for local reverse proxy
In discussion #1852 I realised that we don't have example with reverse proxy running outside of docker, this commit fixes that.
2024-11-20 00:57:46 +00:00
Dmitry VerkhoturovandUmputun 68fe6eb55f Update docker-compose command to docker compose
Compose is part of docker command for years and during local development
 on Mac I have to change makefile locally for commands to work.
2024-10-20 17:17:10 -05:00
Dmitry VerkhoturovandUmputun 96b75af027 proper grammar for ADMIN_PASSWD parameter notes 2022-08-23 21:22:32 -05:00
Dmitry VerkhoturovandUmputun 0aa6052eba update backup documentation
Few things here:
1. Merge automatic and manual backup to a single page
2. State that ADMIN_PASSWD must be enabled for backup or restore to work
3. Remove unneeded usage of --admin-passwd from commands
  inside the container
4. Make the main backups page (not clickable through the interface,
  available only in search) redirect to information about backups
  instead of displaying text
5. Add HTTPS port to canonical docker-compose.yml
6. Clarify build option in the canonical docker-compose.yaml
2022-07-25 12:09:42 -05:00
Dmitry VerkhoturovandUmputun 9dbc36e426 remove explicit /srv/ usage from docker-compose files
We have plenty of paths used in the application, but two of them
are hardcoded in examples all over the code for historical reasons.

I found that by default in Docker, the path would resolve to the value
we are setting it explicitly to, so it doesn't make sense to set
a few variables we are setting now explicitly.
2022-02-07 03:54:54 -06:00
Pavel MineevandUmputun 0352d047fa use 2 space indentation for yml 2021-08-01 12:26:40 -05:00
Dmitry VerkhoturovandUmputun 6a5cd79074 docker-compose format and comment fixes (#492)
* fix typos in readme

* unify format of docker-compose files, fix comments
2019-12-17 01:36:10 -06:00
Umputun 4215db8d89 change to ADMIN 2018-12-30 17:42:54 -06:00
UmputunandGitHub ba6bab5b91 Feature/cmd (#195)
* support flags commands, move to cmd

* fix target name

* test for happy path importer

* add export cmd

* fix wrong import, lint warns

* increase test timeout

* add sellp to allow main test server to start

* implement all cmds

* handle backup/restore errors

* fix import status check, hide secret from logs

* backup cmd err tests

* randimize test port

* avoid dup code in Last controller

* add target to make all bin archives

* remove container in make

* add smiple scripts to simplify commands, update readme

* add docs on dockerless, enforce app user

* add restore info

* move last to lastCommentsScope const
2018-08-26 21:45:04 -05:00
Aleksei GurianovandGitHub a544aff6ac improve and document developer setup (#161)
japanese commit
fixes #158
2018-07-13 09:54:12 +04:00
Umputun 21b0d0f7fd change image in docs and examples to :latest 2018-06-19 15:32:16 -05:00
Umputun 28a7e4f266 fix image name in demo compose 2018-06-11 00:56:10 -05:00
Umputun 194ece1fa0 add /deleteme request #47 2018-06-03 00:49:37 -05:00
Umputun 0bc88c606b remove profile 2018-05-06 15:07:20 -05:00
Umputun c8e496e94a set USER via start.sh only 2018-04-14 13:52:43 -05:00
igoradamenko bb12630ee5 Revert "pass REMARK_URL as arg to frontend part during build time"
This reverts commit d9d1082
2018-04-14 21:28:16 +03:00
Umputun e634d5ae3e add start.sh as command 2018-04-10 15:02:45 -05:00
Umputun 3cfe60c729 comment web mapping by default 2018-04-08 13:23:33 -05:00
igoradamenko d9d1082f9e pass REMARK_URL as arg to frontend part during build time 2018-04-08 15:19:13 +03:00
Umputun 2c355e009d add preparation for disqus oauth2 2018-03-25 17:53:07 -05:00
Umputun 26318cb07d switch to coreos bbolt 2018-03-07 13:05:57 -06:00
Umputun b41145d670 dbg for fb pic 2018-02-14 02:21:37 -06:00
Umputun 42e5787bbe use :mastr image 2018-01-29 00:06:36 -06:00
Umputun 01a8ac9b7c better stats for disqus converter 2018-01-23 22:02:55 -06:00
Umputun aef02690af export MHOST env 2018-01-21 15:27:12 -06:00
Umputun e83c552576 update compose and remove default admins 2018-01-01 14:28:11 -06:00
Umputun da625dd31e . 2017-12-31 15:47:26 -06:00
Umputun 29701f7c61 fix compose image name 2017-12-30 11:42:07 -06:00
Eugene 3be3adbd3c external site url 2017-12-22 16:45:48 -06:00
Eugene c034a84c6b working local dev config 2017-12-22 14:42:15 -06:00
Eugene 3c74c3f214 oauth2 with google and github 2017-12-21 20:41:34 -06:00
Eugene eb32dda24c init 2017-12-20 15:29:54 -06:00