💾 Archived View for bbs.geminispace.org › u › janet-catcus › 15956 captured on 2024-05-10 at 12:21:33. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "Any suggestions for a self-hosted git server with an..."
i can second the notion on fossil, i have been using it for years and years and am very happy with it. just one executable, repository is just one file (internally an sqlite db file) that can be selfhosted using the binary that acts as the cgi. for personal projects it's much better than git (in my opinion) the workflow omits staging as all changes are automatically staged. fossil works best when it is supposed to tell you what happened actually and not what some developer thinks should have happened instead, which might be perceived as a hurdle at some point (like when you want to get rid of a branch...)
Apr 04 · 5 weeks ago
Any suggestions for a self-hosted git server with an interface? I only have some toy projects so I'm looking for something lightweight for personal projects. Gogs seems like it might fit the bill...