dhruv3006@lemmy.world to Programming@programming.dev · 22 hours agoGitHub Has an Availability Problem. Is It Time to Look Elsewhere?dhruv2038.bearblog.devexternal-linkmessage-square24fedilinkarrow-up1106arrow-down12cross-posted to: selfhosted@lemmy.worldtechnology@lemmy.worldhackernews@lemmy.bestiver.se
arrow-up1104arrow-down1external-linkGitHub Has an Availability Problem. Is It Time to Look Elsewhere?dhruv2038.bearblog.devdhruv3006@lemmy.world to Programming@programming.dev · 22 hours agomessage-square24fedilinkcross-posted to: selfhosted@lemmy.worldtechnology@lemmy.worldhackernews@lemmy.bestiver.se
minus-squareSp1983@programming.devlinkfedilinkarrow-up1·edit-29 hours agoHey. My too cents here. I am building DSCI - self hosted git with ci embedded . Suitable for small teams with limited VPS hosting, features: general programming languages for ci ( not YAML ) super simple install and maintaining- everything is a single binary ( golang ) , ci jobs run on localhost/podman/docker no need extra runners / k8s / devops teams - everything is in dev hands through regular programming code - super simple ci SDK is available for bash/python/perl/raku/php/powershell/golang It’s still in early development stage , but users can already play with it - here is demo stand - http://dsci.sparrowhub.io/ Documentation is available here - http://deadsimpleci.sparrowhub.io/ or GitHub - https://github.com/melezhik/DSCI
Hey. My too cents here. I am building DSCI - self hosted git with ci embedded . Suitable for small teams with limited VPS hosting, features:
general programming languages for ci ( not YAML )
super simple install and maintaining- everything is a single binary ( golang ) , ci jobs run on localhost/podman/docker
no need extra runners / k8s / devops teams - everything is in dev hands through regular programming code - super simple
ci SDK is available for bash/python/perl/raku/php/powershell/golang
It’s still in early development stage , but users can already play with it - here is demo stand - http://dsci.sparrowhub.io/
Documentation is available here - http://deadsimpleci.sparrowhub.io/ or GitHub - https://github.com/melezhik/DSCI