{"id":30623381,"url":"https://github.com/crueter-ci/forgejo-runner","last_synced_at":"2025-08-30T16:09:41.971Z","repository":{"id":298515601,"uuid":"1000210807","full_name":"crueter-ci/forgejo-runner","owner":"crueter-ci","description":"Scripts to set up Linux and Android runners on Forgejo/Gitea","archived":false,"fork":false,"pushed_at":"2025-06-24T06:49:49.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-20T00:29:19.007Z","etag":null,"topics":["forgejo"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crueter-ci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-11T12:36:38.000Z","updated_at":"2025-08-19T22:06:40.000Z","dependencies_parsed_at":"2025-08-20T00:29:22.233Z","dependency_job_id":"cc5795e9-f260-432c-99c6-212f60c2ff80","html_url":"https://github.com/crueter-ci/forgejo-runner","commit_stats":null,"previous_names":["crueter/forgejo-runner-scripts","crueter-ci/forgejo-runner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crueter-ci/forgejo-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crueter-ci%2Fforgejo-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crueter-ci%2Fforgejo-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crueter-ci%2Fforgejo-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crueter-ci%2Fforgejo-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crueter-ci","download_url":"https://codeload.github.com/crueter-ci/forgejo-runner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crueter-ci%2Fforgejo-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272872803,"owners_count":25007418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["forgejo"],"created_at":"2025-08-30T16:09:38.462Z","updated_at":"2025-08-30T16:09:41.960Z","avatar_url":"https://github.com/crueter-ci.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# forgejo-runner-scripts\nScripts to set up Linux and Android runners on Forgejo/Gitea.\n\nThis is currently only compatible with Arch Linux, but can be very easily adapted to support Debian or other server distros.\n\n# Setup\n- The current `pkg.txt` contains all packages needed for building \u0026 AppImage packing on Eden and other Yuzu forks. Modify to your needs.\n  * Remove the aarch64 packages if you do not wish to enable cross-compilation.\n\n## Optional\n- Copy any necessary configuration directories into `config`\n  * e.g. shell\n- Copy any necessary local scripts/bin files into `local/bin`\n  * e.g. packaging scripts (linuxdeploy, etc)\n- Copy any necessary shared data into `local/share`\n  * e.g. gnupg\n- Copy any necessary SSH keys into `ssh`\n  * e.g. for private repos\n\n## Android\n- The exact setup for Android depends on what project you are building.\n- You must select a java version beforehand. The default `pkg.txt` installs Java 17.\n  * e.g. `sudo pacman -S jdk21-openjdk \u0026\u0026 sudo archlinux-java set java-21-openjdk`\n- All android-related files should go in the `android` directory.\n  * `mkdir android`\n- Generally, you will at least want a keystore. Use the provided `./genkeystore.sh` script to do so.\n  * Some projects may require the alias and password files, but they should instead use repository secrets. Ensure your password and alias match up.\n- Modify `setup-android.sh` to use your desired JDK version as well as Android SDK packages.\n\n## Finally...\nYour final directory should look something like this:\n\n```\n| android\n    | android.alias\n    | android.keystore\n    | android.pass\n| config\n    | ...\n| local\n    | share\n        | ...\n    | bin\n        | ...\n| pkg.txt\n| runner\n    | .runner\n    | config.yml\n    | runner.service\n    | wait-online\n| setup-android.sh\n| setup.sh\n| ssh\n    | config\n    | id_ed25519\n    | id_ed25519.pub\n\n```\n\nIf everything looks good, copy this entire directory onto your desired server. Then, run `./setup.sh` to install packages and setup all the necessary directories/configurations. This will additionally start and enable the Forgejo runner.\n- Note that sudo access is required.\n\nFor Android runners, additionally run `./setup-android.sh`.\n\nYour runner is now good to go!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrueter-ci%2Fforgejo-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrueter-ci%2Fforgejo-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrueter-ci%2Fforgejo-runner/lists"}