rename to elgit
1 file changed, 8 insertions(+), 14 deletions(-)
changed files
M readme → readme
@@ -1,17 +1,11 @@ -legit +elgit ----- -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. +A git web frontend written in Go, forked from elgit after the author moved on. FEATURES -• Fully customizable templates and stylesheets. • Cloning over http(s). • Less archaic HTML. • Not CGI.@@ -56,7 +50,7 @@ port: 5555 These options are fairly self-explanatory, but of note are: -• repo.scanPath: where all your git repos live (or die). legit doesn't +• repo.scanPath: where all your git repos live (or die). elgit doesn't traverse subdirs yet. • dirs: use this to override the default templates and static assets. • repo.readme: readme files to look for.@@ -72,17 +66,17 @@ NOTES -• Run legit behind a TLS terminating proxy like relayd(8) or nginx. +• Run elgit behind a TLS terminating proxy like relayd(8) or nginx. • Cloning only works in bare repos -- this is a limitation inherent to git. You - can still view non-bare repos just fine in legit. + can still view non-bare repos just fine in elgit. • Pushing over https, while supported, is disabled because auth is a pain. Use ssh. • Paths are unveil(2)'d on OpenBSD. -• Docker images are available ghcr.io/icyphox/legit:{master,latest,vX.Y.Z}. [2] +• Docker images are available ghcr.io/icyphox/elgit:{master,latest,vX.Y.Z}. [2] LICENSE -legit is licensed under MIT. +elgit is licensed under MIT. [1]: https://swapoff.org/chroma/playground/ -[2]: https://github.com/icyphox/legit/pkgs/container/legit +[2]: https://github.com/icyphox/elgit/pkgs/container/elgit