change ntfy and apprise domain
This commit is contained in:
parent
63a9ca61e2
commit
fc47828451
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
apprise_urls: "apprises://apprise.pim.kunis.nl:444/shephard"
|
||||
apprise_urls: "apprises://apprise.kun.is:444/shephard"
|
||||
|
|
|
@ -53,13 +53,13 @@ services:
|
|||
- traefik.http.routers.uptime.tls.certresolver=letsencrypt
|
||||
|
||||
- traefik.http.routers.ntfy.entrypoints=websecure
|
||||
- traefik.http.routers.ntfy.rule=Host(`ntfy.pim.kunis.nl`)
|
||||
- traefik.http.routers.ntfy.rule=Host(`ntfy.kun.is`)
|
||||
- traefik.http.routers.ntfy.service=ntfy@file
|
||||
- traefik.http.routers.ntfy.tls=true
|
||||
- traefik.http.routers.ntfy.tls.certresolver=letsencrypt
|
||||
|
||||
- traefik.http.routers.apprise.entrypoints=localsecure
|
||||
- traefik.http.routers.apprise.rule=Host(`apprise.pim.kunis.nl`)
|
||||
- traefik.http.routers.apprise.rule=Host(`apprise.kun.is`)
|
||||
- traefik.http.routers.apprise.service=apprise@file
|
||||
- traefik.http.routers.apprise.tls=true
|
||||
- traefik.http.routers.apprise.tls.certresolver=letsencrypt
|
||||
|
|
Reference in a new issue