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