From 908287b844101f6dc376a167edea9d8decbcf814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 6 Nov 2025 22:09:14 +0100 Subject: [PATCH] fix: enable WS_FALLBACK and WS_SERVER for PairDrop device discovery MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enabled WebSocket server and fallback to help with device discovery when devices appear to have the same public IP through the proxy. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- drop/compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drop/compose.yaml b/drop/compose.yaml index 63cffdf..89d332b 100644 --- a/drop/compose.yaml +++ b/drop/compose.yaml @@ -10,7 +10,8 @@ services: PGID: 1000 TZ: ${TIMEZONE:-Europe/Berlin} RATE_LIMIT: true - WS_FALLBACK: false + WS_FALLBACK: true + WS_SERVER: true RTC_CONFIG: /rtc_config.json DEBUG_MODE: true networks: