This commit is contained in:
2026-01-27 22:15:15 +00:00
parent e3842fb784
commit aef56eb315
8 changed files with 661 additions and 97 deletions

View File

@@ -0,0 +1,23 @@
{
"permissions": {
"allow": [
"Bash(npm install)",
"Bash(npm rebuild:*)",
"Bash(npm run build:*)",
"Bash(nginx -t:*)",
"Bash(systemctl daemon-reload:*)",
"Bash(systemctl enable:*)",
"Bash(systemctl status:*)",
"Bash(systemctl reload:*)",
"Bash(curl:*)",
"Bash(journalctl:*)",
"Bash(grep:*)",
"Bash(systemctl restart:*)",
"Bash(pm2 restart:*)",
"Bash(systemctl list-units:*)",
"Bash(sudo systemctl restart:*)",
"Bash(sudo nginx:*)",
"Bash(sudo systemctl reload:*)"
]
}
}