Many blog changes

This commit is contained in:
Peter
2025-06-08 11:21:30 +01:00
parent f147d1c9bc
commit f1c0e813e8
48 changed files with 19684 additions and 626 deletions

View File

@@ -0,0 +1,21 @@
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(ls:*)",
"Bash(grep:*)",
"Bash(docker cp:*)",
"Bash(docker exec:*)",
"Bash(mkdir:*)",
"Bash(rg:*)",
"Bash(docker build:*)",
"Bash(docker stop:*)",
"Bash(docker rm:*)",
"Bash(docker run:*)",
"Bash(docker network:*)",
"Bash(chmod:*)",
"Bash(docker-compose up:*)"
],
"deny": []
}
}