automated-setup/.claude/settings.local.json

18 lines
562 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(wsl bash -c 'sshpass -p \"\"enQ3xKdjy5vQFeK\"\" ssh -o StrictHostKeyChecking=accept-new root@46.38.236.53 \"\"cat /var/log/letsbe-setup.log 2>/dev/null | tail -50\"\"')",
"Bash(dir:*)",
"mcp__serena__list_dir",
"Bash(find:*)",
"Bash(xargs -I {} sh -c 'echo \"\"\"\"=== {} ===\"\"\"\" && grep \"\"\"\"server_name\"\"\"\" \"\"\"\"{}\"\"\"\"')",
"Bash(wsl bash:*)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
],
"deny": [],
"ask": []
}
}