ABOUT
Forgejo Runner is a lightweight service that executes CI/CD jobs for Forgejo, enabling automated builds, tests, and deployments.
warningWarning: This app requires user input! Full automation is at your own risk.
infoFor Autodeployment you can use var_forgejo_instance (Forgejo Instance URL (e.g. https://codeberg.org)) | var_forgejo_runner_uuid (Forgejo Runner UUID) | var_forgejo_runner_token (Forgejo Runner Token) before bash call
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM8 GB disk
Config path/root/.runner
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/forgejo-runner.sh'; sha='bd421c5dda91dd086219023a8003a962d894d787dabd770f93cafcee03f92fcd'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/forgejo-runner.shSHA-256 bd421c5dda91dd086219023a8003a962d894d787dabd770f93cafcee03f92fcd LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.