Paws/Docker/Docker-Compose/TubeArchivist/.env.sample

16 lines
646 B
Text

MAIN_PORT= # The Main port of the service, default 8000
PUID= # The host UID, default 1000
PGID= # The host GID, default 1000
TZ= # The timezone of the service, e.g. America/Los_Angeles, default Europe/Stockholm
MEDIA_PATH= # The path to your media files, default ./Media
CONFIG_PATH= # The path to your config files, default ./Config
TA_HOST= # Set your host name with protocol and port, e.g. http://192.168.1.40, default http://tube-arc.lan
TA_USERNAME= # Your initial TA credentials, default tubearchivist
TA_PASSWORD= # Your initial TA credentials, default verysecret
ES_PASSWORD= # The password for Elasticsearch, default verysecret