[Enhancement]: Add healthcheck endpoint #411

Closed
opened 2026-04-24 23:08:12 +02:00 by adam · 1 comment
Owner

Originally created by @hskrtich on GitHub (Jun 2, 2022).

Describe the feature/enhancement

We need some sort of health check endpoint to make sure the webapp/server is up and responding correctly. This then could be added to the docker setup or other setups to auto restart if the server dies.

Originally created by @hskrtich on GitHub (Jun 2, 2022). ### Describe the feature/enhancement We need some sort of health check endpoint to make sure the webapp/server is up and responding correctly. This then could be added to the docker setup or other setups to auto restart if the server dies.
adam added the enhancement label 2026-04-24 23:08:12 +02:00
adam closed this issue 2026-04-24 23:08:12 +02:00
Author
Owner

@advplyr commented on GitHub (Jun 2, 2022):

There is a ping endpoint now that returns a JSON object.
https://yourserver.com/ping

I think the JSON object is unnecessary to return but if all you need to check is the status code then it will return a 200 if it succeeds.

@advplyr commented on GitHub (Jun 2, 2022): There is a ping endpoint now that returns a JSON object. `https://yourserver.com/ping` I think the JSON object is unnecessary to return but if all you need to check is the status code then it will return a 200 if it succeeds.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#411