From f90f690bbae3794969599d2d7244903e6dcd7937 Mon Sep 17 00:00:00 2001 From: Ravinou Date: Sat, 30 Dec 2023 18:30:09 +0100 Subject: [PATCH] fix: add tmp and logs path in sample env --- .env.sample | 3 +++ 1 file changed, 3 insertions(+) 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 ##