Surface the existing pin (keep-from-cull) and per-file delete actions as visible inline buttons on each offline cache row instead of context-menu-only: a star toggles protection from auto-cull (and restore-if-missing), a trash culls that file early. Aligns wording/icons to the star metaphor. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
21 lines
892 B
Text
21 lines
892 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
|
|
|
|
# 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
|