From a333cb14f239639ea788260b070c11ba4a4ca9d2 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 19 Dec 2024 08:16:03 +0100 Subject: [PATCH] add esphome and caddy format logs console --- playbooks/apps/files/Caddyfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/playbooks/apps/files/Caddyfile b/playbooks/apps/files/Caddyfile index 1800131..033638e 100644 --- a/playbooks/apps/files/Caddyfile +++ b/playbooks/apps/files/Caddyfile @@ -2,6 +2,9 @@ email gabriel@augendre.info http_port 80 https_port 443 + log { + format console + } } (common_headers) { @@ -278,6 +281,13 @@ stirlingpdf.augendre.info { reverse_proxy localhost:9012 } +# ESP Home builder is in network mode host. +esphome.augendre.info { + import common_headers + import internal + reverse_proxy localhost:6052 +} + ######################################################### # REDIRECTS #########################################################