Thanks to visit codestin.com
Credit goes to git.alin.ovh

all repos — elgit @ main

fork of legit: web frontend for git, written in go

elgit

A git web frontend written in Go, forked from elgit after the author moved on.

Fork changes

Features

Installing

Clone it, ‘go build’ it.

Config

Uses yaml for configuration. Looks for a ‘config.yaml’ in the current directory by default; pass the ‘–config’ flag to point it elsewhere.

Example config.yaml:

repo:
  root: /var/lib/gitolite
  readme:
    - readme
    - README
    - readme.md
    - README.md
  mainBranch:
    - master
    - main
meta:
  title: git good
  description: i think it's a skill issue
server:
  name: git.icyphox.sh
  host: 127.0.0.1
  port: 5555
  compress: true
  development: false

These options are fairly self-explanatory, but of note are:

Notes

License

elgit is licensed under MIT.

clone
git clone https://git.alin.ovh/elgit