Added transmission user settings

This commit is contained in:
Jef Roosens 2021-01-07 12:45:29 +01:00
parent 932b204884
commit 05f864dd47
2 changed files with 7 additions and 0 deletions

View file

@ -16,6 +16,11 @@ NEFARIOUS_CONFIG_PATH=/config
NEFARIOUS_USER=admin
NEFARIOUS_PASS=changeme
# Transmission user credentials
# These are only needed if you wish to expose the transmission server
TRANSMISSION_USER=
TRANSMISSION_PASS=
# UID and GID to run as
PUID=1000
PGID=1000