docs(CLAUDE.md): add hive-gateway.nix entry to file map (follow-up to #620)
This commit is contained in:
parent
2788501507
commit
e1a21d36ab
1 changed files with 7 additions and 1 deletions
|
|
@ -229,10 +229,16 @@ nix/
|
||||||
injected as env vars into all containers);
|
injected as env vars into all containers);
|
||||||
top-level `services.hyperhive.domain` option
|
top-level `services.hyperhive.domain` option
|
||||||
(nullable; required when matrix.enable);
|
(nullable; required when matrix.enable);
|
||||||
imports hive-forge.nix + hive-matrix.nix
|
imports hive-forge.nix + hive-gateway.nix + hive-matrix.nix
|
||||||
modules/hive-forge.nix optional in-container Forgejo
|
modules/hive-forge.nix optional in-container Forgejo
|
||||||
(`services.hyperhive.forge.enable`, default on);
|
(`services.hyperhive.forge.enable`, default on);
|
||||||
Catppuccin Mocha theme via tmpfiles C+ copy
|
Catppuccin Mocha theme via tmpfiles C+ copy
|
||||||
|
modules/hive-gateway.nix nginx nixos-container in front of all hyperhive
|
||||||
|
surfaces (`services.hyperhive.gateway.enable`,
|
||||||
|
default on); proxies `/` → c0re dashboard,
|
||||||
|
static-serves matrix GUI at `/matrix/` when
|
||||||
|
`matrix.gui.enable`; `localHostsEntry` for
|
||||||
|
local-dev DNS; v0 HTTP-only (#609)
|
||||||
modules/hive-matrix.nix optional in-container matrix-tuwunel
|
modules/hive-matrix.nix optional in-container matrix-tuwunel
|
||||||
homeserver (`services.hyperhive.matrix.enable`,
|
homeserver (`services.hyperhive.matrix.enable`,
|
||||||
default off); server_name derives from
|
default off); server_name derives from
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue