From b438b6330691475a552b4fb5b893ef9e59250b6e Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 14 Sep 2025 20:46:23 +0200 Subject: [PATCH] defiant/nginx: temporarily add forwards for mccoy --- hosts/defiant/services/nginx.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hosts/defiant/services/nginx.nix b/hosts/defiant/services/nginx.nix index 245ba8b..12264eb 100644 --- a/hosts/defiant/services/nginx.nix +++ b/hosts/defiant/services/nginx.nix @@ -62,10 +62,17 @@ in { ''; }; }; + "feal.no" = publicProxy "http://mccoy.home.feal.no:8090/" { + serverAliases = [ "www.feal.no" ]; + }; "git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" { default = true; }; - "jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/" { }; "iam.feal.no" = publicProxy "http://${keycloak.http-host}:${toString keycloak.http-port}" { }; + "jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/" { }; + "kinealbrigtsen.no" = publicProxy "http://192.168.11.106:80/" { + serverAliases = [ "www.kinealbrigtsen.no" ]; + }; + "wiki.wackattack.eu" = publicProxy "http://192.168.11.108:80/" { }; }; }