TubeArchivist Stack: add base for this stack

This commit is contained in:
Aroy-Art 2025-06-12 20:37:35 +02:00
parent 305a41d8da
commit 9377f21977
Signed by: Aroy
GPG key ID: DB9689E9391DD156
3 changed files with 83 additions and 0 deletions

View file

@ -0,0 +1,16 @@
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