Skip to content

Commit ff4e19f

Browse files
authored
Merge pull request #265 from Pukabyte/patch-1
Update .env-sample
2 parents bef992d + 70a87d6 commit ff4e19f

File tree

1 file changed

+95
-32
lines changed

1 file changed

+95
-32
lines changed

.env-sample

+95-32
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,100 @@
1-
ADDON_ID=stremio.comet.fast # for Stremio
2-
ADDON_NAME=Comet # for Stremio
1+
#=================================================#
2+
# ██████╗ ██████╗ ███╗ ███╗███████╗████████╗ #
3+
# ██╔════╝██╔═══██╗████╗ ████║██╔════╝╚══██╔══╝ #
4+
# ██║ ██║ ██║██╔████╔██║█████╗ ██║ #
5+
# ██║ ██║ ██║██║╚██╔╝██║██╔══╝ ██║ #
6+
# ╚██████╗╚██████╔╝██║ ╚═╝ ██║███████╗ ██║ #
7+
# ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ #
8+
#=================================================#
9+
10+
# ============================== #
11+
# Stremio Addon Configuration #
12+
# ============================== #
13+
ADDON_ID=stremio.comet.fast
14+
ADDON_NAME=Comet
15+
16+
# ============================== #
17+
# FastAPI Server Configuration #
18+
# ============================== #
319
FASTAPI_HOST=0.0.0.0
420
FASTAPI_PORT=8000
521
FASTAPI_WORKERS=1
6-
USE_GUNICORN=True # will use uvicorn if False or if on Windows
7-
DASHBOARD_ADMIN_PASSWORD=CHANGE_ME # The password to access the dashboard with active connections and soon more...
8-
DATABASE_TYPE=sqlite # or postgresql if you're making a Comet cluster
9-
DATABASE_URL=username:password@hostname:port # to connect to PostgreSQL
10-
DATABASE_PATH=data/comet.db # only change it if you know what it is - folders in path must exist - ignored if PostgreSQL used
11-
METADATA_CACHE_TTL=2592000 # metadata cache duration in seconds (30 days by default)
12-
TORRENT_CACHE_TTL=1296000 # torrent cache duration in seconds (15 days by default)
13-
DEBRID_CACHE_TTL=86400 # debrid availability cache duration in seconds (1 day by default)
14-
DEBRID_PROXY_URL=http://127.0.0.1:1080 # https://github.com/cmj2002/warp-docker to bypass Debrid Services and Torrentio server IP blacklist
15-
INDEXER_MANAGER_TYPE=none # jackett or prowlarr or none if you want to disable it completely and use Zilean or Torrentio
22+
USE_GUNICORN=True # Will use uvicorn if False or if on Windows
23+
24+
# ============================== #
25+
# Dashboard Settings #
26+
# ============================== #
27+
DASHBOARD_ADMIN_PASSWORD=CHANGE_ME # The password to access the dashboard
28+
29+
# ============================== #
30+
# Database Configuration #
31+
# ============================== #
32+
DATABASE_TYPE=sqlite # Options: sqlite, postgresql
33+
DATABASE_URL=comet:comet@comet-db:port # For PostgreSQL
34+
DATABASE_PATH=data/comet.db # Only relevant for SQLite
35+
36+
# ============================== #
37+
# Cache Settings (Seconds) #
38+
# ============================== #
39+
METADATA_CACHE_TTL=2592000 # 30 days
40+
TORRENT_CACHE_TTL=1296000 # 15 days
41+
DEBRID_CACHE_TTL=86400 # 1 day
42+
43+
# ============================== #
44+
# Debrid Proxy Configuration #
45+
# ============================== #
46+
DEBRID_PROXY_URL=http://warp:1080 # Bypass Debrid Services and Torrentio IP blacklist
47+
48+
# ============================== #
49+
# Indexer Manager Settings #
50+
# ============================== #
51+
INDEXER_MANAGER_TYPE=none # Options: jackett, prowlarr, none
1652
INDEXER_MANAGER_URL=http://127.0.0.1:9117
1753
INDEXER_MANAGER_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
18-
INDEXER_MANAGER_TIMEOUT=60 # maximum time to obtain search results from indexer manager in seconds
19-
INDEXER_MANAGER_INDEXERS='["EXAMPLE1_CHANGETHIS", "EXAMPLE2_CHANGETHIS"]' # for jackett, get the names from https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Definitions - for prowlarr you can write them like on the web dashboard
20-
GET_TORRENT_TIMEOUT=5 # maximum time to obtain the torrent info hash in seconds
21-
DOWNLOAD_TORRENT_FILES=False # set to True to enable torrent file retrieval instead of using only magnet link info (infohash and sources, ensuring file index is included in results for Jackett and Prowlarr torrents)
22-
SCRAPE_COMET=False # scrape another Comet instance
23-
COMET_URL=https://comet.elfhosted.com # Allows you to scrape custom instances of Comet
24-
SCRAPE_ZILEAN=False # scrape Zilean/DMM
25-
ZILEAN_URL=https://zilean.elfhosted.com # for DMM search - https://github.com/iPromKnight/zilean - ex: http://127.0.0.1:8181
26-
SCRAPE_TORRENTIO=False # scrape Torrentio
27-
TORRENTIO_URL=https://torrentio.strem.fun # or https://knightcrawler.elfhosted.com if you prefer to scrape the ElfHosted KnightCrawler instance
28-
SCRAPE_MEDIAFUSION=False # scrape MediaFusion
29-
MEDIAFUSION_URL=https://mediafusion.elfhosted.com # Allows you to scrape custom instances of MediaFusion
30-
PROXY_DEBRID_STREAM=False # Proxy Debrid Streams (very useful to use your debrid service on multiple IPs at same time)
31-
PROXY_DEBRID_STREAM_PASSWORD=CHANGE_ME # Secret password to enter on configuration page to prevent people from abusing your debrid stream proxy
32-
PROXY_DEBRID_STREAM_MAX_CONNECTIONS=-1 # IP-Based connection limit for the Debrid Stream Proxy (-1 = disabled)
33-
PROXY_DEBRID_STREAM_DEBRID_DEFAULT_SERVICE=realdebrid # if you want your users who use the Debrid Stream Proxy not to have to specify Debrid information, but to use the default one instead
34-
PROXY_DEBRID_STREAM_DEBRID_DEFAULT_APIKEY=CHANGE_ME # if you want your users who use the Debrid Stream Proxy not to have to specify Debrid information, but to use the default one instead
35-
REMOVE_ADULT_CONTENT=False # detect and remove adult content
36-
CUSTOM_HEADER_HTML=None # only set it if you know what it is
37-
STREMTHRU_URL=https://stremthru.13377001.xyz # StremThru acts as a proxy between Comet and debrid services to support them all, so you must have it
54+
INDEXER_MANAGER_TIMEOUT=60 # Max time to get search results (seconds)
55+
INDEXER_MANAGER_INDEXERS='["EXAMPLE1_CHANGETHIS", "EXAMPLE2_CHANGETHIS"]' # Jackett/Prowlarr indexers
56+
57+
# ============================== #
58+
# Torrent Settings #
59+
# ============================== #
60+
GET_TORRENT_TIMEOUT=5 # Max time to obtain torrent info hash (seconds)
61+
DOWNLOAD_TORRENT_FILES=True # Enable torrent file retrieval (instead of magnet link only)
62+
63+
# ============================== #
64+
# Scraping Configuration #
65+
# ============================== #
66+
SCRAPE_COMET=true
67+
COMET_URL=https://comet.elfhosted.com
68+
69+
SCRAPE_ZILEAN=true
70+
ZILEAN_URL=https://zilean.elfhosted.com
71+
72+
SCRAPE_TORRENTIO=true
73+
TORRENTIO_URL=https://torrentio.strem.fun
74+
75+
SCRAPE_MEDIAFUSION=true
76+
MEDIAFUSION_URL=https://mediafusion.elfhosted.com
77+
78+
# ============================== #
79+
# Debrid Stream Proxy Settings #
80+
# ============================== #
81+
PROXY_DEBRID_STREAM=True
82+
PROXY_DEBRID_STREAM_PASSWORD=CHANGE_ME
83+
PROXY_DEBRID_STREAM_MAX_CONNECTIONS=-1 # -1 to disable connection limits
84+
PROXY_DEBRID_STREAM_DEBRID_DEFAULT_SERVICE=realdebrid
85+
PROXY_DEBRID_STREAM_DEBRID_DEFAULT_APIKEY=CHANGE_ME
86+
87+
# ============================== #
88+
# Content Filtering #
89+
# ============================== #
90+
REMOVE_ADULT_CONTENT=True
91+
92+
# ============================== #
93+
# UI Customization #
94+
# ============================== #
95+
CUSTOM_HEADER_HTML=None
96+
97+
# ============================== #
98+
# StremThru Integration #
99+
# ============================== #
100+
STREMTHRU_URL=https://stremthru.13377001.xyz

0 commit comments

Comments
 (0)