{"id":42486963,"url":"https://github.com/joschi/forgejo-runner-nix-containers","last_synced_at":"2026-01-28T11:29:40.670Z","repository":{"id":333937000,"uuid":"1139304639","full_name":"joschi/forgejo-runner-nix-containers","owner":"joschi","description":"Container images intended to be used with Forgejo Runners","archived":false,"fork":false,"pushed_at":"2026-01-21T23:09:49.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-22T10:11:31.170Z","etag":null,"topics":["containers","forgejo-runner","nix","nixos"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joschi.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-21T19:38:20.000Z","updated_at":"2026-01-21T23:09:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/joschi/forgejo-runner-nix-containers","commit_stats":null,"previous_names":["joschi/forgejo-runner-nix-containers"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/joschi/forgejo-runner-nix-containers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joschi%2Fforgejo-runner-nix-containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joschi%2Fforgejo-runner-nix-containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joschi%2Fforgejo-runner-nix-containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joschi%2Fforgejo-runner-nix-containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joschi","download_url":"https://codeload.github.com/joschi/forgejo-runner-nix-containers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joschi%2Fforgejo-runner-nix-containers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T10:53:21.605Z","status":"ssl_error","status_checked_at":"2026-01-28T10:53:20.789Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["containers","forgejo-runner","nix","nixos"],"created_at":"2026-01-28T11:29:38.233Z","updated_at":"2026-01-28T11:29:40.658Z","avatar_url":"https://github.com/joschi.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nix containers for Forgejo Actions\n\n\u003e Nix containers for usage with Forgejo Actions\n\nThere are currently two container images, one with the standard [Nix][nix] implementation and one with [Lix][lix].\n\n## Components\n\n- [Attic][attic]\n- [Bash][bash]\n- [BusyBox][busybox]\n- [Cachix][cachix]\n- [curl][curl]\n- [Nix][nix] or [Lix][lix] with [flakes][flakes] enabled\n- [Git][git] with [LFS][lfs]\n- [Node.js][nodejs]\n- [Forgejo CLI client][forgejo-cli]\n\n[attic]: https://docs.attic.rs\n[bash]: https://gnu.org/software/bash\n[busybox]: https://busybox.net/\n[cachix]: https://cachix.org\n[curl]: https://curl.se\n[nix]: https://nixos.org\n[lix]: https://lix.systems\n[flakes]: https://wiki.nixos.org/wiki/Flakes\n[git]: https://git-scm.com\n[lfs]: https://git-lfs.com\n[nodejs]: https://nodejs.org\n[forgejo-cli]: https://codeberg.org/forgejo-contrib/forgejo-cli\n\n## Configuration\n\nThe containers can be used with Forgejo Actions by setting up the appropriate labels in the [configuration file][forgejo-runner-config-yaml] or the `.runner` file:\n\n`config.yml`\n```yaml\nrunner:\n  labels:\n    - \"nix-latest:docker://ghcr.io/joschi/forgejo-nix:latest\"\n    - \"lix-latest:docker://ghcr.io/joschi/forgejo-lix:latest\"\n```\n\n`.runner`\n```json\n{\n  \"WARNING\": \"This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.\",\n  \"id\": 42,\n  \"uuid\": \"d2ax6368-9c20-4dy0-9a5a-e09c53854zb5\",\n  \"name\": \"my-forgejo-runner\",\n  \"token\": \"864e6019009e1635d98adf3935b305d32494d42a\",\n  \"address\": \"https://code.forgejo.org/\",\n  \"labels\": [\n    \"nix-latest:docker://ghcr.io/joschi/forgejo-nix:latest\",\n    \"lix-latest:docker://ghcr.io/joschi/forgejo-lix:latest\"\n  ]\n}\n```\n\n[forgejo-runner-config-yaml]: https://forgejo.org/docs/latest/admin/actions/runner-installation/#configuration\n\n## Verification\n\nThe built container images can be verified with `cosign` using the [public key in `cosign.pub`](cosign.pub):\n\n```shell\ncosign verify --key cosign.pub ghcr.io/joschi/forgejo-nix:latest\n```\n\nIt can also be verified against GitHub directly:\n\n```shell\ncosign verify ghcr.io/joschi/forgejo-nix:latest --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp=\"https://github.com/joschi/forgejo-runner-nix-containers\"\n```\n\n## Credits\n\nThis project has been greatly inspired by and is based on https://codeberg.org/nix-actions/container\nby [Jan Baudisch](https://codeberg.org/janbaudisch).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoschi%2Fforgejo-runner-nix-containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoschi%2Fforgejo-runner-nix-containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoschi%2Fforgejo-runner-nix-containers/lists"}