I built an open-source, self-hosted Git + DevOps tool โ€” Gisia



Hey folks ๐Ÿ‘‹

I’ve been building an open-source DevOps tool called Gisia for a while now, and I figured it was time to actually share it with people instead of quietly tinkering on it.

It’s a lightweight, self-hosted Git platform for personal and small-team use. The short pitch: I wanted somewhere to host my repos, run pipelines, and track issues โ€” without spinning up a heavy setup that eats a whole server for what’s basically a few people writing code.

What it does

๐Ÿ—‚๏ธ Git hosting over SSH and HTTP(S)
โš™๏ธ CI/CD pipelines defined in YAML
๐Ÿ“ Issues and merge requests with inline diffs
๐Ÿ‘ฅ Groups, subgroups, and members for organizing access
๐Ÿƒ Namespace runners โ€” share or isolate CI runners per project or group
๐Ÿ”— Webhooks for hooking into other services

The whole thing runs from a single Docker image, so getting started is basically docker compose up and you’ve got a Git platform. Upgrading is just bumping the image tag.

Repo’s here if you want to check it out: https://github.com/gisiahq/gisia

It’s still evolving, so genuinely โ€” the rougher the feedback, the better. ๐Ÿ™

Thanks for reading!



Source link