Move all Notes related parts into own modules.

This commit is contained in:
2025-07-06 23:22:20 +02:00
parent 60020e32f6
commit e12681cb08
13 changed files with 1309 additions and 1216 deletions

View File

@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"Bash(docker exec:*)",
"Bash(docker restart:*)",
"Bash(docker logs:*)",
"Bash(grep:*)",
"Bash(chmod:*)",
"Bash(python:*)",
"Bash(pkill:*)",
"Bash(curl:*)"
],
"deny": []
}
}