A modern, high-performance web interface for your git repositories, designed as a faster alternative to tools like gitweb and cgit. Written in Rust, it leverages a powerful tech stack including Axum, gitoxide, and RocksDB to deliver exceptional speed and a responsive user experience. It is designed to work exclusively with bare Git repositories.
Key features include:
services:
rgit:
image: ghcr.io/w4/rgit:latest
container_name: rgit
ports:
- "8000:8000"
volumes:
- ./repos:/git:ro
restart: unless-stopped
# rgit does not require any sensitive environment variables for a basic deployment.
Auto-fetched about 19 hours ago
Auto-fetched about 19 hours ago