docs: add README and .env.example
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
4
.env.example
Normal file
4
.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
# Token d'administration Vaultwarden
|
||||
# Generer avec : echo -n "MonMotDePasse" | argon2 "$(openssl rand -base64 32)" -e -id -k 65540 -t 3 -p 4
|
||||
# Ou utiliser un token en clair (moins securise)
|
||||
VAULTWARDEN_ADMIN_TOKEN='votre_token_ici'
|
||||
Reference in New Issue
Block a user