From e24913fb3d14a78a3d940d2ed52e95837541ad8e Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sat, 9 May 2020 02:49:15 +0200 Subject: [PATCH] update --- bitwarden_rs/readme.md | 15 ++++++++------- bookstack/readme.md | 15 ++++++++------- dnsmasq/readme.md | 4 ++-- nextcloud/readme.md | 2 +- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/bitwarden_rs/readme.md b/bitwarden_rs/readme.md index 9f8aed7..db00e1a 100644 --- a/bitwarden_rs/readme.md +++ b/bitwarden_rs/readme.md @@ -44,7 +44,7 @@ only the server is a different implementation. * `bitwarden-data/` - a directory where bitwarden will store its database and other data * `.env` - a file containing environmental variables for docker compose -* `docker-compose.yml` - a docker compose file, telling docker how to build bitwarden container +* `docker-compose.yml` - a docker compose file, telling docker how to build the container * `bitwarden-backup-script.sh` - a backup script if you want it You only need to provide the files.
@@ -162,13 +162,14 @@ So you better manually sync before making changes. # Update -* [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) -updates the image automatically +[Watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) +updates the image automatically. -* manual image update
- `docker-compose pull`
- `docker-compose up -d`
- `docker image prune` +Manual image update: + +- `docker-compose pull`
+- `docker-compose up -d`
+- `docker image prune` # Backup and restore diff --git a/bookstack/readme.md b/bookstack/readme.md index 8ef5b18..7281e33 100644 --- a/bookstack/readme.md +++ b/bookstack/readme.md @@ -37,7 +37,7 @@ which uses nginx as a web server. * `bookstack-data/` - a directory where bookstack will store its web app data * `bookstack-db-data/` - a directory where bookstack will store its MySQL database data * `.env` - a file containing environmental variables for docker compose -* `docker-compose.yml` - a docker compose file, telling docker how to build bookstack container +* `docker-compose.yml` - a docker compose file, telling docker how to build the containers * `bookstack-backup-script.sh` - a backup script if you want it You only need to provide the files.
@@ -134,13 +134,14 @@ book.{$MY_DOMAIN} { # Update - * [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) - updates the image automatically +[Watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) +updates the image automatically. - * manual image update
- `docker-compose pull`
- `docker-compose up -d`
- `docker image prune` +Manual image update: + +- `docker-compose pull`
+- `docker-compose up -d`
+- `docker image prune` # Backup and restore diff --git a/dnsmasq/readme.md b/dnsmasq/readme.md index d75709e..9ca2e58 100644 --- a/dnsmasq/readme.md +++ b/dnsmasq/readme.md @@ -100,9 +100,9 @@ dhcp-host=08:00:27:68:f9:bf,192.168.1.150 * `dnsmasq --test` - validates the config * `dnsmasq --help dhcp` - lists all the DHCP options -You can also run just DNS server, by deleting the DHCP section +You can also run **just DNS server**, by deleting the DHCP section in the `dnsmasq.conf` to the end.
-Then on your router, in the DNS settings, you just put in the ip address +Then on your router, in the DHCP>DNS settings, you just put in the ip address of the dnsmasq host as the DNS server. # resolv.conf diff --git a/nextcloud/readme.md b/nextcloud/readme.md index b95d81f..1009ca3 100644 --- a/nextcloud/readme.md +++ b/nextcloud/readme.md @@ -201,7 +201,7 @@ There are few extra directives here to fix some nextcloud warnings. `Caddyfile` ``` nextcloud.{$MY_DOMAIN} { - reverse_proxy nextcloud:80 + reverse_proxy nextcloud-web:80 header Strict-Transport-Security max-age=31536000; redir /.well-known/carddav /remote.php/carddav 301 redir /.well-known/caldav /remote.php/caldav 301