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
```
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When I follow the documentation to prepare a new instance for deployment and run:
abra app cmd -l MYAPPDOMAIN insert_vaultwarden_admin_tokenI get this error:
Seems relevant: #5
Oh wait, that's in the script itself @marlon:
You need to
abra app run ... app bashandapt install argon2? (or whatever OS/distro it is / package manager, etc.)This could be documented: https://git.coopcloud.tech/coop-cloud/vaultwarden#tips--tricks
documented in this PR
#11