Skip to content

Commit

Permalink
fix vaultwarden
Browse files Browse the repository at this point in the history
  • Loading branch information
coodyme committed Jul 23, 2024
1 parent ceef28b commit 7c2f408
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose/vaultwarden/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ services:
- DOMAIN=$DOMAIN
- LOGIN_RATELIMIT_MAX_BURST=10
- LOGIN_RATELIMIT_SECONDS=60
- ADMIN_RATELIMIT_MAX_BURST=10
- ADMIN_RATELIMIT_SECONDS=60
#- ADMIN_RATELIMIT_MAX_BURST=10
#- ADMIN_RATELIMIT_SECONDS=60
- SENDS_ALLOWED=false
- EMERGENCY_ACCESS_ALLOWED=true
- WEB_VAULT_ENABLED=true
- ADMIN_TOKEN=$ADMIN_TOKEN
#- ADMIN_TOKEN=$ADMIN_TOKEN
- INVITATIONS_ALLOWED=true
- SHOW_PASSWORD_HINT=false
- SIGNUPS_ALLOWED=true
Expand All @@ -33,6 +33,7 @@ services:
- SMTP_USERNAME=$SMTP_USERNAME
- SMTP_PASSWORD=$SMTP_PASSWORD
- SMTP_AUTH_MECHANISM=$SMTP_AUTH_MECHANISM
- SIGNUPS_DOMAINS_WHITELIST=$SIGNUPS_DOMAINS_WHITELIST
volumes:
- ${DATA_DIR}:/data
network_mode: bridge
1 change: 1 addition & 0 deletions ntfy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/ntfy.sh)"

0 comments on commit 7c2f408

Please sign in to comment.