diff --git a/systems/x86_64-linux/apollo/default.nix b/systems/x86_64-linux/apollo/default.nix index d4c35a8..0170ec9 100644 --- a/systems/x86_64-linux/apollo/default.nix +++ b/systems/x86_64-linux/apollo/default.nix @@ -27,6 +27,10 @@ web-apps.librechat.enable = true; web-servers.nginx.enable = true; web-servers.nginx.proxies = [ + { + source = "aenyrathia.wiki"; + target = "http://helios:5896"; + } { source = "chat.bwfiq.com"; target = "http://localhost:3080";