README
# DSCI [D]ead [S]imple CI - All batteries included self hosted PAAS for developers # TL;DR The idea is that - Forgejo +YAMLess pipelines for CICD, plus the same runner to install all necessary infra on single server. And devs are in control through Bash/Python not YAML )), no magic devops required # Join us We are on discord, [~join](https://discord.gg/KSMRTZ9F) us! # Features * Small and fast - everything installed on single server - suitable for VPS/self hosting with limited infra capabilities * Everything is a code, everything through code - you are in control * No clunky YAML/Terraform/Ansible - just old good Python/Bash scripts * No magic devops knowledge required, any developer knowing Bash/Python could spin up infrastructure in seconds * IAC - databases/services/cron jobs/etc - everything through containers - your box is just a hardware provider - safe and simple * Standard flow support - containers/micro services/backends/frontends/etc * Ideal for businesses and teams with limited budget # DSCI building blocks * [~Forgejo](/doc/forgejo-setup) - smart and modern CI server * Dead simple [~ci](/doc/cicd) - YAMLess pipeline engine for forgejo * Dead simple plugins - we have a tons of plugins available from [~https://sparrowhub.io](https://sparrowhub.io/search?q=all) --- # Further reading * [~Installation guide](/doc/install) * [~Dead simple ci](/doc/cicd) * [~DSCI introduction](/doc/introduction)