all repos — legit @ 64f6ad72718d656402ceb7b106614ae3b64ff5cf

web frontend for git, written in go

css: revert to default system font Also removes my CDN from head.html along with the relevant note in the readme.

Anirudh Oppiliappan
commit

64f6ad72718d656402ceb7b106614ae3b64ff5cf

parent

9691bbfad3a10d19e3dc7b1b6b9d344c5c4466e6

1 file changed, 1 insertion(+), 2 deletions(-)

changed files
M readmereadme
@@ -48,6 +48,7 @@ static: ./static
meta: title: git good description: i think it's a skill issue + syntaxHighlight: monokailight server: name: git.icyphox.sh host: 127.0.0.1
@@ -74,8 +75,6 @@
• Run legit 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. -• The default head.html template uses my CDN to fetch fonts -- you may - or may not want this. • Pushing over https, while supported, is disabled because auth is a pain. Use ssh. • Paths are unveil(2)'d on OpenBSD.