- Merge PVE (Proxmox VE) virtual machine management from remote - PVE host CRUD API - VM status query / start / stop operations - PVE database tables and models - Frontend VM status display and control buttons - SPA routing fix for nested asset paths - Keep local features: - Change password functionality - Log cleanup service - Docker containerization (Dockerfile + docker-compose) - Empty machine ping log spam fix - settings table for admin password storage - Update machines handlers to support PVE fields - Update frontend API client with PVE endpoints
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read(//Users/songshiyu/fsdownload/**)",
|
|
"Read(//Users/songshiyu/Downloads/**)",
|
|
"WebFetch(docs.qwen.ai)",
|
|
"WebFetch(github.com)",
|
|
"Bash(qwen *)",
|
|
"Bash(find *)",
|
|
"Bash(npm *)",
|
|
"Bash(ls *)",
|
|
"Bash(npx *)"
|
|
]
|
|
},
|
|
"$version": 3
|
|
} |