From 3561b6d86c329272b1825adaf3ca49c9aff76119 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Thu, 12 Feb 2026 21:24:22 +0100 Subject: Refactor - Remove cgit files; pull cgit image from Docker Hub instead of building locally - Tidy up file hierarchy - Minor fixes and edits --- tools/build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tools/build (limited to 'tools/build') diff --git a/tools/build b/tools/build new file mode 100755 index 0000000..09d7734 --- /dev/null +++ b/tools/build @@ -0,0 +1,5 @@ +#!/usr/bin/bash + +for srv in nginx radicale; do + tar -czf services/"$srv"/fs.tar.gz -C services/"$srv" . +done -- cgit v1.2.3