services/healthchecks: change logo url to healthchecks.svg

This commit is contained in:
2025-10-26 14:31:35 -07:00
parent 39d3b5055a
commit fdef2c7634

View File

@@ -45,7 +45,7 @@ in
DEBUG = false;
INTEGRATIONS_ALLOW_PRIVATE_IPS = "False";
PROMETHEUS_ENABLED = "True";
SITE_LOGO_URL = "./static/img/logo.png";
SITE_LOGO_URL = "/var/lib/healthchecks/static/img/healthchecks.svg";
SITE_NAME = "its-et.me Healthchecks";
SITE_ROOT = "https://hc.its-et.me";
WEBHOOKS_ENABLED = "True";