all repos — legit @ master

git web frontend written in Go

09f95056
fix minor issues
Raphael Sprenger
Sun, 10 Aug 2025 23:46:15 +0200
7dd44a33
remove tools I can't support
Raphael Sprenger
Sun, 10 Aug 2025 23:23:14 +0200
d0ed4449
remove tools I can't support
Raphael Sprenger
Sun, 10 Aug 2025 23:17:44 +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