Traefik use 127.0.0.1

This commit is contained in:
♥ Minnie ♥ 2024-06-05 23:09:46 +08:00
parent d660bf8101
commit 8f4801ebf8
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
13 changed files with 13 additions and 13 deletions

View file

@ -33,7 +33,7 @@
services.traefik.dynamicConfigOptions.http.services = {
adguard-home.loadBalancer.servers = [
{ url = "http://192.168.1.102:3000"; }
{ url = "http://127.0.0.1:3000"; }
];
};
}

View file

@ -37,7 +37,7 @@
services.traefik.dynamicConfigOptions.http.services = {
homarr.loadBalancer.servers = [
{ url = "http://192.168.1.102:7575"; }
{ url = "http://127.0.0.1:7575"; }
];
};
}

View file

@ -42,7 +42,7 @@
services.traefik.dynamicConfigOptions.http.services = {
jellyfin.loadBalancer.servers = [
{ url = "http://192.168.1.102:8096"; }
{ url = "http://127.0.0.1:8096"; }
];
};
}

View file

@ -33,7 +33,7 @@
services.traefik.dynamicConfigOptions.http.services = {
jellyseerr.loadBalancer.servers = [
{ url = "http://192.168.1.102:5055"; }
{ url = "http://127.0.0.1:5055"; }
];
};
}

View file

@ -36,7 +36,7 @@
services.traefik.dynamicConfigOptions.http.services = {
lidarr.loadBalancer.servers = [
{ url = "http://192.168.1.102:8686"; }
{ url = "http://127.0.0.1:8686"; }
];
};
}

View file

@ -41,7 +41,7 @@
services.traefik.dynamicConfigOptions.http.services = {
microbin.loadBalancer.servers = [
{ url = "http://192.168.1.102:8181"; }
{ url = "http://127.0.0.1:8181"; }
];
};
}

View file

@ -33,7 +33,7 @@
services.traefik.dynamicConfigOptions.http.services = {
prowlarr.loadBalancer.servers = [
{ url = "http://192.168.1.102:9696"; }
{ url = "http://127.0.0.1:9696"; }
];
};
}

View file

@ -36,7 +36,7 @@
services.traefik.dynamicConfigOptions.http.services = {
qbittorrent.loadBalancer.servers = [
{ url = "http://192.168.1.102:8080"; }
{ url = "http://127.0.0.1:8080"; }
];
};
}

View file

@ -35,7 +35,7 @@
services.traefik.dynamicConfigOptions.http.services = {
radarr.loadBalancer.servers = [
{ url = "http://192.168.1.102:7878"; }
{ url = "http://127.0.0.1:7878"; }
];
};
}

View file

@ -36,7 +36,7 @@
services.traefik.dynamicConfigOptions.http.services = {
sonarr.loadBalancer.servers = [
{ url = "http://192.168.1.102:8989"; }
{ url = "http://127.0.0.1:8989"; }
];
};
}

View file

@ -33,7 +33,7 @@
services.traefik.dynamicConfigOptions.http.services = {
forgejo.loadBalancer.servers = [
{ url = "http://192.168.1.102:3131"; }
{ url = "http://127.0.0.1:3131"; }
];
};
}

View file

@ -28,7 +28,7 @@
services.traefik.dynamicConfigOptions.http.services = {
httpd.loadBalancer.servers = [
{ url = "http://192.168.1.102:5624"; }
{ url = "http://127.0.0.1:5624"; }
];
};
}

View file

@ -90,7 +90,7 @@ in
services.traefik.dynamicConfigOptions.http.services = {
minecraft.loadBalancer.servers = [
{ url = "http://192.168.1.102:25565"; }
{ url = "http://127.0.0.1:25565"; }
];
};
}