fix middlewares name, remove httpd, add nextcloud

This commit is contained in:
♥ Minnie ♥ 2023-12-19 09:21:05 +08:00
parent 3aad8a11f9
commit 8e457614c9
4 changed files with 34 additions and 15 deletions

View file

@ -2,9 +2,6 @@
{
services.traefik.dynamicConfigOptions.http.services = {
httpd.loadBalancer.servers = [
{ url = "http://192.168.1.102:5624"; }
];
microbin.loadBalancer.servers = [
{ url = "http://192.168.1.102:8181"; }
];
@ -41,6 +38,9 @@
jellyseerr.loadBalancer.servers = [
{ url = "http://192.168.1.102:5055"; }
];
nextcloud.loadBalancer.servers = [
{ url = "http://192.168.1.102:11000"; }
];
};
}