git-preview @ main

static git web frontend but with images and html previews + code truncation

routes: disable git push
Wed, 14 Dec 2022
1 files changed, 9 insertions(+), 6 deletions(-)
M routes/handler.go

@@ -4,7 +4,6 @@ import (

"log" "net/http" "path/filepath" - "regexp" "github.com/alexedwards/flow" "github.com/sosedoff/gitkit"

@@ -16,20 +15,24 @@ actualDeps deps

gitsvc *gitkit.Server }

… preview truncated