hyperhive/nix/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 5264ef7d5e feat(gateway): add gateway.hsts.enable option, disabled by default
HSTS was unconditionally tied to hasTls. This is risky: enabling it on a
deployment that later loses TLS locks browsers out until max-age expires.

Add three options under services.hyperhive.gateway.hsts:
  enable          — bool, default false
  maxAge          — seconds, default 31536000 (1 year)
  includeSubDomains — bool, default true

HSTS header is now only emitted when hsts.enable = true.
2026-06-04 13:50:22 +02:00
..
hive-c0re.nix feat(#1184): make agent CPU quota and memory limit configurable 2026-06-03 21:39:14 +02:00
hive-ci.nix fix: wait for forge-core-token in prefetch instead of bailing early 2026-06-03 22:50:01 +02:00
hive-forge.nix fix(#981): enable Forgejo Actions so runner registration token API works 2026-06-01 18:38:44 +02:00
hive-gateway.nix feat(gateway): add gateway.hsts.enable option, disabled by default 2026-06-04 13:50:22 +02:00
hive-matrix.nix fix(#1061): suppress tuwunel default displayname suffix 2026-06-02 11:18:38 +02:00
hive-network.nix fix: assert gateway.enable when isolateContainers + forge.enable 2026-06-03 16:33:10 +02:00