ANW-19 deployment: systemd unit and reverse-proxy example

This commit is contained in:
Andreas Brenner 2026-06-11 13:57:29 +03:00
parent 44d6bb995e
commit 0c461be698
4 changed files with 196 additions and 0 deletions

View file

@ -18,6 +18,12 @@ anwesen version
Each flag has a matching `ANWESEN_<UPPER>` environment variable; CLI wins
over env.
## Deployment
A systemd unit and an example reverse-proxy config live in [`deploy/`](deploy/).
Anwesen binds `127.0.0.1` and ships no authentication -- the proxy is the
access boundary. See [`deploy/README.md`](deploy/README.md).
## Development
```