Sign inSign up

savagedot/haxgit

By savagedot

•Updated over 1 year ago

Simple cGit

Image
1

313

savagedot/haxgit repository overview

⁠haxgit - Lightweight cgit Docker Container

A complete, ready-to-run cgit solution with website and SSH access, packaged in Docker.

⁠Features

  • Full cgit web interface
  • Integrated SSH server for git operations
  • Persistent storage for repositories and configuration
  • Pre-configured with sensible defaults
  • Lightweight Alpine Linux base

⁠Quick Start

Pull the image:

docker pull savagedot/haxgit

Run the container with:

# haxgit - Lightweight cgit Docker Container

A complete, ready-to-run cgit solution with website and SSH access, packaged in Docker.

## Features

- Full cgit web interface
- Integrated SSH server for git operations
- Persistent storage for repositories and configuration
- Pre-configured with sensible defaults
- Lightweight Alpine Linux base

## Quick Start


Pull the image:

```bash
docker pull savagedot/haxgit

Run the container with:

docker run -d --rm \
  --name hax_cgit \
  -p 64801:80 -p 64822:22 \
  -v $PWD/data/git:/home/git \
  -v $PWD/data/repositories:/home/git/repositories \
  -v $PWD/data/ssh:/etc/ssh \
  -v $PWD/data/web:/var/www \
  savagedot/haxgit

Tag summary

Content type

Image

Digest

sha256:69a979018…

Size

56.5 MB

Last updated

over 1 year ago

docker pull savagedot/haxgit