WIP: Traefik

This commit is contained in:
Andras Bacsai
2022-05-16 23:56:54 +02:00
parent 8516ac671a
commit 1ec620be4b
5 changed files with 56 additions and 17 deletions

View File

@@ -369,7 +369,7 @@ export async function startTraefikProxy(engine: string): Promise<void> {
--certificatesresolvers.letsencrypt.acme.httpchallenge=true \
--certificatesresolvers.letsencrypt.acme.storage=/etc/traefik/acme/acme.json \
--certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=web \
--log.level=debug`
--log.level=error`
);
await db.prisma.setting.update({ where: { id }, data: { proxyHash: null } });
await db.setDestinationSettings({ engine, isCoolifyProxyUsed: true });