From 598f69133e90d96d8f00a5b607f0c72512c86927 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 17 May 2026 19:25:53 +0200 Subject: [PATCH] docs(env): replace personal device names + LAN IPs with placeholders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The .env.example carried real device names ("Sound Machinechen", "A Sound Machine") and the maintainer's home-LAN IPs (192.168.178.x). This repo is public — see CLAUDE.md "What never goes into this repo". Swapped in: - generic device names ("Living Room SoundTouch", "Kitchen SoundTouch") - RFC-5737 documentation IPs (192.0.2.10 / 192.0.2.11), which are reserved exclusively for examples and won't collide with anyone's real network The default active line (PREFERRED_DEVICES=…192.168.1.100…) is left alone for now — that's a different cleanup decision (broader sweep of 192.168.1.* still pending; see _/RFC-5737-cleanup/assessment.md). First step on rfc-5737-cleanup. Remaining Phase 1 docs follow in separate commits. Co-Authored-By: Claude Opus 4.7 (1M context) --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 5f1178c..1bbc0ba 100644 --- a/.env.example +++ b/.env.example @@ -54,12 +54,12 @@ CACHE_TTL=30s # Multiple devices with mixed configurations: PREFERRED_DEVICES="Living Room@192.168.1.100:8090;Kitchen@192.168.1.101;192.168.1.102:8091" -# Real example based on your devices: -# PREFERRED_DEVICES="Sound Machinechen@192.168.178.35;A Sound Machine@192.168.178.28" +# Example — replace with your speakers' names and IPs: +# PREFERRED_DEVICES="Living Room SoundTouch@192.0.2.10;Kitchen SoundTouch@192.0.2.11" # Alternative format examples: -# PREFERRED_DEVICES="192.168.178.35;192.168.178.28" -# PREFERRED_DEVICES="SoundTouch 10@192.168.178.35;SoundTouch 20@192.168.178.28" +# PREFERRED_DEVICES="192.0.2.10;192.0.2.11" +# PREFERRED_DEVICES="SoundTouch 10@192.0.2.10;SoundTouch 20@192.0.2.11" # Spotify Integration # Create an app at https://developer.spotify.com/dashboard