feat(portal): move edge proxy services from Jeeves
treefmt / nix fmt (pull_request) Successful in 6s
build_systems / build-jeeves (pull_request) Failing after 7s
pytest / pytest (pull_request) Successful in 29s
test ebook search / test-ebook-search (pull_request) Successful in 35s
build_systems / build-brain (pull_request) Successful in 57s
build_systems / build-bob (pull_request) Successful in 1m3s
build_systems / build-rhapsody-in-green (pull_request) Successful in 1m32s

- move HAProxy and ACME certificate management to Portal
- route application backends to Jeeves over Tailscale
- restrict Jeeves backend ports to the Tailscale interface
- expose Gems for remote proxy access
This commit is contained in:
2026-08-25 22:09:44 -04:00
parent e1b8a29e61
commit a51b8bc355
11 changed files with 28 additions and 31 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ in
package = pkgs.nix-serve-ng;
enable = true;
secretKeyFile = "${vars.secrets}/services/nix-cache/cache-priv-key.pem";
openFirewall = true;
openFirewall = false;
};
}