hyperhive/nix/host-modules/hive-gateway
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 991cd24fc8 refactor(3202): the gateway takes contributed dns names
Adds `services.hyperhive.gateway.localNames` (internal): hostnames the
hive resolver answers with the bridge IP, contributed by the modules
that own them. The service says which name, the gateway says where it
points — the same split `lib.tlsFor` already makes.

No behaviour change yet: the list is empty until the service modules
contribute in the following commits.

The assertion is not defensive padding. Duplicate `address=` rules do
not make dnsmasq complain; it resolves them by precedence, so a name
claimed twice silently stops being served by one of its claimants. That
failure mode only becomes reachable because contribution is now open, so
it gets closed in the same commit that opens it.
2026-08-13 16:14:36 +02:00
..
default.nix refactor(3202): the gateway takes contributed dns names 2026-08-13 16:14:36 +02:00
dnsmasq.nix refactor(3202): the gateway takes contributed dns names 2026-08-13 16:14:36 +02:00
error-pages.nix feat(3189): the sso vhost serves a themed page instead of a bare 502 2026-08-12 10:29:16 +02:00
options.nix refactor(3202): the gateway takes contributed dns names 2026-08-13 16:14:36 +02:00
vhost-lib.nix refactor(3202): the gateway publishes its vhost construction kit 2026-08-13 12:46:50 +02:00
vhosts.nix refactor(3202): the gateway publishes its vhost construction kit 2026-08-13 12:46:50 +02:00