git-server-docker-stagit

git-server-with-stagit
git clone git://git.andersuno.nu/git-server-docker-stagit.git
Log | Files | Refs | README

commit 1d8035ee37c28eab320d11ad1101295ffdc6691f
parent f0124abbb4f96a62e041177d8d8e5e1d6a8b0c4a
Author: andersuno <anders@desk.andersuno.nu>
Date:   Mon,  2 May 2022 21:09:36 +0200

Changed stagit from binaries to pkg

Diffstat:
M.gitignore | 1-
MDockerfile | 6++----
2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1 @@ keys/ -bin/ diff --git a/Dockerfile b/Dockerfile @@ -7,7 +7,8 @@ RUN apk add --no-cache \ openssh \ # git=2.8.3-r0 git \ - git-daemon + git-daemon \ + stagit # Key generation on the server RUN ssh-keygen -A @@ -33,9 +34,6 @@ RUN mkdir /git-server/public-html # More info: https://git-scm.com/docs/git-shell COPY git-shell-commands /home/git/git-shell-commands -# Stagit binaries -COPY bin /usr/local/bin - COPY resources /git-server/resources # sshd_config file is edited for enable access key and disable access password