Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

21 строка
1019B

  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(docker compose *)",
  5. "Bash(grep -E '^\\\\.env$|^\\\\.env' .gitignore)",
  6. "Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" http://127.0.0.1:8090/)",
  7. "Bash(docker rm *)",
  8. "Bash(powershell.exe -NoProfile -Command \"netsh interface ipv4 show excludedportrange protocol=tcp\")",
  9. "Bash(curl -s -o /dev/null -w \"app :8080 -> %{http_code}\\\\n\" http://127.0.0.1:8080/)",
  10. "Bash(curl -s -o /dev/null -w \"phpliteadmin :8091 -> %{http_code}\\\\n\" http://127.0.0.1:8091/)",
  11. "Bash(curl -s http://127.0.0.1:8080/)",
  12. "Bash(curl -s -o /dev/null -w \"app :9092 -> %{http_code}\\\\n\" http://127.0.0.1:9092/)",
  13. "Bash(curl -s -o /dev/null -w \"phpliteadmin :9091 -> %{http_code}\\\\n\" http://127.0.0.1:9091/)",
  14. "Bash(curl -s http://127.0.0.1:9092/)",
  15. "Bash(curl -s http://127.0.0.1:9092/locations)",
  16. "Bash(curl -s http://127.0.0.1:9092/items)",
  17. "Bash(grep -E '\\\\.env$|\\\\.sqlite$|storage/')"
  18. ]
  19. }
  20. }

Powered by TurnKey Linux.