hyperhive/nix/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 9902d9d9a5 fix(ci): resolve the forge domain to loopback in the hive-ci runner
Forgejo's Actions artifact API hands the runner an upload URL built from
forgejo's ROOT_URL — the public forge domain (forge.<domain>), not the
runner's 127.0.0.1:<httpPort> registration URL. The hive-ci container shares
host netns but has no resolver entry for the hive's own domains (the
gateway's localHostsEntry only touches the host), so actions/upload-artifact
fails with 'getaddrinfo ENOTFOUND forge.<domain>' while normal CI (checkout
via the localhost registration URL) is unaffected. Add a networking.extraHosts
entry mapping the forge domain to loopback so the upload reaches the local
forge via the gateway.
2026-06-15 13:32:01 +02:00
..
hive-c0re.nix chore(nix): replace tracker tags with prose in nix comments 2026-06-09 11:25:56 +02:00
hive-ci.nix fix(ci): resolve the forge domain to loopback in the hive-ci runner 2026-06-15 13:32:01 +02:00
hive-forge.nix fix(forge): pre-create Actions artifact storage dir so uploads persist 2026-06-15 11:37:33 +02:00
hive-gateway.nix chore(nix): replace tracker tags with prose in nix comments 2026-06-09 11:25:56 +02:00
hive-matrix.nix feat(#551): gate server-side e2ee behind opt-in matrix.allowEncryption (default off) 2026-06-10 19:12:36 +02:00
hive-network.nix chore(nix): replace tracker tags with prose in nix comments 2026-06-09 11:25:56 +02:00