Lupus
Honorary Master
- Joined
- Apr 25, 2006
- Messages
- 89,500
- Reaction score
- 60,060
Aah, yeah I can't watch that anymore, the cheese. Oh the cheeseOld one.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Aah, yeah I can't watch that anymore, the cheese. Oh the cheeseOld one.
Parlotones live in 2 days![]()
This is truegood food
Can I ask what’s your use case for a local gitlab instance? What features do you make use of?Managed to set up automatic mirroring of my local gitlab instance into GCP source repo as backup.
Was a lot more fiddly than expected because I opted for hard mode - implement it as an ansible script that builds an LXC, sets up git & SDK in it, authenticates against gitlab (ssh) and authenticates GCP via service account. The actual pull & push is the easy part (currently via 5 min cron, webhook will have to wait).
Now I can use the local gitlab for all my crucial docs, notes, source knowing it's replicated & safe against ransomware.
Anyway super chuffed about it cause it was mostly own code rather than configuring something that already exists like a docker image etc
Part of a general push to self-host where viable out of principle. Picked gitlab over gitea etc because I've done CI+docker registry stuff in GCP before and gitlab appears to support those kind of setups better.Can I ask what’s your use case for a local gitlab instance? What features do you make use of?
hosts
127.0.0.1 favelacrew.com