all repos — legit @ master

git web frontend written in Go

75bbbc13
bump to go v1.25.6
Raphael Sprenger
Fri, 30 Jan 2026 21:07:37 +0100
4a1ba59a
bump to go v1.25.5
Raphael Sprenger
Tue, 09 Dec 2025 20:13:55 +0100
51ff518e
add a commit heatmap graph to the frontpage
Raphael Sprenger
Fri, 15 Aug 2025 21:31:38 +0200

legit

A git web frontend written in Go.

Pronounced however you like; I prefer channeling my inner beret-wearing Frenchman, and saying “Oui, il est le git!”

But yeah it’s pretty legit, no cap on god fr fr.

Features

Installing

Clone it, ‘go build’ it.

Config

Configuration is done via environment variables:

Repository Settings:

Meta Settings:

Server Settings:

Example usage:

export LEGIT_REPO_SCAN_PATH="/home/git/repos"
export LEGIT_META_TITLE="My Git Server"
export LEGIT_SERVER_PORT=8080
export LEGIT_REPO_IGNORE="private-repo,secret-project"
./legit

NOTES

clone
git clone https://code.raphting.dev/legit.git