-
released this
2026-06-20 14:57:59 +00:00 | 17 commits to main since this releaseAdded
- Manual TLS provider (
web.tls.provider: manual) — import your own certificate (internal CA,
wildcard, etc.) instead of ACME/DNS-01. New./src/deploy.sh set-certimports the leaf cert +
key (+ optional intermediate and root CA), assembles the chain (leaf→intermediate→root), verifies
the key matches the cert, and reloads; no token required. Documented indoc/MANUAL-X509-CERT.md. doc/MANAGE.md— day-to-day management guide; referenced from the README.- Docs: web UI +
statusscreenshots; "Status dashboard" section in DESIGN.md.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Manual TLS provider (