CoolFace
Apppublic

Kfunga/mirror

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
config_sample.env147 linesDownload Raw Back to root
1# REQUIRED CONFIG2BOT_TOKEN = "" # Enter your telegram bot token3OWNER_ID = "" # Enter your telegram user id4TELEGRAM_API = "" # Enter telegram API key5TELEGRAM_HASH = "" # Enter telegram API hash6 7# OPTIONAL CONFIG8AUTHORIZED_CHATS = "" # Enter telegram chat id to authorize it9SUDO_USERS = "" # Enter telegram user id for sudo access10 11DATABASE_URL = "" # Enter mongo database URL for python 3.12 or higher12USER_SESSION_STRING = "" # Check readme to learn how to generate this13 14# Optional API15FILELION_API = ""16STREAMWISH_API = ""17 18# GDrive Tools19GDRIVE_ID = ""20INDEX_URL = ""21IS_TEAM_DRIVE = "False" # True or False22STOP_DUPLICATE = "True" # True or False23DISABLE_DRIVE_LINK = "False" # True or False24USE_SERVICE_ACCOUNTS = "False" # True or False25 26# qBittorrent/Aria2c27TORRENT_TIMEOUT = "120" # Enter only numbers in seconds28BASE_URL = "http://127.0.0.1" # Enter server IP29BASE_URL_PORT = "80" # Enter server port30WEB_PINCODE = "True" # True or False31 32# Rclone33RCLONE_PATH = ""34RCLONE_FLAGS = ""35RCLONE_SERVE_URL = ""36RCLONE_SERVE_PORT = "" # Enter only numbers37RCLONE_SERVE_USER = ""38RCLONE_SERVE_PASS = ""39 40# JDownloader41JD_EMAIL = ""42JD_PASS = ""43 44# Mega45MEGA_EMAIL = ""46MEGA_PASSWORD = ""47 48# Sabnzbd49USENET_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}]"50# Update51UPSTREAM_REPO = "https://github.com/Dawn-India/Z-Mirror"52UPSTREAM_BRANCH = "main"53 54# Leech Settings55AS_DOCUMENT = "False" # True or False56LEECH_SPLIT_SIZE = "" # Enter only numbers in bytes57LEECH_FILENAME_PREFIX = "Zee | "58LEECH_FILENAME_SUFFIX = " | Zee"59LEECH_CAPTION_FONT = "bold" # Options: b, i, u, bi, bu, iu, biu, mono60EQUAL_SPLITS = "False" # True or False61MEDIA_GROUP = "False" # True or False62USER_TRANSMISSION = "True" # True or False63MIXED_LEECH = "True" # True or False64USER_LEECH_DESTINATION = "PM" # PM or DM or chat_id65NAME_SUBSTITUTE = ""66METADATA_TXT = ""67META_ATTACHMENT = ""68THUMBNAIL_LAYOUT = "" # Options: 2x2 or 3x3 or 2x4 or 4x469 70# Super Group Settings71REQUEST_LIMITS = "4" # Enter only numbers in seconds72TOKEN_TIMEOUT = "" # Enter only numbers in seconds73MINIMUM_DURATOIN = "" # Enter only numbers in seconds74USER_MAX_TASKS = "" # Enter only numbers75AUTO_DELETE_MESSAGE_DURATION = "120" # Enter only numbers in seconds76ENABLE_MESSAGE_FILTER = "False" # True or False77DELETE_LINKS = "True" # True or False78DM_MODE = "True" # True or False79STOP_DUPLICATE_TASKS = "True" # True or False80INCOMPLETE_TASK_NOTIFIER = "True" # True or False81 82# Extras83EXTENSION_FILTER = "index html"84YT_DLP_OPTIONS = ""85SET_COMMANDS = "True" # True or False86CMD_SUFFIX = "z"87DEFAULT_UPLOAD = "gd"88STATUS_LIMIT = "5" # Enter only numbers89STATUS_UPDATE_INTERVAL = "11" # Enter only numbers in seconds90DOWNLOAD_DIR = "/usr/src/app/Downloads/"91 92# Feature Control93DISABLE_BULK = "False" # True or False94DISABLE_MULTI = "False" # True or False95DISABLE_SEED = "False" # True or False96DISABLE_LEECH = "False" # True or False97 98# Chat IDs99FSUB_IDS = "" # Enter channel id for force subscribe100LOG_CHAT_ID = "" # Enter channel id for task logs101DUMP_CHAT_ID = "" # Enter channel id for leech dump102 103#Limits104STORAGE_THRESHOLD = "1" # Enter only numbers in GB105TORRENT_LIMIT = "" # Enter only numbers in GB106DIRECT_LIMIT = "" # Enter only numbers in GB107YTDLP_LIMIT = "" # Enter only numbers in GB108PLAYLIST_LIMIT = "" # Enter only numbers109GDRIVE_LIMIT = "" # Enter only numbers in GB110MEGA_LIMIT = "" # Enter only numbers in GB111LEECH_LIMIT = "" # Enter only numbers in GB112CLONE_LIMIT = "" # Enter only numbers in GB113RCLONE_LIMIT = "" # Enter only numbers in GB114JD_LIMIT = "" # Enter only numbers in GB115NZB_LIMIT = "" # Enter only numbers in GB116AVG_SPEED = "" # Enter only numbers in **MB**117 118#Queueing system119QUEUE_ALL = "10" # Enter only numbers120QUEUE_DOWNLOAD = "" # Enter only numbers121QUEUE_UPLOAD = "" # Enter only numbers122 123# RSS124RSS_DELAY = "900" # Enter only numbers in seconds125RSS_CHAT = ""126 127# Torrent Search128SEARCH_API_LINK = ""129SEARCH_LIMIT = "20" # Enter only numbers130SEARCH_PLUGINS = '["https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/piratebay.py",131                   "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/limetorrents.py",132                   "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torlock.py",133                   "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentscsv.py",134                   "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/eztv.py",135                   "https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentproject.py",136                   "https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engines/master/kickass_torrent.py",137                   "https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engines/master/yts_am.py",138                   "https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/linuxtracker.py",139                   "https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/nyaasi.py",140                   "https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/ettv.py",141                   "https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/glotorrents.py",142                   "https://raw.githubusercontent.com/LightDestory/qBittorrent-Search-Plugins/master/src/engines/thepiratebay.py",143                   "https://raw.githubusercontent.com/v1k45/1337x-qBittorrent-search-plugin/master/leetx.py",144                   "https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/magnetdl.py",145                   "https://raw.githubusercontent.com/msagca/qbittorrent_plugins/main/uniondht.py",146                   "https://raw.githubusercontent.com/khensolomon/leyts/master/yts.py"]'147