Hi guys,
I would like to setup Grafana Loki as an app on my Cloudron server by using docker run
and proxying it this way: http://private_ip:loki_exposed_port
. My app is working and accessible through Cloudron reverse proxy but Cloudron healtcheck is returning 404 because Loki service don't expose the route /
(they expose /ready
for healtcheck).
Because of this, the application is showing not responding
in my apps page and Cloudron is constantly polling it to verify the readiness.
Is there an option I missed to specify a route to target healthcheck endpoint in Cloudron app config?