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

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.