change detection

This commit is contained in:
2026-04-24 08:05:10 +00:00
parent ccb78c5136
commit 17bc72e189
+1 -1
View File
@@ -20,7 +20,7 @@ services:
- "traefik.http.middlewares.auth.basicauth.users=fartin:$$apr1$$zlkymds4$$hQVyOHjZ.hB8TVyCwmetv0" - "traefik.http.middlewares.auth.basicauth.users=fartin:$$apr1$$zlkymds4$$hQVyOHjZ.hB8TVyCwmetv0"
- "traefik.http.routers.changedetection.middlewares=auth" - "traefik.http.routers.changedetection.middlewares=auth"
- "traefik.http.routers.changedetection.entrypoints=websecure" - "traefik.http.routers.changedetection.entrypoints=websecure"
- "traefik.http.routers.changedetection.rule=Host(`pair.$DOMAIN_NAME`)" - "traefik.http.routers.changedetection.rule=Host(`change.knast.cc`)"
- "traefik.http.routers.changedetection.tls.certresolver=letsencr" - "traefik.http.routers.changedetection.tls.certresolver=letsencr"
- "traefik.http.services.changedetection.loadbalancer.server.port=5000" - "traefik.http.services.changedetection.loadbalancer.server.port=5000"