From 65c674b4c1ce814d21eff2e8104b4defbfb5f17c Mon Sep 17 00:00:00 2001 From: Aly Yvette <153143837+aly-yvette@users.noreply.github.com> Date: Sun, 27 Apr 2025 01:23:59 -0700 Subject: [PATCH] fix: add default configuration file location (#4074) --- 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 2ab46536b..8ae920a4c 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": [ {