insert_vaultwarden_admin_token command fails #10

Closed
opened 2025-05-01 22:43:47 +00:00 by marlon · 3 comments
Owner

When I follow the documentation to prepare a new instance for deployment and run:
abra app cmd -l MYAPPDOMAIN insert_vaultwarden_admin_token
I get this error:

argon2 could not be found, please install it to proceed.
FATA exit status 1
When I follow the documentation to prepare a new instance for deployment and run: `abra app cmd -l MYAPPDOMAIN insert_vaultwarden_admin_token` I get this error: ``` argon2 could not be found, please install it to proceed. FATA exit status 1 ```
Owner

Seems relevant: #5

Seems relevant: https://git.coopcloud.tech/coop-cloud/vaultwarden/issues/5
Owner

Oh wait, that's in the script itself @marlon:

abra.sh Lines 5 to 7 in 681d84009e
if ! command -v argon2 &> /dev/null; then
echo "argon2 could not be found, please install it to proceed."
exit 1

You need to abra app run ... app bash and apt install argon2? (or whatever OS/distro it is / package manager, etc.)

This could be documented: https://git.coopcloud.tech/coop-cloud/vaultwarden#tips--tricks

Oh wait, that's in the script itself @marlon: https://git.coopcloud.tech/coop-cloud/vaultwarden/src/commit/681d84009e1dfd871963c07bea21ec735bc0569b/abra.sh#L5-L7 You need to `abra app run ... app bash` and `apt install argon2`? (or whatever OS/distro it is / package manager, etc.) This could be documented: https://git.coopcloud.tech/coop-cloud/vaultwarden#tips--tricks
Author
Owner

documented in this PR
#11

documented in this PR https://git.coopcloud.tech/coop-cloud/vaultwarden/pulls/11
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/vaultwarden#10
No description provided.