~runxiyu via public-inbox
This is Runxi Yu's fork of icyphox's legit project. It aims to replace the use of cgit Runxi's servers.
At its current state, you should not use this fork. Use upstream instead.
git clone https://git.sr.ht/~runxiyu/legitrx
go build
If no filename is specified via the --config
option, it looks for config.yaml
in the current working directory.
repo:
scanPath: /srv/git
readme:
- README
- README.md
mainBranch:
- master
- main
ignore:
- repo-to-hide
dirs:
templates: ./templates
static: ./static
meta:
title: Legitrx
description: Testing
server:
name: git.runxiyu.org
host: 127.0.0.1
port: 5555
server.name
is used for go import
meta tags and clone URLs.
Legitrx is licensed under the MIT license.