pairdrop auth

This commit is contained in:
2026-04-24 07:16:03 +00:00
parent 9b174828fe
commit 20b9a63541
+1 -1
View File
@@ -16,7 +16,7 @@ services:
labels:
- "traefik.enable=true"
- "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.pairdrop.middlewares=auth"
- "traefik.http.routers.pairdrop.entrypoints=websecure"
- "traefik.http.routers.pairdrop.rule=Host(`pair.$DOMAIN_NAME`)"