From e3a40c46f1802b5ec402f7a5ef1a29753c61e7a9 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Apr 2026 15:25:08 +0000 Subject: [PATCH] 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 --- .claude/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.claude/settings.json b/.claude/settings.json index b4b7cb5..478ab54 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -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": { "PreToolUse": [ {