chore(settings): allow nx71726.your-storageshare.de for Nextcloud Talk
Adds the Nextcloud server to the network allowlist so curl can reach it for sending chat notifications. https://claude.ai/code/session_01C7jV6wrzJVhHRKWsq87XwB
This commit is contained in:
parent
839b744720
commit
e3a40c46f1
|
|
@ -1,4 +1,15 @@
|
||||||
{
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"WebFetch(domain:nx71726.your-storageshare.de)",
|
||||||
|
"Bash(curl * nx71726.your-storageshare.de*)"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sandbox": {
|
||||||
|
"network": {
|
||||||
|
"allowedDomains": ["nx71726.your-storageshare.de"]
|
||||||
|
}
|
||||||
|
},
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"PreToolUse": [
|
"PreToolUse": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue