A light-weight git-server made in Go for simple home lab setups.
260
GitHex is a lightweight git-server written in Go. This is the first version and is (for now) only meant for home labs.
To use this, a docker compose file is recommended, which looks like this:
# docker-compose.yaml
services:
git:
image: greendata017/githex:latest
container_name: git-server
ports:
- "2222:22"
environment:
- "ALLOWED_KEY=${CLIENT_SSH_KEY}"
volumes:
- ./data:/srv/git
Content type
Image
Digest
sha256:4da28225c…
Size
307.6 MB
Last updated
about 2 years ago
docker pull greendata017/githex