From b138892c2af40e6dada42b855c8dd3d9e3da03c3 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Mon, 10 Aug 2026 22:59:10 +0200 Subject: [PATCH] fix(admin): add syntax help for the update-check interval field Reuses the existing info-toggle/info-details pattern (already used for the HTTPS override, TLS extra hosts, and DNS upstream fields) rather than inventing a new affordance, so users aren't left guessing at Go's duration syntax when typing a custom interval. --- pkg/service/handlers/web/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkg/service/handlers/web/index.html b/pkg/service/handlers/web/index.html index 68cf00e..7b071b8 100644 --- a/pkg/service/handlers/web/index.html +++ b/pkg/service/handlers/web/index.html @@ -320,6 +320,12 @@
+ +
+ Go duration syntax: a number followed by a unit, optionally combined + (e.g. 24h, 90m, 1h30m, 45s).
+ Units: h (hours), m (minutes), s (seconds). +
Makes one unauthenticated GET request to api.github.com per interval when enabled.