đž Archived View for splint.rs âş soft_git.gmi captured on 2024-07-09 at 00:15:41. Gemini links have been rewritten to link to archived content
âŹ ď¸ Previous capture (2024-05-26)
-=-=-=-=-=-=-
Soft Serve is a git server for the command line. You can see the maintainersâ version here, with ssh:
It looks like this:
Soft Serve ⢠Repositories About â Bubble Tea Updated 31 minutes ago â A powerful little TUI framework [mirror] â git clone git@git.charm.sh:bubbletea.git Soft Serve Updated 3 days ago A tasty, self-hostable Git server for the command line [mirror] git clone git@git.charm.sh:soft-serve.git
The setup takes no time, with very few steps - just give it a few variables in /etc/soft, start the service, and start pushing.
Once youâve given it your admin ssh keys, you can push repositories without setting them up beforehand. Just enter the repository, and do:
git push soft master
Everything can be performed from the command line, so I managed to mirror a full gitea instance with a little bash script.
The underlying structure lets you see the inner workings very clearly.
Using git-lfs requires a few more setup steps.
If you want automatic user sign-up, youâll have to add it yourself. Of course, if you can access everyoneâs ssh keys, itâs easy enough to add.
And of course, as this is cli-only, thatâll put some people off. That said, for most projects this might help with quality control.