Dead Simple CI
  • Go 83.5%
  • JavaScript 12.1%
  • CSS 2.2%
  • Shell 2.2%
Find a file
Alexey Melezhik 847733fa1b
All checks were successful
dsci The build status: success
rumtime
2026-02-24 14:34:40 +03:00
.dsci go 2026-02-17 11:12:59 +03:00
css migrate to go 2026-02-06 13:36:54 +03:00
examples one more example 2026-01-17 12:03:49 +03:00
js migrate to go 2026-02-06 13:36:54 +03:00
screenshots screen 2026-01-14 16:32:09 +03:00
.gitignore migrate to go 2026-02-06 13:36:54 +03:00
bash-plugins.md rumtime 2026-02-24 14:34:40 +03:00
cicd.md fix link 2026-02-24 14:05:46 +03:00
configuration.md imrove docs 2026-02-09 18:25:01 +03:00
cookbook.md add cookbook 2026-01-23 12:12:27 +03:00
demo.md fix link 2026-02-11 13:41:32 +03:00
discord.md discord 2026-01-20 18:07:03 +03:00
forgejo-setup.md fix links 2026-02-16 11:17:07 +03:00
go.mod migrate to go 2026-02-06 13:36:54 +03:00
install.md add Bash plugins 2026-02-24 14:02:35 +03:00
introduction.md pretty links 2026-02-16 12:45:57 +03:00
job-cond.md fix brackets 2026-02-16 12:24:42 +03:00
job.md fix links 2026-02-16 11:17:07 +03:00
main.go fix link 2026-02-24 14:02:35 +03:00
maintenance.md restore 2026-02-05 12:18:48 +03:00
pipeline.md add Bash plugins 2026-02-24 14:02:35 +03:00
predefined-vars.md fix var 2026-02-17 10:18:34 +03:00
README.md Fix tildas 2026-02-17 13:33:22 +03:00
screenshots.md better markdown 2026-02-17 11:42:46 +03:00
secrets.md secrets 2026-02-12 20:44:52 +03:00
task.md fix links 2026-02-16 11:17:07 +03:00

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 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 - smart and modern CI server

  • Dead simple ~ci - YAMLess pipeline engine for forgejo

  • Dead simple plugins - we have a tons of plugins available from ~https://sparrowhub.io


Further reading