Guard public channel readiness in systemd tooling

This commit is contained in:
server
2026-04-15 17:46:56 +02:00
parent 6f16f66543
commit 2179c46ce0
6 changed files with 180 additions and 2 deletions

View File

@@ -20,6 +20,8 @@ python3 deploy/systemd/install_systemd.py \
`--channel-limit 1` is also supported and will auto-include channel `99` when present in the channel inventory.
By default the installer refuses channel selections that omit every client-visible public channel. If you intentionally want an auth/internal-only stack, pass `--allow-internal-only`.
The channel selection and port layout now come from the versioned inventory file:
- [deploy/channel-inventory.json](../channel-inventory.json)