Front-ends like these are really cool. They allow simple, self hosted solutions strictly for code that can then be mirrored to other, more complex solutions if desired. Or if you like working with very minimal tooling.
Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
21–30 of 33 posts
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#22I 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
#23Looks nice and clean. Minimalism. I like what I see in the screenshots.
screenshots?
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#24Front end for git in go. Surely you stumbled across GOGS? https://gogs.io/
I still don't understand why someone would want to use this over GOGS....
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#25Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#26Earlier quoted context omitted.
Hmm, name will raise a few eyebrows in Italy.
What does it refer to in Italy?
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#27Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#28Glad to see new work in this space. Sorcia looks very clean, and well implemented. I 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-techn…
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#29Very cool! Although I noticed (at least in Safari and iOS) the contributors page has 23px widths for the profile pictures. Front-ends like these are really cool. They allow simple, self hosted solutions strictly for code that can then be mirrored to other, more complex solutions if desired. Or if you like working with very minimal tooling.
Maybe I can tweak the design later to show the DP a little bit larger for the next rolling release.
Re: Show HN: Sorcia – Self-hosted web front end for Git repositories, written in Go
#30The use case is to let website owners see what their developers are changing in the source code that I'm hosting for those owners, and to embed this in the existing dashboard of mine where the owners can see what's happening on their servers. I would handle myself the part where the source code modifications are committed to the underlining git repositories, and a nice bonus would be that those repositories would act an additional backup strategy.
Unfortunately nothing came close to this simple wishlist, I was unable to get the likes of git-web or gitiles working under those constraints, I tried 4 or 5 at least.
I should have a look at Sorcia then!