You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used this: echo -n "MySecretPassword" | argon2 "$(openssl rand -base64 32)" -e -id -k 65540 -t 3 -p 4 to generate an argon2 hash.
It gave me this: $argon2idxxxxxxxxxxxxx copy pasted the output into the env and restarted / redeployed the container. Nnow its saying on the website:
I have tried to add a extra $ like this $$argon2idxxxxxxxxxxxxx
But then it crashes and it wont start up.
I use coolify to host the docker image on a VPS. Everything works, saving, adding, editing removing importing etc etc. But the https://vault.domain.com/admin page keeps screaming Error: Invalid admin token....
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have used this:
echo -n "MySecretPassword" | argon2 "$(openssl rand -base64 32)" -e -id -k 65540 -t 3 -p 4to generate an argon2 hash.It gave me this:

$argon2idxxxxxxxxxxxxxcopy pasted the output into the env and restarted / redeployed the container. Nnow its saying on the website:I have tried to add a extra $ like this
$$argon2idxxxxxxxxxxxxxBut then it crashes and it wont start up.
I use coolify to host the docker image on a VPS. Everything works, saving, adding, editing removing importing etc etc. But the https://vault.domain.com/admin page keeps screaming Error: Invalid admin token....
Beta Was this translation helpful? Give feedback.
All reactions