-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Immediately after installing this app (thank you for packaging it, by the way 🌻), the YunoHost installer provides a token to access Vaultwarden’s /admin page.
Once accessed, the following warning appears:
I click on the banner’s link, and I try to perform the following:
tommi@nebuchadnezzar:~$ sudo yunohost app shell vaultwarden
vaultwarden@nebuchadnezzar:~/live$ vaultwarden hash
bash: vaultwarden: command not found
vaultwarden@nebuchadnezzar:~/live$ echo -n "MySecretPassword" | argon2 "$(openssl rand -base64 32)" -e -id -k 65540 -t 3 -p 4
bash: argon2: command not found
vaultwarden@nebuchadnezzar:~/live$ exitNevertheless, it doesn’t seem to be working… Any advice on how to generate a secure Argon2 PHC string?
Thank you! 💕
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
