plum-control-mcp/deploy/bridge.env.example
Natalie 4c8b5702f9 feat(@applications/plum-control-mcp): add http bridge endpoint for tvanarchy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-09 19:50:44 -07:00

20 lines
815 B
Text

# TVAnarchy bridge environment. Copy to ~/.config/tvanarchy-bridge/bridge.env
# (install-bridge.sh does this for you) and edit.
# Bind to the WireGuard overlay IP so the iOS app reaches it off-LAN.
# Use 0.0.0.0 to also accept LAN connections.
BRIDGE_HOST=10.9.0.4
BRIDGE_PORT=8787
# STRONGLY recommended on a mesh-reachable host. Set a long random value and put
# the same string in the iOS app: Settings -> Token. Without it, anyone who can
# reach this port can browse/stream the library.
BRIDGE_TOKEN=
# Black's local media (no NFS hop when the bridge runs on black).
MEDIA_ROOTS=/bigdisk/_/media
# The black-tv / transmission clients shell out over ssh. Running ON black,
# point them at localhost so they don't bounce through the overlay.
BLACK_SSH_HOST=lilith@localhost
BLACK_MEDIA_ROOT=/bigdisk/_/media