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 bdb2d9a120419635af9304c7ca75dbc8be312928
parent 9fe205e0763f9d3f841321a8f4a6477c14c7312d
Author: Fred Großkopf <fred@kuandu.systems>
Date:   Thu, 30 Apr 2026 22:38:12 +0200

Updates install.sh

Add _gitpages service user to git-user group
so it can read access git repos.

Diffstat:
Minstall.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/install.sh b/install.sh @@ -37,6 +37,7 @@ setup_user() { -d "$VAR_DIR" \ -c "Gitpages service user" \ -g "$GROUP_NAME" \ + -G "$GIT_USER" \ "$USER_NAME" log "Created user $USER_NAME (primary group: $GROUP_NAME)" fi