▲ | packetlost 4 days ago | |||||||
I self-host most of my personal git repos on a NAS. They're literally just `git init --bare` folders in `/srv/src` that I access over SSH. Requires essentially zero setup and maintenance and I don't have to be worried if my internet or some other provider dies. | ||||||||
▲ | quectophoton 4 days ago | parent [-] | |||||||
This also allows more freedom in the directory structure, instead of the `$USERNAME/$REPONAME` that is enforced by basically every hosted solution. | ||||||||
|