summaryrefslogtreecommitdiffstats
path: root/packaging/deb/meshbay-node/DEBIAN/control
blob: 76b200529a4f9f8c2d4dd1b17773e9acb9f42a8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: meshbay-node
Version: __VERSION__
Section: net
Priority: optional
Architecture: all
Maintainer: MeshBay Team <team@meshbay.org>
Homepage: https://meshbay.org
Depends: meshbay-common (= __VERSION__)
Recommends: ffmpeg
Description: MeshBay Node — local file host, streaming server, and group daemon
 MeshBay Node indexes local directories and serves encrypted files to
 authenticated group members over WebRTC. Includes video streaming (fMP4
 remux via ffmpeg), group chat, and a token-gated loopback control API
 on 127.0.0.1:18000 for the CLI and the desktop client.
 .
 Installs node code into the shared venv at /opt/meshbay-common/venv/.
 Ships a default TMDB API token for the Videos app.
 Runs as a systemd user service.