From b27ca56e3ebb76d5f5f908712d7c15fbc40f1934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen-Kristjan=20P=C3=A4ll?= Date: Sun, 8 Feb 2026 04:49:30 +0200 Subject: [PATCH] config.yaml: overwrite --- config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.yaml b/config.yaml index 7db1836..ad6b967 100644 --- a/config.yaml +++ b/config.yaml @@ -41,6 +41,7 @@ storage: 127.0.0.1 localhost akpella.fst.ee ::1 localhost akpella.fst.ee - path: /opt/caddy/etc/caddy/Caddyfile + overwrite: true contents: inline: | { @@ -57,6 +58,7 @@ storage: reverse_proxy http://[::1]:8008 } - path: /opt/caddy/var/www/html/index.html + overwrite: true contents: inline: |

no