# 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 # MANDATORY for security (no default-open). install-bridge.sh generates a # random value if empty. Set the same string in the iOS app: Settings -> Token. # Anyone who can reach this port without the token can browse/stream/control. # Generate manually if needed: openssl rand -base64 32 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