Initial commit: webshare-api
Torznab + fake qBittorrent proxy for Webshare.cz, with Compose/Docker packaging, MIT license, and tests.
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
PORT=3001
|
||||
BASE_URL=http://webshare-api:3001
|
||||
WEBSHARE_USERNAME=
|
||||
WEBSHARE_PASSWORD=
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user