Ask HN: Is anyone using any headless Git service?
Basically an api server for git, like Github API without public facing stuff (also excluding endpoints for its public facing stuff like issues/pull requests etc), only git related endpoints.
I believe there should be at least one .. but I didn't find any. Only found self-hosted git even though some have api.
So I think you know what I mean by "headless".
11 comments
[ 3.2 ms ] story [ 41.2 ms ] threadhttps://docs.gitea.io/en-us/api-usage/
It's not headless but maybe there is a way to shut down the HTML interface. But probably the same could be said of GitLab.
I don't know if you can run it purely headless.
headless git is just ssh to a sever with an associated repository, ya?
What else do you need?