chore: bump to v0.1.1, update changelog, versioning rule in AGENT.md

This commit is contained in:
Claus Lohmar 2026-07-07 19:20:57 +01:00
parent 48241364aa
commit 7a44f112a5
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# Changelog # Changelog
## 0.1.1 — 2026-07-07
### Fixed
- Deploy workflow: start Zoraxy → upload certs via API → stop → write proxy configs → restart
- Lego runs per-domain instead of SAN cert
- Removed CSRF token issues by separating config phases
- `.env` quoting for special chars, email validation in install.sh
- Configurable subdomains (hub/noc/www/auth)
### Changed
- LE certs backed up to `/opt/backup/certificates/`, persistent across `--destroy`
- Helper tool `nextwks-tool` for LE (lego) + BoltDB operations
- Binary simplified: no login form, trusts `X-Forwarded-User` from Zoraxy
## 0.1.0 — 2026-07-06 ## 0.1.0 — 2026-07-06
### Added ### Added

View file

@ -1 +1 @@
0.1.0 0.1.1