🚀 EasyForgejo BETA

Quick install script for self-hosted Forgejo (Git+CI) server

Complete with CI/CD runners • SQLite-based

Install Forgejo Server

Sets up Forgejo with SQLite, generates secure credentials, and creates an admin account

curl -sSL https://wkoszek.github.io/easyforgejo/install.sh | bash

Review install.sh script before running →

Requirements: Debian-based Linux (Ubuntu, Debian, etc.) with apt package manager and systemd init system

🔧 Install CI Runner

Run the command output from server installation (requires Docker)

curl -sSL https://wkoszek.github.io/easyforgejo/install-runner.sh | bash -s -- IP PORT SECRET

Review install-runner.sh script before running →

Requirements: Debian-based Linux with apt and systemd • Docker will be installed automatically