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:
parent
5154306148
commit
ba3ffa2568
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue