hedgedoc/lib
Erik Michelson 9949e3a875 feat(healthcheck): add /_health endpoint
This endpoint returns the internal readiness state used by
the realtime code to indicate whether HedgeDoc is performing
properly. As it only returns the state of a variable, it is
less resource hungry compared to a call to /status for
checking the health of HedgeDoc.

By prepending the route with an underscore, it should not be conflicting with already created pads in FreeURL mode.

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-03-19 22:09:16 +01:00
..
config Allow setting documentMaxLength via CMD_DOCUMENT_MAX_LENGTH 2023-03-09 10:20:42 +01:00
migrations refactor(migrations): move cleanup code into migration 2022-11-06 22:24:48 +01:00
models style(migrations): fix formatting errors 2022-11-06 22:24:48 +01:00
ot
web feat(healthcheck): add /_health endpoint 2023-03-19 22:09:16 +01:00
workers
csp.js
errors.js Fix express deprecation warning 2022-10-30 22:15:16 +01:00
history.js
letter-avatars.js
logger.js
prometheus.js
realtime.js
response.js
utils.js