Basically, what the title says. I’m a C, C+, C# … Basically, a C languages dev. Work on Video Games mostly, but I like doing other projects as well. Working on some larger ones like in Unreal and Godot that need some big boy space / CI time so I’ve set off on a small self hosting journey.

Got Nginx set up with Gitea at the moment, but am open to Gitlab, etc.

I was wondering if it’s easy to setup these services for LFS space / CI runtime rental for a few buddies of mine just to handle management and potential rental costs depending on how far that goes.

I’m also wondering if Gitea or GitLab would be better for an endeavor like this? And I realize I wouldn’t make a huge profit or anything, this would mostly be to mitigate maintenance costs and give my buddies some good deals on CI run time for Unreal or Godot Exports.

  • melroy@kbin.melroy.org
    link
    fedilink
    arrow-up
    2
    ·
    10 hours ago

    I personally like to run gitlab. You can disable the services you don’t need, like metrics services, grafana, prometheus. And you could even enable services you might want like docker container registey or package registey.

    I love to work with gitlab locally on my homelab. I also have multiple runners setup, which pick up my docker jobs. Etc