summaryrefslogtreecommitdiffstats
path: root/packaging/deb/meshbay-hub/DEBIAN/control
blob: 07799a1c520dbf25a8d788a01cba83e898e5a35f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: meshbay-hub
Version: __VERSION__
Section: net
Priority: optional
Architecture: all
Maintainer: MeshBay Team <team@meshbay.org>
Homepage: https://meshbay.org
Depends: meshbay-common (= __VERSION__), adduser
Recommends: caddy, postgresql
Description: MeshBay Hub — identity authority and group registry server
 MeshBay Hub provides user registration, JWT issuance, group management,
 WebRTC signaling, notifications, and moderation for MeshBay networks.
 .
 Installs hub code into the shared venv at /opt/meshbay-common/venv/ and
 Alembic migrations at /opt/meshbay-hub/migrations/.
 Runs as a systemd service behind Caddy for HTTPS.