-
|
I'm setting up a status page for my self-hosted services and would like to find a URL for each service that will work if a site is functioning normally. I didn't find any previous discussion specifically about a status endpoint. Internally there's a health check used for Docker etc of course, but the status page would ideally not require privileged access. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
The healthcheck API is not authenticated. You can use either |
Beta Was this translation helpful? Give feedback.
The healthcheck API is not authenticated. You can use either
/alive(the original Vaultwarden API) or/api/alive(the same API, just made available under a different path that Bitwarden added later on).