From 5793d84fd59b5293552df123a1241373a021916d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 25 Oct 2023 09:04:27 -0600 Subject: [PATCH] Add railbird.ai addresses for biskcomp --- nixos/machines/biskcomp.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 45f90ece..74022c90 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -53,6 +53,25 @@ in proxyPass = "http://[::1]:8222"; }; }; + "vault.railbird.ai" = { + enableACME = true; + forceSSL = true; + locations."/" = { + proxyPass = "http://[::1]:8222"; + }; + }; + "dev.railbird.ai" = { + enableACME = true; + forceSSL = true; + listen = [{ + addr = "0.0.0.0"; + port = 3000; + ssl = true; + }]; + locations."/" = { + proxyPass = "http://localhost:3001"; + }; + }; }; };