blob: c114be19fbbbc93e90a52d52eabb8e8a2d1712db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Package: meshbay-hub
Version: __VERSION__
Section: net
Priority: optional
Architecture: all
Maintainer: MeshBay Team <devel@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/. The
database migrations travel inside the package; `meshbay-hub migrate` finds
them there, and the systemd unit runs it before the server starts.
Runs as a systemd service behind Caddy for HTTPS.
|