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!

