forked from SimpleHomelab/docker-traefik
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Several updates 2023_03_02. See full commit log.
* Converted by Synology M2 drives from cache device to a volume for docker. Significantly faster docker performance. Consequently few minor changes to paths (volume1 to volume3) * Updated traefik app yml for Home Assistant OS. * Replaced Transmission (with built in VPN killswitch) with Gluetun and Surfshark Wireguard VPN (https://bit.ly/shb-surfshark). * Replaced Transmission with qBittorrent (which I prefer) via Glueten VPN. * Added a whoami container on home server for testing purposes. * Replaced Dashy with Homepage. * Added deunhealth so qBittorrent heals after VPN disconnects/restarts * Updated docker and docker compose versions
- Loading branch information
1 parent
c7ad75f
commit f1c47fc
Showing
7 changed files
with
205 additions
and
136 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
appdata/traefik2/rules/cloudserver/app-haos-no-auth.yml.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
http: | ||
routers: | ||
haos-rtr: | ||
rule: "Host(`haos.{{env "DOMAINNAME_CLOUD_SERVER"}}`)" | ||
entryPoints: | ||
- https | ||
middlewares: | ||
- chain-no-auth | ||
service: haos-svc | ||
tls: | ||
certResolver: dns-cloudflare | ||
services: | ||
haos-svc: | ||
loadBalancer: | ||
servers: | ||
- url: "http://192.168.1.123:8123" # or whatever your external host's IP:port is |
16 changes: 0 additions & 16 deletions
16
appdata/traefik2/rules/cloudserver/app-hassos-no-auth.yml.example
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.