feat(dashboard): SSL card expired/expiring split + HAProxy frontend labels

Expired certs now show a red error alert ("renew immediately") instead
of being silently folded into the orange "expiring soon" warning.
HAProxy frontend technical names (public_http, public_https, mgmt_https)
now display as human-readable labels (HTTP In, HTTPS In, Management).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-27 18:51:59 +02:00
parent 123ee6e34f
commit f378771dca
7 changed files with 30 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ import (
usersvc "git.netcell-it.de/projekte/edgeguard-native/internal/services/users"
)
var version = "1.1.118"
var version = "1.1.119"
func main() {
addr := os.Getenv("EDGEGUARD_API_ADDR")