From cb66cae3766acd659c883199f3f76cce39c2c4fe Mon Sep 17 00:00:00 2001 From: fox Date: Sun, 6 Sep 2020 07:14:50 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index f462a20..3cc0b33 100644 --- a/Home.md +++ b/Home.md @@ -82,11 +82,6 @@ a2enmod proxy_http You will need to set ``SELF_URL_PATH`` to a correct (i.e. visible from the outside) value in the ``.env`` file. -### Stock Caddy container doesn't work on Raspberry Pi - -- You can use nginx frontend instead of Caddy by uncommenting ``web-nginx`` container in ``docker-compose.yml``. -- Alternatively, replace web container source image with ``jessestuart/caddy`` (note that it has telemetry enabled). - ### Backing up the database You can use something like this: @@ -99,7 +94,12 @@ docker-compose exec db /bin/bash \ | gzip -9 > backup.sql.gz ``` -(https://community.tt-rss.org/t/docker-compose-tt-rss/2894/233?u=fox) +[source](https://community.tt-rss.org/t/docker-compose-tt-rss/2894/233?u=fox) + +### Stock Caddy container doesn't work on Raspberry Pi + +- You can use nginx frontend instead of Caddy by uncommenting ``web-nginx`` container in ``docker-compose.yml``. +- Alternatively, replace web container source image with ``jessestuart/caddy`` (note that it has telemetry enabled). ## TODO