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

@@ -32,6 +32,11 @@ Vaultwarden is a lightweight, community-driven server implementation of the Bitw
- [ ] **Action**: In the Portainer Stack configuration, upload or define the variables from `stack.env`.
- Important: Ensure `DOMAIN` is set correctly for WebAuthn/FIDO2 to function.
- Temporary: Keep `SIGNUPS_ALLOWED=true` initially.
- [ ] **Action (Admin Token)**: The Vaultwarden Admin Panel requires a secure hash, not plain text. To generate it, SSH into your NAS and run:
```bash
docker run --rm -it vaultwarden/server vaultwarden hash
```
Enter your desired admin password, copy the generated `$$argon2id$$...` string, and paste it as the `ADMIN_TOKEN` value.
### Deploy Stack
- [ ] **Action**: Create a new stack named `vaultwarden-stack`.