I am considering using GitLab as an authentication and Git repo service (for my open hardware electronics site kitnic.it). I don't need the front-end at all as I want to write my own front-end that makes use of the API.
I am aware that I can configure Nginx to not give visitors access to the UI but I would also like to cut down on resources (mainly memory) used by GitLab. Can I run GitLab CE as an API only?
I have just installed the omnibus package and played around a little bit but would be willing to go the more manual route if that's required.