{"id":22526863,"url":"https://github.com/geoxor/runix","last_synced_at":"2025-10-06T21:54:46.952Z","repository":{"id":103407610,"uuid":"433517555","full_name":"Geoxor/Runix","owner":"Geoxor","description":"A general docker github action runner that you can self host for your action scripts in your organizations","archived":false,"fork":false,"pushed_at":"2022-12-04T20:00:54.000Z","size":34,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-13T11:24:49.067Z","etag":null,"topics":["docker","github-runner","self-hosted-runner"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Geoxor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-11-30T17:10:07.000Z","updated_at":"2022-12-30T20:00:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6cb36fe-dd7c-40b4-88fa-e3a69e7cd2c2","html_url":"https://github.com/Geoxor/Runix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Geoxor/Runix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geoxor%2FRunix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geoxor%2FRunix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geoxor%2FRunix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geoxor%2FRunix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geoxor","download_url":"https://codeload.github.com/Geoxor/Runix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geoxor%2FRunix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278686638,"owners_count":26028325,"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-10-06T02:00:05.630Z","response_time":65,"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":["docker","github-runner","self-hosted-runner"],"created_at":"2024-12-07T06:19:06.274Z","updated_at":"2025-10-06T21:54:46.921Z","avatar_url":"https://github.com/Geoxor.png","language":"Dockerfile","readme":"# 🎃 Introduction\n\nThis is my docker image for my self-hosted [GitHub Actions](https://github.com/features/actions) runners\nas self-hosted runners tend to be a lot faster since you can dedicate a server or multiple for an organization\nas supposed to how github runs multiple dockers on the same machine making compile times take really long\n\nIt tries to emitate a very lite version of what the [GitHub Official Runners](https://github.com/actions/runner) have and you can farther take\nthis and build your own purpose built runner for your repo to improve performance\nby editing the `Dockerfile` installing everything your repo needs\n\n# 🛠 Installed Tools\n\n- gcc-i386\n- gcc-mips\n- gcc-mipsel\n- gcc-aarch64\n- [upx 3.96](https://github.com/upx/upx)\n- build-essential\n- curl\n- wget\n- [go](https://go.dev)\n- [gox](https://github.com/mitchellh/gox)\n- sudo\n- curl\n- jq\n- python3\n- pip\n- node.js\n- rust\n- cargo\n- npm\n- docker\n- typescript\n- ts-node\n- cross\n\n# 🗃 Setup\n\nInstall [Docker](https://www.docker.com/products/docker-desktop)\n\nEdit the `docker-compose.yml` and add your organization \u0026 access token\n_make sure your access token has the correct permissions_\n\nDo this so dockers within the runners can execute\n\n```bash\nchmod 777 /var/run/docker.sock\n```\n\n# ☄ Usage\n\n### 🐳 Docker Compose\n\n- `docker-compose build` - build image\n- `docker-compose up --scale runner=8 -d` - start 8 instances\n- `docker-compose up --scale runner=12 -d` - go from 8 -\u003e 12 instances\n- `docker-compose down` - stop all\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeoxor%2Frunix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeoxor%2Frunix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeoxor%2Frunix/lists"}