- Add deploy-to-nas.sh: automated deployment script with SSH port 2222 - Add manual-nas-deployment-guide.md: step-by-step manual deployment guide - Include service start/stop scripts and monitoring tools - Add troubleshooting and auto-start configuration - Support both automated and manual deployment approaches
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git push:*)",
|
|
"Bash(git remote remove:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git remote set-url:*)",
|
|
"WebFetch(domain:ngrok.com)",
|
|
"Bash(python:*)",
|
|
"WebFetch(domain:developers.cloudflare.com)",
|
|
"Bash(git add:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(cp:*)",
|
|
"Bash(npm run init-db:*)",
|
|
"Bash(npm start)",
|
|
"Bash(set PORT=3001)",
|
|
"Bash(node:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(true)",
|
|
"Bash(PORT=3001 npm start)",
|
|
"Bash(sqlite3:*)",
|
|
"Bash(PORT=3002 npm start)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(rm:*)",
|
|
"mcp__playwright__browser_navigate",
|
|
"mcp__playwright__browser_type",
|
|
"mcp__playwright__browser_click",
|
|
"mcp__playwright__browser_snapshot",
|
|
"mcp__playwright__browser_handle_dialog",
|
|
"mcp__playwright__browser_close",
|
|
"mcp__playwright__browser_console_messages",
|
|
"mcp__playwright__browser_press_key",
|
|
"mcp__playwright__browser_file_upload",
|
|
"mcp__playwright__browser_select_option",
|
|
"Bash(tasklist)",
|
|
"Bash(start http://localhost:8000)",
|
|
"Bash(npm --version)",
|
|
"mcp__sequential-thinking__sequentialthinking",
|
|
"Bash(git commit:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(./deploy-to-nas.sh:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": [],
|
|
"additionalDirectories": [
|
|
"C:\\c\\Users\\COMTREE\\claude_code"
|
|
]
|
|
},
|
|
"default-mode": "plan"
|
|
} |