From 98a3c0ee6c06ea9bbf3d51c8a699d7c5df6aa112 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Thu, 6 Feb 2025 21:19:15 +0000 Subject: [PATCH] Create .env --- .env | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..7e827b3 --- /dev/null +++ b/.env @@ -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 with your desired username. +# +# htpasswd -nB +# 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=