-
-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Labels
featureNew feature or requestNew feature or request
Description
I am a big self-hoster, so of course I use an uptime monitor and a homepage/dashboard for all my services... The problem here is kanbn does not offer any healthcheck or statistics endpoint in the API.
/api/v1/health
This will return something along the lines of { "status": "ok" } to signal that the application is able to respond to requests, and that connections to databases (minio, postgres) are all good.
/api/v1/stats
This would return some data that would be able to display in a dashboard, such as number of workspaces, users, cards, etc. As of right now, there is no way to get this information without making requests to endpoints that would return an unnecessary amount of data.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request