@L1Cafe I saw that you host Gitlab how much resources does it use while in operation?
@null0x0 I haven't actually looked into it. GitLab is definitely heavy on resources, but it is also rather feature-rich, much more than the alternatives (for example, Gitea has no CI/CD, so you have to rely on Jenkins while GitLab is an all-in-one package, easier to manage).
For now, since the GitLab server is only used primarily by me, I have no performance issues there or anywhere else.
@L1Cafe Yes!, for AIO Solution I agree with you! What's the server spec currently?
I am hosting Gitea on Docker and OMG it hardly uses any resources lol.
@null0x0 It's a pretty big server. Like a quad core Xeon with 32 GB of RAM. I host a bunch of other services, too, anyway. I should update the homepage but I need to find free time for that...
@L1Cafe Oh hosted at a data center or Home?
@null0x0 SoYouStart, part of OVH
@null0x0 I mean, OVH are a hosting company in case you didn't know. So it's a datacenter. But there are some tiny tasks performed by a small server at home. Backup and automation among them.
@L1Cafe I know OVH!
I use Digital Ocean or Vultr for my projects ;) Cost effective for me.
Do you use rsync for backup or borg?
@null0x0 rsync and Some custom scripts with the help of Proxmox.