Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
1–10 of 33 posts
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#2You could check the landing page of this project here: https://sorcia.mysticmode.org/
I've put up a FAQ and Features section with screenshots, so it is easy for you to look at it and see why I've built this software.
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#3Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#4I only noticed one issue, which is very much an edge case: when trying to view a file with third party JS disabled (i.e. the Cloudflare JS sourced script), the file is rendered quite poorly. Would be nice if the service degraded gracefully and used a simple pre tag or similar.
I must also admit that I am interested in a more "non-technical" git frontend -- one that puts the file tree up front and center, leaving details like remotes and commits in out of the way views.
If anyone is interested in other options, see also:
* https://git.nemo157.com/grarr (Rust, the UI themes are a little tacky IMHO) * https://github.com/emersion/matcha (also in Go, but not very complete or performant...)
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#5Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#6I would consider different name for "tree". It ain't obvious to me if it is tree graph for my git tree or tree of catalogue in source.
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#7Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#8I would consider different name for "tree". It ain't obvious to me if it is tree graph for my git tree or tree of catalogue in source.
OTOH, it is consistent with cgit.
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#9Looks nice and clean. Minimalism. I like what I see in the screenshots.
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#10Front end for git in go. Surely you stumbled across GOGS? https://gogs.io/
It aims to provide a limited subset of the features they provide. More similar to cgit.