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" ];