Hey,
I’m implementing compliance rules in my company and one of them is having as much containers having health check in Docker as possible. Vikunja already has an endpoint /health which could be used for it, but since the official Docker container is based on a scratch image, it’s harder to put extra binaries for curl or wget in order to be able to run a check against the endpoint. Or would you be able to bake in some binary which could be run to do a check?
Both would be good.