diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-08-09 05:19:13 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-08-09 05:19:13 +0200 |
| commit | deee67755991994742ef144400857dd5f6b8aafa (patch) | |
| tree | 1daf5196d03046d7c33bc4ec00480ccf66289bc6 /packaging/deb/meshbay-hub/DEBIAN/control | |
| parent | 42556800d103ede20b4e97f2d91d20bbc0000c1e (diff) | |
| download | meshbay-deee67755991994742ef144400857dd5f6b8aafa.tar.gz | |
chore: add RPM/DEB packaging artifacts — 5.10
3 packages: python3-meshbay-common (dep), meshbay-hub, meshbay-node.
RPM: spec files with pre/post scriptlets (useradd, systemd macros).
DEB: DEBIAN/control + postinst for hub, control for node + common.
Systemd: hub.service (system, security hardening) + node.service
(user template @%i, EnvironmentFile for MESHBAY_UNLOCK_KEY).
packaging/README.md: build + install instructions.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'packaging/deb/meshbay-hub/DEBIAN/control')
| -rw-r--r-- | packaging/deb/meshbay-hub/DEBIAN/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packaging/deb/meshbay-hub/DEBIAN/control b/packaging/deb/meshbay-hub/DEBIAN/control new file mode 100644 index 0000000..cd4a2de --- /dev/null +++ b/packaging/deb/meshbay-hub/DEBIAN/control @@ -0,0 +1,19 @@ +Package: meshbay-hub +Version: 0.1.0 +Section: net +Priority: optional +Architecture: all +Maintainer: MeshBay Team <team@meshbay.org> +Homepage: https://meshbay.org +Depends: python3 (>= 3.12), + python3-meshbay-common (= 0.1.0), + postgresql, + python3-fastapi, + python3-uvicorn, + adduser +Recommends: caddy +Description: MeshBay Hub — identity authority and group registry server + MeshBay Hub provides user registration, JWT issuance, group management, + GEK bundle distribution, revocation, and moderation for MeshBay networks. + . + Runs as a systemd service behind Caddy for HTTPS (auto Let's Encrypt). |