File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,16 @@ services:
41
41
# - traefik.http.routers.vaultwarden.rule=Host(`bitwarden.example.com`)
42
42
# - traefik.http.routers.vaultwarden.service=vaultwarden
43
43
# - traefik.http.services.vaultwarden.loadbalancer.server.port=80
44
+ # # Block access to the /admin dashboard from public ip ranges
44
45
# - traefik.http.routers.vaultwarden-admin.rule=Host(`bitwarden.example.com`) && Path(`/admin`)
45
46
# - traefik.http.routers.vaultwarden-admin.service=vaultwarden
46
47
# - traefik.http.services.vaultwarden-admin.loadbalancer.server.port=80
47
48
# - traefik.http.routers.vaultwarden-admin.middlewares=local-ipwhitelist@file,authelia@file
49
+ # # Block access to the /api/version endpoint from public ip ranges
50
+ # - traefik.http.routers.vaultwarden-admin.rule=Host(`bitwarden.example.com`) && Path(`/api/version`)
51
+ # - traefik.http.routers.vaultwarden-admin.service=vaultwarden
52
+ # - traefik.http.services.vaultwarden-admin.loadbalancer.server.port=80
53
+ # - traefik.http.routers.vaultwarden-admin.middlewares=local-ipwhitelist@file,authelia@file
48
54
49
55
# this service will backup your vaultwarden instance correctly
50
56
# see https://github.com/Bruceforce/vaultwarden-backup for more information
You can’t perform that action at this time.
0 commit comments