Remote nodes working

This commit is contained in:
Owen 2025-10-14 10:58:51 -07:00
parent 57bcbf6c48
commit a8d00a47cd
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
2 changed files with 0 additions and 34 deletions

View file

@ -213,11 +213,6 @@ export async function getTraefikConfig(
});
});
// make sure we have at least one resource
if (resourcesMap.size === 0) {
return {};
}
const config_output: any = {
http: {
middlewares: {