Initial commit

This commit is contained in:
MDeeApp
2025-10-04 16:30:22 +02:00
commit 3a17854242
100 changed files with 14764 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(cat:*)",
"Bash(tr '>' '\\n')",
"Bash(docker-compose restart:*)",
"Bash(docker compose:*)"
],
"deny": [],
"ask": []
}
}