docs(CLAUDE.md): forge.domain drives ROOT_URL + sub-domain vhost (follow-up to #754)
This commit is contained in:
parent
0af6ea1dd0
commit
47a97be958
1 changed files with 4 additions and 3 deletions
|
|
@ -254,14 +254,15 @@ nix/
|
||||||
imports hive-forge.nix + hive-gateway.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
|
`forge.domain` (default `forge.<hive-domain>`) drives
|
||||||
|
ROOT_URL + gateway vhost; Catppuccin Mocha theme
|
||||||
modules/hive-gateway.nix nginx nixos-container in front of all hyperhive
|
modules/hive-gateway.nix nginx nixos-container in front of all hyperhive
|
||||||
surfaces (`services.hyperhive.gateway.enable`,
|
surfaces (`services.hyperhive.gateway.enable`,
|
||||||
default on); proxies `/` → c0re dashboard,
|
default on); proxies `/` → c0re dashboard,
|
||||||
`/agent/<name>/` → per-agent UI (driven by
|
`/agent/<name>/` → per-agent UI (driven by
|
||||||
c0re-written JSON at `gateway.agentPortsFile`),
|
c0re-written JSON at `gateway.agentPortsFile`),
|
||||||
`/matrix/` → fluffychat-web GUI when enabled;
|
`forge.<hive-domain>` sub-domain → forge; `/matrix/`
|
||||||
`.well-known/matrix/` auto-discovery; v0 HTTP-only
|
→ fluffychat-web; `.well-known/matrix/` auto-discovery
|
||||||
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 defaults to bare
|
default off); server_name defaults to bare
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue