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 = [ middlewares = [
"authentik" "authentik"
]; ];
priority = 1;
}; };
nathan = { nathan = {
entryPoints = [ "localsecure" "websecure" ]; entryPoints = [ "localsecure" "websecure" ];
@@ -155,10 +154,9 @@
}; };
ollama = { ollama = {
entryPoints = [ "websecure" ]; entryPoints = [ "websecure" ];
rule = "Host(`blunkall.us`) && Path(`/api/ollama`)"; rule = "Host(`ollama.blunkall.us`)";
service = "ollama"; service = "ollama";
tls.certResolver = "cloudflare"; tls.certResolver = "cloudflare";
priority = 2;
}; };
jellyfin = { jellyfin = {
entryPoints = [ "localsecure" "websecure" ]; entryPoints = [ "localsecure" "websecure" ];