remove ollama service from fuchsia host
- Remove ollama service configuration and dependencies - Clean up traefik routing for ollama web interface - Comment out traefik service examples for clarity
This commit is contained in:
parent
5b4944696e
commit
e5d1ba38d4
4 changed files with 6 additions and 64 deletions
|
|
@ -7,13 +7,5 @@
|
|||
];
|
||||
service = "api@internal";
|
||||
};
|
||||
|
||||
open-webui = {
|
||||
rule = "Host(`ollama.home.arpa`)";
|
||||
entryPoints = [
|
||||
"websecure"
|
||||
];
|
||||
service = "open-webui";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{...}: {
|
||||
services.traefik.dynamicConfigOptions.http.services = {
|
||||
open-webui.loadBalancer.servers = [
|
||||
{url = "http://fuchsia.home.arpa:8080";}
|
||||
];
|
||||
};
|
||||
# # Example
|
||||
# services.traefik.dynamicConfigOptions.http.services = {
|
||||
# open-webui.loadBalancer.servers = [
|
||||
# {url = "http://fuchsia.home.arpa:8080";}
|
||||
# ];
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue