fix(stremthru): update .env with tvdb and bitmagnet config

This commit is contained in:
Viren070
2025-10-01 21:06:20 +01:00
parent bba35def98
commit 86ba0986db
+15
View File
@@ -119,6 +119,14 @@ STREMTHRU_INTEGRATION_TMDB_ACCESS_TOKEN=
# The default is 12h
# STREMTHRU_INTEGRATION_TMDB_LIST_STALE_TIME=
# -------------- TVDB Integration --------------
# TVDB Integration allows you to add TVDB Lists to the StremThru Lists addon.
# Get your API key from https://www.thetvdb.com/dashboard/account/apikey after signing up for one at https://www.thetvdb.com/api-information.
STREMTHRU_INTEGRATION_TVDB_API_KEY=
# Configure the time after which TVDB Lists are considered stale and would be refreshed on the next request.
# Set to a human readable duration like "1h", "30m", "2d" etc.
# STREMTHRU_INTEGRATION_TVDB_LIST_STALE_TIME=
# -------------- AniList Integration --------------
# This allows you to configure the time after which the AniList lists are considered stale and would be refreshed on the next request.
# Set to a human readable duration like "1h", "30m", "2d" etc.
@@ -136,6 +144,13 @@ STREMTHRU_INTEGRATION_TMDB_ACCESS_TOKEN=
# STREMTHRU_INTEGRATION_GITHUB_USER=
# STREMTHRU_INTEGRATION_GITHUB_TOKEN=
# -------------- Bitmagnet Integration --------------
# StremThru supports scraping Bitmagnet for torrents. You already pull from the root ST instance which has Bitmagnet configured so this is not required.
# Set this to the base URL of your Bitmagnet instance if you have one, e.g. http://bitmagnet:3333
# STREMTHRU_INTEGRATION_BITMAGNET_BASE_URL=
# Set this to a postgres database URI pointing to your bitmagnet database, e.g. postgres://bitmagnet:bitmagnet@bitmagnet_postgres:5432/bitmagnet
# STREMTHRU_INTEGRATION_BITMAGNET_DATABASE_URI=
# ================================
# OTHER