Releases: himalsimkhada/webui
Releases · himalsimkhada/webui
Release list
Web UI Admin v0.1.0
First public release of the Web UI Admin portal — one login, one dashboard for all your self-hosted services.
- Single admin console — register any
/apibackend and browse it from one dashboard behind one shared password - Nginx page — sites, TLS, config editor,
nginx -t, reload — vianginx-webui - BIND page — zones, records, dig, host mapper, rndc controls, logs — via
bind9-webui - Services page — add/remove/enable backends with live health/ready probes (persists to
services.json) - Auto-login proxy —
/api/module/<name>/proxy/<path>logs into backends using the sharedWEBUI_PASSWORD - Metrics & probes —
/metrics,/healthz,/readyz(Prometheus text) and a host status card - Access protection — shared password, brute-force lockout, 30-min remember me sessions, dark/light mode
- Deploy —
ghcr.io/himalsimkhada/webui:latest(docker compose up -d) orinstall.sh(Docker / bare-metal systemd)