Refactor route handling in panelctl.sh and update caddy configuration for improved route management

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jakub Dorfman 2026-04-26 20:41:56 +02:00
parent c1aa44c04e
commit 5c67fecd2d
2 changed files with 33 additions and 9 deletions

View file

@ -43,9 +43,8 @@ INDEX_HTML = """<!doctype html>
}
.wrap {
max-width: 980px;
margin: 0 auto;
padding: 28px 16px 40px;
padding: 28px 28px 40px;
}
.hero {