diff options
Diffstat (limited to 'packaging/rpm')
| -rw-r--r-- | packaging/rpm/meshbay-node.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/rpm/meshbay-node.spec b/packaging/rpm/meshbay-node.spec index 20d69bc..2bebb26 100644 --- a/packaging/rpm/meshbay-node.spec +++ b/packaging/rpm/meshbay-node.spec @@ -14,7 +14,8 @@ Recommends: ffmpeg %description 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 local admin UI on localhost:18000. +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. @@ -41,7 +42,6 @@ fi /usr/bin/meshbay-node %{_unitdir}/meshbay-node@.service %{_userunitdir}/meshbay-node.service -/usr/lib/firewalld/services/meshbay-node.xml /etc/ufw/applications.d/meshbay %changelog |