chore: add AGPL-3.0 license and README
All checks were successful
CI / test (push) Successful in 1m55s
CI / release (push) Successful in 29s
CI / docker (push) Has been skipped

AGPL-3.0-or-later ensures copyleft applies even when WireGUI is
run as a network service. README covers features, deployment,
env vars, and our stance against enshittification.
This commit is contained in:
Stefano Bertelli 2026-03-30 22:45:10 -05:00
parent 3747b963cb
commit 384b95b81d
4 changed files with 770 additions and 1 deletions

View file

@ -195,8 +195,9 @@ Source: `/home/stefanob/PycharmProjects/personal/wirezone`
- [x] compose.prod.yml (bridge networking, NET_ADMIN, nftables)
- [x] Health endpoint `GET /api/health`
- [x] Forgejo CI: test → semver → Docker registry push
- [x] AGPL-3.0-or-later license
- [x] README.md with features, quick start, env vars, anti-enshittification manifesto
- [ ] First-run CLI setup command
- [ ] README.md
---