switch to subdomain for ollama
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user