Files
lenpaste/.claude/settings.local.json
casjay 5eabfa3a71 🗃️ Committing everything that changed 🗃️
.claude/
Dockerfile
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
rootfs/usr/local/etc/docker/init.d/01-lenpaste.sh
2025-09-11 03:31:30 -04:00

17 lines
356 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:github.com)",
"WebFetch(domain:paste.lcomrade.su)",
"Bash(docker build:*)",
"Bash(docker run:*)",
"Bash(docker logs:*)",
"Bash(curl:*)",
"Bash(docker exec:*)",
"Bash(docker stop:*)",
"Bash(docker search:*)"
],
"deny": [],
"ask": []
}
}