From 6b5178df1f891f2b20a092bbff3536c4981ab976 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 30 Jan 2025 11:37:18 -0600 Subject: [PATCH] switch to subdomain for ollama --- system-config/services/containers/traefik/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/system-config/services/containers/traefik/default.nix b/system-config/services/containers/traefik/default.nix index a488c14..ab878fb 100644 --- a/system-config/services/containers/traefik/default.nix +++ b/system-config/services/containers/traefik/default.nix @@ -132,7 +132,6 @@ middlewares = [ "authentik" ]; - priority = 1; }; nathan = { entryPoints = [ "localsecure" "websecure" ]; @@ -155,10 +154,9 @@ }; ollama = { entryPoints = [ "websecure" ]; - rule = "Host(`blunkall.us`) && Path(`/api/ollama`)"; + rule = "Host(`ollama.blunkall.us`)"; service = "ollama"; tls.certResolver = "cloudflare"; - priority = 2; }; jellyfin = { entryPoints = [ "localsecure" "websecure" ];