From 50a75a6d891441e27de8289dd02326436fc20aee Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 30 Jan 2025 11:07:25 -0600 Subject: [PATCH] increase ollama traefik priority --- system-config/services/containers/traefik/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system-config/services/containers/traefik/default.nix b/system-config/services/containers/traefik/default.nix index 3ee1fc0..76c01ba 100644 --- a/system-config/services/containers/traefik/default.nix +++ b/system-config/services/containers/traefik/default.nix @@ -158,6 +158,7 @@ rule = "Host(`blunkall.us`) && Path(`/api/ollama`)"; service = "ollama"; tls.certResolver = "cloudflare"; + priority = 2; }; jellyfin = { entryPoints = [ "localsecure" "websecure" ];