vaultwarden: init module #44

Merged
rouven0 merged 4 commits from vaultwarden into main 2023-07-12 15:59:50 +02:00
rouven0 commented 2023-07-04 14:22:51 +02:00 (Migrated from github.com)

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.

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.
fugidev (Migrated from github.com) reviewed 2023-07-12 13:03:11 +02:00
@ -0,0 +13,4 @@
signupsAllowed = false;
# somehow this works
databaseUrl = "postgresql://vaultwarden@%2Frun%2Fpostgresql/vaultwarden";
rocketPort = 8000;
fugidev (Migrated from github.com) commented 2023-07-12 13:03:10 +02:00

add smtp config, e.g.

      smtpHost = "127.0.0.1";
      smtpPort = 25;
      smtpSSL = false;
      smtpFrom = "noreply@${config.fsr.domain}";
      smtpFromName = "iFSR Vaultwarden";
add smtp config, e.g. ``` smtpHost = "127.0.0.1"; smtpPort = 25; smtpSSL = false; smtpFrom = "noreply@${config.fsr.domain}"; smtpFromName = "iFSR Vaultwarden"; ```
fugidev commented 2023-07-12 13:04:50 +02:00 (Migrated from github.com)

Seems to work well in my tests!

Seems to work well in my tests!
rouven0 (Migrated from github.com) reviewed 2023-07-12 15:47:20 +02:00
@ -0,0 +13,4 @@
signupsAllowed = false;
# somehow this works
databaseUrl = "postgresql://vaultwarden@%2Frun%2Fpostgresql/vaultwarden";
rocketPort = 8000;
rouven0 (Migrated from github.com) commented 2023-07-12 15:47:20 +02:00

Thanks, implemented it :)

Thanks, implemented it :)
fugidev (Migrated from github.com) approved these changes 2023-07-12 15:47:57 +02:00
rouven0 commented 2023-07-12 15:49:41 +02:00 (Migrated from github.com)

will resolve the conflicts and then merge

will resolve the conflicts and then merge
fugidev commented 2023-07-12 16:44:36 +02:00 (Migrated from github.com)

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).

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).
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: wurzel/fruitbasket#44
No description provided.