🚧 Create certificate for Redirect (in case of domain)

This commit is contained in:
Fred KISSIE
2026-09-14 23:42:20 +02:00
parent 4a41e6b650
commit fd7780528f
4 changed files with 94 additions and 39 deletions
@@ -459,6 +459,11 @@ export async function getTraefikConfig(
}
};
console.dir(
{ resourcesMap, resourcesWithTargetsAndSites },
{ depth: null }
);
// get the key and the resource
for (const [, resource] of resourcesMap.entries()) {
const targets = resource.targets as TargetWithSite[];