hyperhive/nix/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas bfeb23ce06 fix(forge): pre-create Actions artifact storage dir so uploads persist
Forgejo's local Actions-artifact storage defaults to
/var/lib/forgejo/data/actions_artifacts but Forgejo does not pre-create it.
The artifact endpoint ingests the chunked upload, then the merge-chunks step
fails with 'lstat .../actions_artifacts/tmpNNN: no such file or directory',
so every upload-artifact step dies after a successful build. Pre-create the
dir (forgejo-owned) via tmpfiles. actions.ENABLED already registers the
endpoints; this gives them somewhere to write.
2026-06-15 11:37:33 +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 feat(ci): expose the runner job timeout as a tunable option 2026-06-09 14:51:29 +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