fix: Resolve Vaultwarden unprivileged port binding and update Admin Token docs

This commit is contained in:
2026-02-22 18:38:38 -05:00
parent e6cbe70836
commit 1d7df93a94
3 changed files with 11 additions and 2 deletions

View File

@@ -19,7 +19,9 @@ SMTP_USERNAME=your_username
SMTP_PASSWORD=your_password
# Admin Panel Token (Optional)
# Generate a secure hash using: vaultwarden hash
# IMPORTANT: Do not use plain text! Generate a secure hash by running this command via SSH on your NAS:
# docker run --rm -it vaultwarden/server vaultwarden hash
# It will prompt for a password and output a hash. Paste the full hash below.
# Example:
# ADMIN_TOKEN=$$argon2id$$v=19...
ADMIN_TOKEN=your_generated_admin_token