From 172b4269d19087579da555db3adef67d7df3079d Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 1 Nov 2025 14:53:03 +0000 Subject: [PATCH] hosts/library: drop chat.ai.vimium.com proxying --- hosts/library/ai.nix | 1 + hosts/library/nginx.nix | 19 ------------------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/hosts/library/ai.nix b/hosts/library/ai.nix index 01a06c3..6936134 100644 --- a/hosts/library/ai.nix +++ b/hosts/library/ai.nix @@ -16,6 +16,7 @@ in enable = true; package = pkgs.unstable.open-webui; port = 8081; + host = "0.0.0.0"; environment = let clientId = "open-webui"; diff --git a/hosts/library/nginx.nix b/hosts/library/nginx.nix index 14125b7..ddd3b85 100644 --- a/hosts/library/nginx.nix +++ b/hosts/library/nginx.nix @@ -33,25 +33,6 @@ ''; }; }; - "chat.ai.vimium.com" = { - listen = [ - { - addr = "127.0.0.1"; - port = 8001; - } - ]; - locations."/" = { - proxyPass = "http://localhost:8081"; - extraConfig = proxyConfig + '' - # Disable proxy buffering for better streaming response from models - proxy_buffering off; - - # Increase max request size for large attachments and long audio messages - client_max_body_size 20M; - proxy_read_timeout 10m; - ''; - }; - }; "jellyfin.vimium.com" = { default = true; listen = [