I suggest that you can choose Gitlab if you are looking for selfhost.
By the way, it does have an open source alternative of Gitlab and it's free, but it does not have that many features as Gitlab. see https://github.com/gisiahq/gisia.
Nice tool, but i can not see what're the advantages by the first impression of your website. I do not feel comfortable with the CI YAMLs, but do not find a good tool to fix this. By the way, I'm also building a devops tool.
Fair point, imho landing pages rarely sell the full experience. In short the focus is UX, turnkey setup, visual feedback and data aggregation/graphs. Found gisia, cool project as well, starred!
Gisia 0.6.0 Released
We're excited to announce Gisia 0.6.0, bringing a full REST API, activity timelines, and improved code review tooling.
REST API
Gisia now exposes a REST API covering personal access tokens, branches, tags, pipelines, jobs, members, and users. Automate workflows and build integrations without touching the UI.
Activity Timeline
Issues, epics, and merge requests now have a unified activity timeline, giving you a clear chronological view of everything that's happened on a thread.
Diff Comment Versioning & Resolve
Diff comments now track versions and support a resolve workflow, so reviewers can mark feedback as addressed and keep review threads clean.
Squash on Merge
Merge requests now support squash-enabled merging for a cleaner commit history.
Bug Fixes
This release also addresses note policy enforcement, project menu rendering, and notification errors from 0.5.x.
We just released Gisia 0.5.1, a self-hosted Git hosting platform built with Rails 8.
This release focuses on keeping your team informed and improving API coverage:
- Email notifications for issues, epics, work items, and merge requests
- Notification settings per user
- REST API expanded to cover namespaces, branches, merge requests, groups, and projects
- IID support for issues and epics
If you're looking for a lightweight, self-hostable Git platform with CI/CD support, give it a try.
GitHub: https://github.com/gisiahq/gisia
Feedback and contributions are welcome!
The main thing in this release: skill files. Each project now exposes a skill.md at a predictable URL. You send that URL to any AI bot that can hit REST APIs (I've been using OpenClaw), and it figures out how to clone the repo, push code, create issues all through the API. No extra config, no plugins.
reply