services/radicale: change traefik backend config to list

This commit is contained in:
2025-09-01 10:30:47 -07:00
parent 70aafb8d57
commit 6beae67bfd

View File

@@ -50,9 +50,11 @@ in
tls = false;
service = "radicale";
};
http.services.radicale = {
loadbalancer.servers.port = radicalePort;
};
http.services.radicale.loadbalancer.servers = [
{
url = "http://127.0.0.1:${toString radicalePort}";
}
];
};
};
}