diff --git a/templates/komga/.felhom.yml b/templates/komga/.felhom.yml index fd81b7a..525848d 100644 --- a/templates/komga/.felhom.yml +++ b/templates/komga/.felhom.yml @@ -68,6 +68,7 @@ healthcheck: checks: - type: api port: 25600 - path: "/api/v1/actuator/health" + # /actuator/health is unauthenticated (200); the /api/v1 prefix is auth-gated (401). + path: "/actuator/health" expect: status: 200