{ "name": "Gitea Runner", "id": "gitea-runner", "available": true, "short_desc": "Kendi Gitea sunucunuz icin Docker tabanli Actions runner", "author": "self-hosted", "port": 7443, "categories": ["development", "utilities"], "description": "Gitea Actions is akislarini calistiran, docker.sock uzerinden istenen herhangi bir imaji (ubuntu, archlinux, fedora, flutter build image'i vb.) aninda cekebilen self-hosted Docker executor runner. Tek 'docker' etiketiyle kayit olur; hangi image'in kullanilacagini workflow dosyasindaki 'container: image:' alani belirler.", "tipi_version": 1, "version": "0.2.11", "source": "https://gitea.com/gitea/act_runner", "website": "https://docs.gitea.com/usage/actions/act-runner", "exposable": false, "no_gui": true, "dynamic_config": true, "form_fields": [ { "type": "text", "label": "Gitea Sunucu Adresi", "hint": "Gitea instance'inizin tam adresi (https:// dahil)", "placeholder": "https://gitea.senin-adresin.com", "required": true, "env_variable": "GITEA_INSTANCE_URL" }, { "type": "password", "label": "Runner Registration Token", "hint": "Gitea > Settings > Actions > Runners > Create new runner sayfasindan alinan tek seferlik token", "required": true, "env_variable": "GITEA_RUNNER_REGISTRATION_TOKEN" }, { "type": "text", "label": "Runner Adi", "default": "runtipi-docker-runner", "required": false, "env_variable": "GITEA_RUNNER_NAME" } ] }