mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
update .env
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
# POSTGRES credentials can be left as is, as they are only accessed internally.
|
||||
|
||||
AIOSTREAMS_HOSTNAME=
|
||||
AIOSTREAMS_API_KEY=
|
||||
AIOSTREAMS_SECRET_KEY=
|
||||
|
||||
COMET_ADMIN_PASSWORD=
|
||||
@@ -52,6 +53,8 @@ TMDB_ADDON_HOSTNAME=
|
||||
|
||||
STREMIO_SERVER_HOSTNAME=
|
||||
|
||||
ADDON_MANAGER_HOSTNAME=
|
||||
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
|
||||
@@ -93,11 +96,26 @@ DOZZLE_USERNAME=
|
||||
DOZZLE_HASHED_PASSWORD=
|
||||
DOZZLE_HOSTNAME=
|
||||
|
||||
# e.g. kuma.example.com
|
||||
UPTIME_KUMA_HOSTNAME=
|
||||
# e.g. status.example.com (when creating a status page on kuma, you can add this hostname as the domain name)
|
||||
STATUS_PAGE_HOSTNAME=
|
||||
|
||||
FLAME_HOSTNAME=
|
||||
FLAME_PASSWORD=
|
||||
|
||||
DASHDOT_HOSTNAME=
|
||||
DASHDOT_PAGE_TITLE=
|
||||
|
||||
HONEY_HOSTNAME
|
||||
|
||||
|
||||
AIOSTREMIO_HOSTNAME=
|
||||
AIOSTREMIO_ADMIN_USERNAME=
|
||||
AIOSTREMIO_ADMIN_PASSWORD=
|
||||
# idk what this is, its for aiostremio though
|
||||
DEBRID_API_KEY=
|
||||
|
||||
# FOR SEANIME ONLY:
|
||||
# To get the hash for SEANIME_HASHED_PASSWORD, run the following command in your terminal, replacing <username> with your desired username.
|
||||
#
|
||||
@@ -110,14 +128,8 @@ FLAME_PASSWORD=
|
||||
# SEANIME_USERNAME=
|
||||
# SEANIME_HASHED_PASSWORD=
|
||||
#
|
||||
# FOR ADGUARD ONLY:
|
||||
#
|
||||
# These two must be different e.g. adguard.domain.com and dns.domain.com
|
||||
# On your first run, the port should be 80. You then go to the ADGUARD_HOSTNAME in your browser and do the initial setup.
|
||||
# Once you have done the initial setup, you can change the port to 80. You also need to edit the ./adguard_conf/AdGuardHome.yaml file
|
||||
# and follow https://gist.github.com/diyfr/e115a82027fe45a9abf0ff4d578b111f
|
||||
# You can then restart the container.
|
||||
#
|
||||
# ADGUARD_PORT=80
|
||||
# ADGUARD_HOSTNAME=
|
||||
# ADGUARD_DNS_HOSTNAME=
|
||||
# SEARXNG_HOSTNAME=
|
||||
#
|
||||
# PLAUSIBLE_HOSTNAME=
|
||||
# check the plausible documentation for more info
|
||||
# PLAUSIBLE_SECRET_KEY_BASE=
|
||||
|
||||
Reference in New Issue
Block a user