Sign inSign up

greendata017/githex

By greendata017

Updated about 2 years ago

A light-weight git-server made in Go for simple home lab setups.

Image
Networking
Developer tools
Databases & storage
0

260

greendata017/githex repository overview

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

Tag summary

Content type

Image

Digest

sha256:4da28225c

Size

307.6 MB

Last updated

about 2 years ago

docker pull greendata017/githex