1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 10:15:41 +02:00
vaultwarden/src
BlackDex 881524bd54
Added DbConn to /alive healthcheck
During a small discusson on Matrix it seems logical to have the /alive
endpoint also check if the database connection still works.

The reason for this was regarding a certificate which failed/expired
while vaultwarden and the database were still up-and-running, but
suddenly vaultwarden couldn't connect anymore.

With this `DbConn` added to `/alive`, it will be more accurate, because
of vaultwarden can't reach the database, it isn't alive.
2021-10-09 14:16:27 +02:00
..
api Added DbConn to /alive healthcheck 2021-10-09 14:16:27 +02:00
db feature: Support single organization policy 2021-10-02 19:30:19 +02:00
static Merge branch 'mail-errors' of https://github.com/BlackDex/vaultwarden into BlackDex-mail-errors 2021-10-08 22:28:46 +02:00
auth.rs Add Emergency contact feature 2021-09-17 01:25:44 +02:00
config.rs feature: Support single organization policy 2021-10-02 19:30:19 +02:00
crypto.rs Rework file ID generation 2021-05-25 23:15:24 -07:00
error.rs Updated icon downloading 2021-09-24 18:27:52 +02:00
mail.rs Merge branch 'mail-errors' of https://github.com/BlackDex/vaultwarden into BlackDex-mail-errors 2021-10-08 22:28:46 +02:00
main.rs Add Emergency contact feature 2021-09-17 01:25:44 +02:00
util.rs Fix error reporting in admin and some small fixes 2021-10-08 00:01:24 +02:00