Files
webshare-api/.env.example
Michal Pemcak 96dbc46580 Send UI downloads into Movies library and harden queue API.
UI grabs write Movies/<Title (Year)>/; chown to 1000:1000; CORS and safer /api/queue handling for the Web UI.
2026-08-07 11:58:11 +02:00

28 lines
777 B
Plaintext

PORT=3001
BASE_URL=http://webshare-api:3001
# Optional. Leave both empty for guest/free mode (works without login; free CDN is slower).
WEBSHARE_USERNAME=
WEBSHARE_PASSWORD=
# MCP Streamable HTTP (mounted on the main app at POST /mcp)
# MCP_ENABLED=true
# MCP_PATH=/mcp
# Host path mounted into the container (compose.yaml)
# DOWNLOAD_HOST_PATH=./data/webshare
# Optional: periodic Sonarr missing-episode search
# SONARR_URL=http://sonarr:8989
# SONARR_API_KEY=
# SONARR_SEARCH_INTERVAL_HOURS=2
# Optional download paths inside the container (fake qBittorrent)
# DOWNLOAD_PATH=/downloads/webshare
# MEDIA_ROOT=/data
# MAX_CONCURRENT_DOWNLOADS=2
# UI downloads → Jellyfin Movies library (container path)
# MOVIES_PATH=/data/Movies
# DOWNLOAD_UID=1000
# DOWNLOAD_GID=1000