Use basic-auth to protect librespeed rather than whitelist
This commit is contained in:
@ -13,4 +13,5 @@ services:
|
||||
- "traefik.http.routers.librespeed.rule=Host(`speed.jakehoward.tech`)"
|
||||
- "traefik.http.routers.librespeed.tls=true"
|
||||
- "traefik.http.routers.librespeed.tls.certresolver=le"
|
||||
- "traefik.http.routers.librespeed.middlewares=internal-only@file"
|
||||
- "traefik.http.routers.librespeed.middlewares=librespeed-auth@docker"
|
||||
- "traefik.http.middlewares.librespeed-auth.basicauth.users={{ librespeed_basicauth }}"
|
||||
|
Reference in New Issue
Block a user