refactor traefik + add open-webui service

This commit is contained in:
♥ Minnie ♥ 2025-09-27 10:16:18 +08:00
parent 2f545a818f
commit 969075a5de
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
4 changed files with 30 additions and 11 deletions

View file

@ -0,0 +1,7 @@
{...}: {
services.traefik.dynamicConfigOptions.http.services = {
open-webui.loadBalancer.servers = [
{url = "http://fuchsia.home.arpa:8080";}
];
};
}