From 0b1c2235907d5da6bca50a6e798e5b658460554e Mon Sep 17 00:00:00 2001 From: dado Date: Sun, 8 Jun 2025 14:48:51 +0200 Subject: [PATCH] update admin token --- vaultwarden/.env | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vaultwarden/.env b/vaultwarden/.env index acb9851..5cf2d5e 100644 --- a/vaultwarden/.env +++ b/vaultwarden/.env @@ -1,6 +1,8 @@ VAULT_DOMAN="https://vault.novemila.org" -VAULT_ADMIN_TOKEN="" VAULT_SMTP_HOST="mail.infomaniak.com" VAULT_SMTP_FROM="novemila@ik.me" VAULT_SMTP_USER="novemila@ik.me" -VAULT_SMTP_PASSWD="" \ No newline at end of file +VAULT_SMTP_PASSWD="" +VAULT_ADMIN_TOKEN='' +# https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#using-argon2 +# echo -n "MySecretPassword" | argon2 "$(openssl rand -base64 32)" -e -id -k 65540 -t 3 -p 4 \ No newline at end of file