This commit is contained in:
DoTheEvolution 2020-05-01 11:51:20 +02:00
parent 2edb3830ab
commit 168f9816ca
9 changed files with 31 additions and 24 deletions

View File

@ -2,8 +2,12 @@
###### guide by example
---
![logo](https://i.imgur.com/u5LH0jI.png)
---
* [bitwarden_rs](bitwarden_rs/) - password manager
* [bookstack](bookstack/) - notes and documentation
* [borg_backup](borg_backup/) - backup utility

View File

@ -78,8 +78,10 @@ If one does not exist yet: `docker network create caddy_net`
# Reverse proxy
Caddy v2 is used, details [here.](https://github.com/DoTheEvo/Caddy-v2-docker-example-setup)</br>
Bitwarden_rs documentation has a [section on reverse proxy.](https://github.com/dani-garcia/bitwarden_rs/wiki/Proxy-examples)
Caddy v2 is used, details
[here](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2).</br>
Bitwarden_rs documentation has a
[section on reverse proxy.](https://github.com/dani-garcia/bitwarden_rs/wiki/Proxy-examples)
`Caddyfile`
```

View File

@ -28,7 +28,8 @@ Documentation and notes.
# docker-compose
Dockerhub linuxserver/bookstack [example compose.](https://hub.docker.com/r/linuxserver/bookstack)
Dockerhub linuxserver/bookstack
[example compose.](https://hub.docker.com/r/linuxserver/bookstack)
`docker-compose.yml`
```yml
@ -100,8 +101,8 @@ If one does not exist yet: `docker network create caddy_net`
# Reverse proxy
Caddy v2 is used,
details [here](https://github.com/DoTheEvo/Caddy-v2-examples)
Caddy v2 is used, details
[here](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2).</br>
`Caddyfile`
```

View File

@ -98,10 +98,10 @@ blabla.net,*.blabla.net,whatever.blabla.org
# Update
* [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower)
updates the image automaticly
* [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower)
updates the image automaticly
* manual image update</br>
`docker-compose pull`</br>
`docker-compose up -d`</br>
`docker image prune`
* manual image update</br>
`docker-compose pull`</br>
`docker-compose up -d`</br>
`docker image prune`

View File

@ -56,8 +56,8 @@ TZ=Europe/Prague
# Reverse proxy
Caddy v2 is used,
details [here.](https://github.com/DoTheEvo/Caddy-v2-docker-example-setup)
Caddy v2 is used, details
[here](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2).</br>
`Caddyfile`
```

View File

@ -138,8 +138,8 @@ If one does not exist yet: `docker network create caddy_net`
[Nextcloud official documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/reverse_proxy_configuration.html)
regarding reverse proxy.
Caddy v2 is used,
details [here](https://github.com/DoTheEvo/Caddy-v2-docker-example-setup).</br>
Caddy v2 is used, details
[here](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2).</br>
There are few extra directives here to fix some nextcloud warnings.
`Caddyfile`

View File

@ -55,8 +55,8 @@ TZ=Europe/Prague
# reverse proxy
Caddy v2 is used,
details [here](https://github.com/DoTheEvo/Caddy-v2-docker-example-setup).
Caddy v2 is used, details
[here](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2).</br>
`Caddyfile`
```

View File

@ -264,8 +264,8 @@ for host network monitoring not showing traffick.
# Reverse proxy
Caddy v2 is used,
details [here](https://github.com/DoTheEvo/Caddy-v2-examples)
Caddy v2 is used, details
[here](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2).</br>
The setup is accessed through grafana.
But occasionally there might be need to check with prometheus,

View File

@ -59,9 +59,9 @@ WATCHTOWER_INCLUDE_STOPPED=false
# Update
* [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) updates itself automaticly
* [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) updates itself automaticly
* manual image update</br>
`docker-compose pull`</br>
`docker-compose up -d`</br>
`docker image prune`
* manual image update</br>
`docker-compose pull`</br>
`docker-compose up -d`</br>
`docker image prune`