and particularly maintain? Ideally I'd get something from Debian's repos but apparently Gitea wants me to install a binary directly from their website while GitLab wants me to download a shell script and run that (basically curl | bash type deal). Neither of which are very good for maintenance and it's not like I would want to power my Git server with a Windows-style exe from a random place on the intertubes either. Are there any alternatives out there? I really only need basic git functionality, push, pull and clone. I do not really need any web interface though it would be hosted on an existing webserver. I've tried to initialize an empty git repo on my webserver but as directory traversal is disallowed, this didn't go too well. Git clone failed and the webserver is rejecting it (403).
could try cgit
^^
gitlab docker works well If you don't need nothing except push and pull, you don't need nothing but a ssh access and the filesystem
https://alternativeto.net/software/gitea/?platform=self-hosted you may find something here.
Обсуждают сегодня