From 6ff615c43778b5117f788f6ba2f8dabf6fdca873 Mon Sep 17 00:00:00 2001 From: Aly Yvette <153143837+aly-yvette@users.noreply.github.com> Date: Sat, 26 Apr 2025 16:19:17 -0700 Subject: [PATCH] fix: add default configuration file location --- frontend/public/json/caddy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/caddy.json b/frontend/public/json/caddy.json index 2ab46536bff..8ae920a4ca6 100644 --- a/frontend/public/json/caddy.json +++ b/frontend/public/json/caddy.json @@ -12,7 +12,7 @@ "documentation": "https://caddyserver.com/docs/", "website": "https://caddyserver.com/", "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/caddy.svg", - "config_path": "", + "config_path": "/etc/caddy/Caddyfile", "description": "Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.", "install_methods": [ {