If SKYBRIDGE_SHOW_INDEX is set to false, calling / results in a 404.
It would be good to either return 200 there, or to have a separate endpoint for health checks. There's of course the possibility to configure a health check to expect 404 on an endpoint, but this is certainly not a good practice.
If
SKYBRIDGE_SHOW_INDEX
is set to false, calling/
results in a 404.It would be good to either return 200 there, or to have a separate endpoint for health checks. There's of course the possibility to configure a health check to expect 404 on an endpoint, but this is certainly not a good practice.
Related: https://fly.io/docs/reference/configuration/#http_service-checks https://docs.docker.com/engine/reference/builder/#healthcheck