This commit is contained in:
DoTheEvolution 2020-05-09 02:49:15 +02:00
parent 1bb2698812
commit e24913fb3d
4 changed files with 19 additions and 17 deletions

View File

@ -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.</br>
@ -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</br>
`docker-compose pull`</br>
`docker-compose up -d`</br>
`docker image prune`
Manual image update:
- `docker-compose pull`</br>
- `docker-compose up -d`</br>
- `docker image prune`
# Backup and restore

View File

@ -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.</br>
@ -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</br>
`docker-compose pull`</br>
`docker-compose up -d`</br>
`docker image prune`
Manual image update:
- `docker-compose pull`</br>
- `docker-compose up -d`</br>
- `docker image prune`
# Backup and restore

View File

@ -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.</br>
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

View File

@ -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