dhruv3006@lemmy.world to Programming@programming.dev · 2 days agoGitHub Has an Availability Problem. Is It Time to Look Elsewhere?dhruv2038.bearblog.devexternal-linkmessage-square25fedilinkarrow-up1113cross-posted to: selfhosted@lemmy.worldtechnology@lemmy.world
arrow-up1113external-linkGitHub Has an Availability Problem. Is It Time to Look Elsewhere?dhruv2038.bearblog.devdhruv3006@lemmy.world to Programming@programming.dev · 2 days agomessage-square25fedilinkcross-posted to: selfhosted@lemmy.worldtechnology@lemmy.world
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up5·2 days agoit depends on what you’re looking for. just repository hosting, you can do that anywhere with a server, git --bare init, ssh, and a private key. social coding? foregejo personally i love beanstalk; i’ve been consistently with them since the 2000s; i’ll still be with them.
minus-squareBatman@lemmy.worldlinkfedilinkarrow-up1·11 hours agoLoving my forgejo. Running my cicd on my own machine? Yes.
it depends on what you’re looking for.
just repository hosting, you can do that anywhere with a server,
git --bare init, ssh, and a private key.social coding? foregejo
personally i love beanstalk; i’ve been consistently with them since the 2000s; i’ll still be with them.
Loving my forgejo. Running my cicd on my own machine? Yes.