A complete GIT stack supporting CI/CD runners
Find a file
tom 1d7e173fa1 fix(forgejo-runner,docker-compose): Remove IPAM from network definition
Having a brdige IPAM definition can lead to a breaking setup if bridge is already used by another container on host.
2025-11-02 18:54:26 +01:00
forgejo-server chore: Repository structure refactoring 2025-10-08 08:50:30 +02:00
runner-drone ci(drone): Implement RPC secret 2024-12-14 12:31:31 +00:00
runner-forgejo fix(forgejo-runner,docker-compose): Remove IPAM from network definition 2025-11-02 18:54:26 +01:00
.gitignore fix(forgejo): Update Forgejo runner configuration to support Docker 2025-10-07 07:52:50 +00:00
README.md chore: Repository structure refactoring 2025-10-08 08:50:30 +02:00

Git Stack

Overview

A complete Git with CI/CD engine to run in homelab environment. This setup provided to be hosted on a Synology NAS using Synology reverse-proxy feature. It can be easily integrated into a traefik with Letsencrypt setup, but it is not the goal of this project.

Stack

  • Git server: Forgejo - An Opensource clone of Gitea
  • CI/CD Engine: Forgejo Runner based on ACT
  • CI/CD engine (Optional): DRONE-CI - An easy and low footprint CI engine

Licence

APACHE 2