From a7ea8ee51b2279c404e6bfea3e145807b314d3ee Mon Sep 17 00:00:00 2001 From: Leon Morival Date: Tue, 19 May 2026 22:46:30 +0200 Subject: [PATCH] feat: health endpoint --- config/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.yml b/config/deploy.yml index fbad046..c8bba83 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -31,7 +31,7 @@ proxy: ssl: true app_port: 80 healthcheck: - path: /up + path: /api/health registry: server: gitea.leonmorival.com