Initial project scaffold with frontend dashboard and Caddy config
Frontend-first status board with mock data for 16 vendors. Caddy configured on port 8443 with internal TLS, coexisting with an existing Caddy instance (admin on 2020, no HTTP redirects). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(../bin/caddy/caddy.exe run:*)",
|
||||
"Bash(curl:*)",
|
||||
"WebFetch(domain:myedinsight.com)",
|
||||
"WebSearch",
|
||||
"WebFetch(domain:status.mcgrawhill.com)",
|
||||
"Bash(git add:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user