diff options
Diffstat (limited to 'packaging/deb/meshbay-hub')
| -rw-r--r-- | packaging/deb/meshbay-hub/DEBIAN/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/deb/meshbay-hub/DEBIAN/control b/packaging/deb/meshbay-hub/DEBIAN/control index 07799a1..c5f60fa 100644 --- a/packaging/deb/meshbay-hub/DEBIAN/control +++ b/packaging/deb/meshbay-hub/DEBIAN/control @@ -11,6 +11,7 @@ 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/. + 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. |