chore: bump to v0.1.1, update changelog, versioning rule in AGENT.md
This commit is contained in:
parent
48241364aa
commit
7a44f112a5
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,5 +1,19 @@
|
|||
# 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
|
||||
|
||||
### Added
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.1.0
|
||||
0.1.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue