# 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'