docs: add README and .env.example

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 13:31:51 +01:00
parent 81502f4fdd
commit 31067e8722
2 changed files with 132 additions and 0 deletions

4
.env.example Normal file
View 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'