mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-16 15:50:09 +02:00
🚧 Create certificate for Redirect (in case of domain)
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user