blob: 3eda3fa22e623fadedf9cd237b49227fbbefc783 (
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 <devel@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.
|