aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-07-04 16:31:13 +0530
committerAkshay Nair <phenax5@gmail.com>2026-07-04 16:31:57 +0530
commitef34b26068c4e25f929a584edda63b8878c063b3 (patch)
treeaaa2445b12807109f265e8869a54f76cb752da9e /justfile
parent1569f35ae6cd90b056cb237ba020c69d37ebafb5 (diff)
downloadbacchus-remote-ef34b26068c4e25f929a584edda63b8878c063b3.tar.gz
bacchus-remote-ef34b26068c4e25f929a584edda63b8878c063b3.zip
Create local dockerfiles override to manage send/cgit users/groups
Diffstat (limited to 'justfile')
-rw-r--r--justfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/justfile b/justfile
index b07928e..67528c2 100644
--- a/justfile
+++ b/justfile
@@ -23,4 +23,8 @@ setup *args:
just ssh "{{TARGET_DIR}}/setup.sh" "$@"
local-setup *args:
- ROOT_DIR="$PWD" ./setup.sh "$@"
+ mkdir -p ./tmp/uploads
+ ROOT_DIR="$PWD" \
+ GIT_REPOS_ROOT="$HOME/dev/projects" \
+ SEND_UPLOADS_ROOT="$PWD/tmp/uploads" SEND_USER="$(id -u):$(id -g)" \
+ ./setup.sh "$@"