switch to subdomain for ollama

This commit is contained in:
2025-01-30 11:37:18 -06:00
parent 2bf511ba74
commit 6b5178df1f

View File

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