fix middlewares name, remove httpd, add nextcloud
This commit is contained in:
parent
3aad8a11f9
commit
8e457614c9
4 changed files with 34 additions and 15 deletions
|
@ -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"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue