Added configurable health check endpoint for external uptime monitoring integration.

This commit is contained in:
2026-01-15 21:59:44 -05:00
parent 8c772ab19e
commit 314e1bf399
6 changed files with 256 additions and 13 deletions

4
base-config.yaml Normal file
View File

@@ -0,0 +1,4 @@
# Health check endpoint URL.
# If configured, a GET request will be sent to this URL after each successful update cycle.
# Leave empty to disable health check reporting.
health_check_endpoint: ""