-
Notifications
You must be signed in to change notification settings - Fork 500
/
config_sample.env
146 lines (128 loc) · 5.96 KB
/
config_sample.env
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# REQUIRED CONFIG
BOT_TOKEN = "" # Enter your telegram bot token
OWNER_ID = "" # Enter your telegram user id
TELEGRAM_API = "" # Enter telegram API key
TELEGRAM_HASH = "" # Enter telegram API hash
# OPTIONAL CONFIG
AUTHORIZED_CHATS = "" # Enter telegram chat id to authorize it
SUDO_USERS = "" # Enter telegram user id for sudo access
DATABASE_URL = "" # Enter mongo database URL for python 3.12 or higher
USER_SESSION_STRING = "" # Check readme to learn how to generate this
# Optional API
FILELION_API = ""
STREAMWISH_API = ""
# GDrive Tools
GDRIVE_ID = ""
INDEX_URL = ""
IS_TEAM_DRIVE = "False" # True or False
STOP_DUPLICATE = "True" # True or False
DISABLE_DRIVE_LINK = "False" # True or False
USE_SERVICE_ACCOUNTS = "False" # True or False
# qBittorrent/Aria2c
TORRENT_TIMEOUT = "120" # Enter only numbers in seconds
BASE_URL = "http://127.0.0.1" # Enter server IP
BASE_URL_PORT = "80" # Enter server port
WEB_PINCODE = "True" # True or False
# Rclone
RCLONE_PATH = ""
RCLONE_FLAGS = ""
RCLONE_SERVE_URL = ""
RCLONE_SERVE_PORT = "" # Enter only numbers
RCLONE_SERVE_USER = ""
RCLONE_SERVE_PASS = ""
# JDownloader
JD_EMAIL = ""
JD_PASS = ""
# Mega
MEGA_EMAIL = ""
MEGA_PASSWORD = ""
# Sabnzbd
USENET_SERVERS = "[{'name': 'main', 'host': '', 'port': 5126, 'timeout': 60, 'username': '', 'password': '', 'connections': 8, 'ssl': 1, 'ssl_verify': 2, 'ssl_ciphers': '', 'enable': 1, 'required': 0, 'optional': 0, 'retention': 0, 'send_group': 0, 'priority': 0}]"
# Update
UPSTREAM_REPO = "https://github.com/Dawn-India/Z-Mirror"
UPSTREAM_BRANCH = "main"
# Leech Settings
AS_DOCUMENT = "False" # True or False
LEECH_SPLIT_SIZE = "" # Enter only numbers in bytes
LEECH_FILENAME_PREFIX = "Zee | "
LEECH_FILENAME_SUFFIX = " | Zee"
LEECH_CAPTION_FONT = "bold" # Options: b, i, u, bi, bu, iu, biu, mono
EQUAL_SPLITS = "False" # True or False
MEDIA_GROUP = "False" # True or False
USER_TRANSMISSION = "True" # True or False
MIXED_LEECH = "True" # True or False
USER_LEECH_DESTINATION = "PM" # PM or DM or chat_id
NAME_SUBSTITUTE = ""
METADATA_TXT = ""
META_ATTACHMENT = ""
THUMBNAIL_LAYOUT = "" # Options: 2x2 or 3x3 or 2x4 or 4x4
# Super Group Settings
REQUEST_LIMITS = "4" # Enter only numbers in seconds
TOKEN_TIMEOUT = "" # Enter only numbers in seconds
MINIMUM_DURATOIN = "" # Enter only numbers in seconds
USER_MAX_TASKS = "" # Enter only numbers
AUTO_DELETE_MESSAGE_DURATION = "120" # Enter only numbers in seconds
ENABLE_MESSAGE_FILTER = "False" # True or False
DELETE_LINKS = "True" # True or False
DM_MODE = "True" # True or False
STOP_DUPLICATE_TASKS = "True" # True or False
INCOMPLETE_TASK_NOTIFIER = "True" # True or False
# Extras
EXTENSION_FILTER = "index html"
YT_DLP_OPTIONS = ""
SET_COMMANDS = "True" # True or False
CMD_SUFFIX = "z"
DEFAULT_UPLOAD = "gd"
STATUS_LIMIT = "5" # Enter only numbers
STATUS_UPDATE_INTERVAL = "11" # Enter only numbers in seconds
DOWNLOAD_DIR = "/usr/src/app/Downloads/"
# Feature Control
DISABLE_BULK = "False" # True or False
DISABLE_MULTI = "False" # True or False
DISABLE_SEED = "False" # True or False
DISABLE_LEECH = "False" # True or False
# Chat IDs
FSUB_IDS = "" # Enter channel id for force subscribe
LOG_CHAT_ID = "" # Enter channel id for task logs
DUMP_CHAT_ID = "" # Enter channel id for leech dump
#Limits
STORAGE_THRESHOLD = "1" # Enter only numbers in GB
TORRENT_LIMIT = "" # Enter only numbers in GB
DIRECT_LIMIT = "" # Enter only numbers in GB
YTDLP_LIMIT = "" # Enter only numbers in GB
PLAYLIST_LIMIT = "" # Enter only numbers
GDRIVE_LIMIT = "" # Enter only numbers in GB
MEGA_LIMIT = "" # Enter only numbers in GB
LEECH_LIMIT = "" # Enter only numbers in GB
CLONE_LIMIT = "" # Enter only numbers in GB
RCLONE_LIMIT = "" # Enter only numbers in GB
JD_LIMIT = "" # Enter only numbers in GB
NZB_LIMIT = "" # Enter only numbers in GB
AVG_SPEED = "" # Enter only numbers in **MB**
#Queueing system
QUEUE_ALL = "10" # Enter only numbers
QUEUE_DOWNLOAD = "" # Enter only numbers
QUEUE_UPLOAD = "" # Enter only numbers
# RSS
RSS_DELAY = "900" # Enter only numbers in seconds
RSS_CHAT = ""
# Torrent Search
SEARCH_API_LINK = ""
SEARCH_LIMIT = "20" # Enter only numbers
SEARCH_PLUGINS = '["https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/piratebay.py",
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/limetorrents.py",
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torlock.py",
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentscsv.py",
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/eztv.py",
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentproject.py",
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engines/master/kickass_torrent.py",
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engines/master/yts_am.py",
"https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/linuxtracker.py",
"https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/nyaasi.py",
"https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/ettv.py",
"https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/glotorrents.py",
"https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/thepiratebay.py",
"https://raw.githubusercontent.com/v1k45/1337x-qBittorrent-search-plugin/master/leetx.py",
"https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/magnetdl.py",
"https://raw.githubusercontent.com/msagca/qbittorrent_plugins/main/uniondht.py",
"https://raw.githubusercontent.com/khensolomon/leyts/master/yts.py"]'