Skip to content

Commit

Permalink
chore: remove middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Nov 12, 2024
1 parent 572fa1b commit d5eee74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/vaultwarden/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ services:
# - traefik.http.routers.vaultwarden-admin.rule=Host(`bitwarden.example.com`) && Path(`/admin`)
# - traefik.http.routers.vaultwarden-admin.service=vaultwarden
# - traefik.http.services.vaultwarden-admin.loadbalancer.server.port=80
# - traefik.http.routers.vaultwarden-admin.middlewares=local-ipwhitelist@file,authelia@file
# - traefik.http.routers.vaultwarden-admin.middlewares=local-ipwhitelist@file
## Block access to the /api/version endpoint from public ip ranges
# - traefik.http.routers.vaultwarden-admin.rule=Host(`bitwarden.example.com`) && Path(`/api/version`)
# - traefik.http.routers.vaultwarden-admin.service=vaultwarden
# - traefik.http.services.vaultwarden-admin.loadbalancer.server.port=80
# - traefik.http.routers.vaultwarden-admin.middlewares=local-ipwhitelist@file,authelia@file
# - traefik.http.routers.vaultwarden-admin.middlewares=local-ipwhitelist@file

# this service will backup your vaultwarden instance correctly
# see https://github.com/Bruceforce/vaultwarden-backup for more information
Expand Down

0 comments on commit d5eee74

Please sign in to comment.