-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.sample
More file actions
50 lines (43 loc) · 1.75 KB
/
.env.sample
File metadata and controls
50 lines (43 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# .env
# Environment Configuration StarrScripts
# qui-xseed
## Download Client Names (as named in Radarr/Sonarr Settings > Download Clients)
### For multiple clients, use format: "client1,client2,client3"
### Do not include extra spaces around commas!
TORRENT_CLIENTS="" # Examples: "qBittorrent", "qBittorrent,Deluge"
USENET_CLIENTS="" # Examples: "SABnzbd", "SABnzbd,SABnzbd Anime"
## qui API configuration (container name and port)
QUI_HOST="" # Example: "qui"
QUI_PORT="" # Example: "7476"
## API Key for qui
QUI_APIKEY="" # Example: "your-api-key"
## Target Instance ID (from qui dashboard URL)
QUI_TARGET_INSTANCE_ID="" # Example: "1"
## qBittorrent Path Prefix (optional)
# If arr apps and qBittorrent have different path mappings, specify
# the prefix from qBittorrent's perspective here. Leave empty if
# qui/qBittorrent and the arrs share the same file paths.
QUI_QBIT_PATH_PREFIX="" # Example: "/data/downloads"
## qBittorrent Tags (optional, comma-separated)
QUI_TAGS="" # Example: "cross-seed,qui-inject"
## Log paths (empty = defaults to script directory)
LOG_FILE=""
LOGID_FILE=""
# ZFS Destory
VERBOSE=0
MAX_FREQ=2
MAX_HOURLY=2
MAX_DAILY=1
MAX_WEEKLY=0
MAX_MONTHLY=0
# Jdupes
JDUPES_OUTPUT_LOG="" # Example: "/.config/jdupes.log"
JDUPES_SOURCE_DIR="" # Example: "/mnt/data/media/"
JDUPES_DESTINATION_DIR="" # Example: "/mnt/data/torrents/"
JDUPES_HASH_DB="" # Example: "/.config/jdupes_hashdb"
# Qbittorrent Manage
QBIT_MANAGE_LOCK_FILE_PATH="" # Example: "/var/lock/qbm-qbit.lock"
QBIT_MANAGE_PATH="" # Example: "/opt/qbit-manage"
QBIT_MANAGE_VENV_PATH="" # Example: "/opt/qbit-manage/.venv"
QBIT_MANAGE_CONFIG_PATH="" # Example: "/opt/qbit-manage/config.yml"
QBIT_MANAGE_OPTIONS="" # Example: "-cs -re -cu -tu -ru -sl -r"