mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 18:06:39 +00:00
Traefik config & gerbil config working?
This commit is contained in:
@@ -36,6 +36,8 @@ export const proxyToRemote = async (
|
||||
validateStatus: () => true // Don't throw on non-2xx status codes
|
||||
});
|
||||
|
||||
logger.debug(`Proxy response: ${JSON.stringify(response.data)}`);
|
||||
|
||||
// Forward the response status and data
|
||||
return res.status(response.status).json(response.data);
|
||||
|
||||
|
||||
@@ -120,6 +120,8 @@ export class TraefikConfigManager {
|
||||
const validCertificates =
|
||||
await this.getValidCertificatesForDomains(domains);
|
||||
|
||||
// logger.debug(`Valid certs array: ${JSON.stringify(validCertificates)}`);
|
||||
|
||||
// Download and decrypt new certificates
|
||||
await this.processValidCertificates(validCertificates);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user