gitpages

A collection of scripts to securely webhost and publish git repositories.
git clone https://scm.kuandu.systems/git-raw/gitpages.git
Log | Files | Refs | README | LICENSE

commit ce6ae4de10ad36aeaf1771fc6807785efbd1aa81
parent 2d6cd57eb017f5228693b29073fb3bd83d91ef51
Author: Fred Großkopf <fred@kuandu.systems>
Date:   Wed, 29 Apr 2026 10:29:36 +0200

Updates gitpages-update

updated QUEUE_FILE value

Diffstat:
Mgitpages-update.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitpages-update.sh b/gitpages-update.sh @@ -6,7 +6,7 @@ PATH=/usr/local/bin:/usr/bin:/bin:$PATH # --- Configuration --- LOCK_DIR="${GITPAGES_LOCK_DIR:-/tmp/gitpages-update.lock}" -QUEUE_FILE="${GITPAGES_QUEUE_FILE:-/var/spool/gitpages-update-queue.txt}" +QUEUE_FILE="${GITPAGES_QUEUE_FILE:-/var/spool/gitpages-update-queue}" LOG_FILE="${GITPAGES_LOG_FILE:-/var/log/gitpages/update.log}" DEFAULT_CONFIG="/etc/gitpages.conf"