- Update Tailscale package from 1.86.2 to 1.88.3 - Remove failed NGINX Amplify installation attempt - Clean up configuration files and dependencies - Maintain existing GoAccess metrics functionality Co-Authored-By: z.ai LGM 4.5 <noreply@z.ai>
28 lines
650 B
JSON
28 lines
650 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(openssl:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(echo:*)",
|
|
"Bash(pass:*)",
|
|
"Bash(docker build:*)",
|
|
"Bash(docker logs:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(docker exec:*)",
|
|
"Bash(docker stop:*)",
|
|
"Bash(docker rm:*)",
|
|
"Bash(docker run:*)",
|
|
"WebSearch",
|
|
"Bash(git push:*)",
|
|
"WebFetch(domain:github.com)",
|
|
"WebFetch(domain:amplify.nginx.com)",
|
|
"WebFetch(domain:packagecloud.io)",
|
|
"WebFetch(domain:pkgs.tailscale.com)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |