From 52fd37e2ac382a2630d3fe3d22ef86908d67a6b6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 3 Jan 2023 14:25:59 -0500 Subject: Add mumble and botamusique services --- Biz/Cloud/Web.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Biz/Cloud/Web.nix') diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix index 373af96..5f4789a 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -195,6 +195,12 @@ in }; }; + "music.${rootDomain}" = { + forceSSL = true; + useACMEHost = rootDomain; + locations."/".proxyPass = "http://localhost:${toString ports.botamusique}"; + }; + "notebook.${rootDomain}" = { forceSSL = true; useACMEHost = rootDomain; @@ -224,6 +230,7 @@ in "dragons.dev" "nixpert.chat" ] ++ map (sub: "${sub}.${rootDomain}") [ + "music" "tv" "matrix" "chat" -- cgit v1.2.3