Create .env

This commit is contained in:
Viren070
2025-02-06 21:19:15 +00:00
committed by GitHub
parent 54f20c7525
commit 98a3c0ee6c
+79
View File
@@ -0,0 +1,79 @@
# This file is used to store all the environment variables that are used in the docker-compose.yml file.
# This file should be in the same directory as the docker-compose.yml file.
#
# SECRET_KEY values should be generated using one of the following commands by running them in your terminal.
#
# Windows: [System.Guid]::NewGuid().ToString("N").Substring(0, 32)
# Linux/MacOS: openssl rand -hex 16
#
# Your JACKETT_API_KEY and PROWLARR_API_KEY should be left blank on the first run.
# Once you have started the containers, you can find the API keys in the respective web UIs.
#
# Your PASSWORD values should be a randomly generated password.
#
# Your HOSTNAME values should be the domain name that you are using to access the services.
# e.g. AIOSTREAMS_HOSTNAME=aiostreams.example.com
#
# POSTGRES credentials can be left as is, as they are only accessed internally.
AIOSTREAMS_HOSTNAME=
AIOSTREAMS_SECRET_KEY=
COMET_ADMIN_PASSWORD=
COMET_HOSTNAME=
COMET_INDEXERS=[] # e.g ["therarbg", "thepiratebay"], these should match the names of the indexers in Prowlarr (default) or Jackett
COMET_POSTGRES_PASSWORD=postgres
COMET_POSTGRES_USER=postgres
MEDIAFLOW_API_PASSWORD=
MEDIAFLOW_HOSTNAME=
MEDIAFUSION_API_PASSWORD=
MEDIAFUSION_HOSTNAME=
MEDIAFUSION_SECRET_KEY=
STREMIO_JACKETT_HOSTNAME=
JACKETTIO_HOSTNAME=
STREMTHRU_HOSTNAME=
STREMTHRU_POSTGRES_PASSWORD=postgres
STREMTHRU_POSTGRES_USER=postgres
EASYNEWS_PLUS_HOSTNAME=
PROWLARR_API_KEY=
PROWLARR_HOSTNAME=
# This needs to be the one from the Jackett dashboard. If it is your first time running
JACKETT_API_KEY=
JACKETT_HOSTNAME=
TMDB_ADDON_HOSTNAME=
# Get your API key from https://www.themoviedb.org/settings/api
TMDB_API_KEY=
# Get your API key from https://fanart.tv/get-an-api-key/
FANART_API_KEY=
# Any email address will do
LETSENCRYPT_EMAIL=
ZILEAN_POSTGRES_PASSWORD=postgres
ZILEAN_POSTGRES_USERNAME=postgres
# The interval in seconds to check for updates for all containers. Default is 1 day.
AUTO_UPDATE_INTERVAL=86400
# FOR SEANIME ONLY:
# To get the hash for SEANIME_HASHED_PASSWORD, run the following command in your terminal, replacing <username> with your desired username.
#
# htpasswd -nB <username>
# NOTE: you may need to install apache2-utils if its not already installed, you can do this by running `sudo apt-get install apache2-utils`
#
# you need to uncomment the seanime service in the compose.yaml file at the bottom and uncomment the following lines and fill them in.
#
# SEANIME_HOSTNAME=
# SEANIME_USERNAME=
# SEANIME_HASHED_PASSWORD=