|
|
|
|
|
by qweqwe14
22 days ago
|
|
You'd be surprised how easy it is to self-host GitLab with Docker Compose, GitLab has an official "Omnibus" Docker image. No need to handicap yourself with Gitea/Forgejo/whatever, you can just use an industry-standard platform without much effort. Hardware requirements are nowhere close to high either. |
|
Forgejo is a single self-contained ~110MB binary (it contains all assets) you can drop anywhere and it'll just work - depending on your needs you most likely wont even need to bother with a DB server as it can use SQLite (my local install is doing that).
Also FWIW personally i find Forgejo's UX much better compared to GitLab.