add download service

This commit is contained in:
2026-01-10 11:06:45 +03:00
parent c33c5fd674
commit 266f3768ef
44 changed files with 2652 additions and 4 deletions

View File

@@ -2,7 +2,15 @@
"permissions": {
"allow": [
"Bash(node --version:*)",
"Bash(mkdir:*)"
"Bash(mkdir:*)",
"Bash(cat:*)",
"Bash(python3:*)",
"Bash(docker-compose logs:*)",
"Bash(docker-compose up:*)",
"Bash(curl:*)",
"Bash(docker exec:*)",
"Bash(docker-compose restart:*)",
"Bash(docker-compose exec:*)"
]
}
}