🗃️ 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
This commit is contained in:
casjay
2025-09-11 03:31:30 -04:00
parent 549a3b8e06
commit 5eabfa3a71
5 changed files with 63 additions and 46 deletions

View File

@@ -0,0 +1,17 @@
{
"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": []
}
}