fix: include admin origins in generated Caddy config so they survive /load

This commit is contained in:
fuomag9
2026-02-23 21:50:50 +01:00
parent 1cfdaa061c
commit 497e58db14

View File

@@ -1580,7 +1580,8 @@ async function buildCaddyDocument() {
return {
admin: {
listen: "0.0.0.0:2019"
listen: "0.0.0.0:2019",
origins: ["caddy:2019", "localhost:2019", "localhost"]
},
...loggingApp,
apps: {