change ntfy and apprise domain

This commit is contained in:
Pim Kunis 2023-07-12 20:04:33 +02:00
parent 63a9ca61e2
commit fc47828451
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
apprise_urls: "apprises://apprise.pim.kunis.nl:444/shephard"
apprise_urls: "apprises://apprise.kun.is:444/shephard"

View file

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