fix: Resolve Vaultwarden unprivileged port binding and update Admin Token docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user