mam-dev / cosmo

Cosmo Calendar Server implements the server side of the CalDAV protocol.
Apache License 2.0
77 stars 45 forks source link

is there a specific health check url for an instance #50

Closed f1-outsourcing closed 3 years ago

f1-outsourcing commented 3 years ago

Sorry for harassing so much here, as you maybe noticed I am testing with your application. Looks promising!

Anyway for container deployments it is always nice to have some health check url to use. Is there a some endpoint I can use for this that does not require authentication? (sorry do not know to much about the caldav standard). If so, maybe nice to put in the readme

danielgrigore commented 3 years ago

There isn't a health check included. But one can be added easily. Please have a look at spring-boot-starter-actuator library. Cheers,