Files
ProxmoxVED/frontend/public/json/github-runner.json
Michel Roegl-Brunner 74e57d61e2 add github actions runner
2026-03-04 10:12:36 +01:00

41 lines
1.1 KiB
JSON

{
"name": "GitHub Runner",
"slug": "github-runner",
"categories": [
20
],
"date_created": "2026-03-04",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": "https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners",
"config_path": "/opt/actions-runner",
"website": "https://github.com/actions/runner",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/github.webp",
"description": "GitHub Actions self-hosted runner executes workflows for your repository or organization, enabling CI/CD, builds, and deployments.",
"install_methods": [
{
"type": "default",
"script": "ct/github-runner.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "After install, run config.sh with your token from repo Settings → Actions → Runners, then start the service: systemctl start actions-runner",
"type": "info"
}
]
}