diff --git a/README.md b/README.md index 1a1ab69..3f82222 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bitwarden_rs/readme.md b/bitwarden_rs/readme.md index 788b116..8f28643 100644 --- a/bitwarden_rs/readme.md +++ b/bitwarden_rs/readme.md @@ -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)
-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).
+Bitwarden_rs documentation has a +[section on reverse proxy.](https://github.com/dani-garcia/bitwarden_rs/wiki/Proxy-examples) `Caddyfile` ``` diff --git a/bookstack/readme.md b/bookstack/readme.md index 81abd98..94ca3a5 100644 --- a/bookstack/readme.md +++ b/bookstack/readme.md @@ -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).
`Caddyfile` ``` diff --git a/ddclient/readme.md b/ddclient/readme.md index 52903af..7b06a81 100644 --- a/ddclient/readme.md +++ b/ddclient/readme.md @@ -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
- `docker-compose pull`
- `docker-compose up -d`
- `docker image prune` +* manual image update
+ `docker-compose pull`
+ `docker-compose up -d`
+ `docker image prune` diff --git a/homer/readme.md b/homer/readme.md index 2c39e97..efa0d10 100644 --- a/homer/readme.md +++ b/homer/readme.md @@ -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).
`Caddyfile` ``` diff --git a/nextcloud/readme.md b/nextcloud/readme.md index 497b878..9f434b7 100644 --- a/nextcloud/readme.md +++ b/nextcloud/readme.md @@ -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).
+Caddy v2 is used, details +[here](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2).
There are few extra directives here to fix some nextcloud warnings. `Caddyfile` diff --git a/portainer/readme.md b/portainer/readme.md index 4ce853e..0fc98ad 100644 --- a/portainer/readme.md +++ b/portainer/readme.md @@ -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).
`Caddyfile` ``` diff --git a/prometheus_grafana/readme.md b/prometheus_grafana/readme.md index 7c6ae7d..b74a1f0 100644 --- a/prometheus_grafana/readme.md +++ b/prometheus_grafana/readme.md @@ -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).
The setup is accessed through grafana. But occasionally there might be need to check with prometheus, diff --git a/watchtower/readme.md b/watchtower/readme.md index d9865e9..6d58923 100644 --- a/watchtower/readme.md +++ b/watchtower/readme.md @@ -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
- `docker-compose pull`
- `docker-compose up -d`
- `docker image prune` +* manual image update
+ `docker-compose pull`
+ `docker-compose up -d`
+ `docker image prune`