|
|
|
|
|
by iveqy
1175 days ago
|
|
I tried to use it, but my git repo was too big and it become painfully slow. I filed a bug an the issue was fixed within a few weeks. Very good interaction with the developers! However that also meant that I needed an alternative. So let's break down what soft-serve do:
1. It's a ssh server/git server
2. It can list git repositories
3. It can browse git repositories For:
1. you can use your current ssh server and for extra protection use the git-shell that comes with git.
2. Is easily solved with git-shell-commands (see man git-shell)
3. Is not something I need. If you want to browse you'll need to clone. Although soft-serve is beautiful, it's a lot of added complexity for not very much functionality. If/when they add CI/CD, pull requests (perhaps a git-appraise based interface). It will be awesome and I'll give it a new try. |
|