Soft Serve – Self-hostable Git server for the command line
Soft Serve is a self-hostable Git server designed for command line use. It offers features such as SSH access, repository management, and user access control. The server can be easily installed on various operating systems and configured to meet user needs.
- ▪Soft Serve allows users to clone repositories over SSH, HTTP, or Git protocol.
- ▪It supports Git LFS and provides an SSH-accessible UI for browsing repositories.
- ▪Users can manage access control with SSH authentication and public keys.
Opening excerpt (first ~120 words) tap to expand
Soft Serve A tasty, self-hostable Git server for the command line. 🍦 Easy to navigate TUI available over SSH Clone repos over SSH, HTTP, or Git protocol Git LFS support with both HTTP and SSH backends Manage repos with SSH Create repos on demand with SSH or git push Browse repos, files and commits with SSH-accessible UI Print files over SSH with or without syntax highlighting and line numbers Easy access control SSH authentication using public keys Allow/disallow anonymous access Add collaborators with SSH public keys Repos can be public or private User access tokens Where can I see it? Just run ssh git.charm.sh for an example.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.