vaultwarden: init module #44
Loading…
Reference in a new issue
No description provided.
Delete branch "vaultwarden"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduces bitwarden as password manager for admins (and possibly PR stuff)
Accounts can be created by adding an ADMIN_TOKEN in the vaultwarden_env secret.
Since the admin dashboard is quite powerful. It is recommended to not leave the ADMIN_TOKEN active for too long.
@ -0,0 +13,4 @@
signupsAllowed = false;
# somehow this works
databaseUrl = "postgresql://vaultwarden@%2Frun%2Fpostgresql/vaultwarden";
rocketPort = 8000;
add smtp config, e.g.
Seems to work well in my tests!
@ -0,0 +13,4 @@
signupsAllowed = false;
# somehow this works
databaseUrl = "postgresql://vaultwarden@%2Frun%2Fpostgresql/vaultwarden";
rocketPort = 8000;
Thanks, implemented it :)
will resolve the conflicts and then merge
Maybe some time when https://github.com/dani-garcia/vaultwarden/pull/3154 is finished, we can configure SSO (but I'm not counting on it in the near future, it has been going on for ages).