Fix Vaultwarden configuration issues

- Remove invalid SQLite URL format
- Disable SMTP configuration to prevent startup errors
- Vaultwarden now running successfully

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Infrastructure Admin 2025-09-27 01:20:04 -04:00
parent 5154306148
commit ba3ffa2568

View file

@ -39,14 +39,11 @@ spec:
INVITATIONS_ALLOWED: "true"
SIGNUPS_ALLOWED: "false"
SHOW_PASSWORD_HINT: "false"
# Email configuration (disable for now)
SMTP_HOST: ""
SMTP_FROM: ""
SMTP_FROM_NAME: "Vaultwarden"
# Email configuration (disabled)
# Admin settings
ADMIN_TOKEN: "vaultwarden-admin-token-change-in-production"
# Database (using SQLite for simplicity)
DATABASE_URL: "sqlite:///data/db.sqlite3"
DATABASE_URL: "/data/db.sqlite3"
# File attachments
ATTACHMENTS_FOLDER: "/data/attachments"
# Icons