Código fuente del sitio Drenax Pro

This commit is contained in:
2026-02-19 23:21:07 +00:00
commit a2f9669c3a
76 changed files with 6040 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"permissions": {
"allow": [
"Bash(unzip:*)",
"Bash(apt-get update:*)",
"Bash(apt-get install:*)",
"Bash(wc:*)",
"Bash(php:*)",
"Bash(curl:*)",
"Bash(convert:*)",
"Bash(ls:*)",
"Bash(ss:*)",
"Bash(netstat:*)",
"Bash(systemctl daemon-reload:*)",
"Bash(systemctl enable:*)",
"Bash(systemctl status:*)",
"Bash(du:*)",
"Bash(python3:*)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git -c:*)",
"Bash(git remote add:*)",
"Bash(git push:*)",
"Bash(git config:*)",
"Bash(pgrep:*)",
"Bash(systemctl list-units:*)",
"Bash(git reset:*)",
"Bash(git update-ref:*)",
"Bash(git rm:*)"
]
}
}