diff --git a/.env.sample b/.env.sample index dc76aa4..b6220df 100644 --- a/.env.sample +++ b/.env.sample @@ -13,6 +13,7 @@ NEXTAUTH_SECRET=your-secret CRONJOB_KEY=your-other-secret # UID:GID must match the user and group ID of the host folders and must be > 1000 +# If you want to use a different user than 1001:1001, you must rebuild the image yourself. UID=1001 GID=1001 @@ -22,6 +23,8 @@ CONFIG_PATH=./config SSH_PATH=./ssh SSH_HOST=./ssh_host BORG_REPOSITORY_PATH=./repos +TMP_PATH=./tmp +LOGS_PATH=./logs ## Optional variables section ##