Skip to content

Commit e397924

Browse files
itsDNNSclaude
andcommitted
Generalize FRITZ!Box references in INSTALL.md
Replace FRITZ!Box-specific language with generic modem/router terminology. FRITZ!Box is now only mentioned as an example where helpful for context. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 43d17da commit e397924

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

INSTALL.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Get DOCSight running in under 10 minutes.
55
## What You Need
66

77
- **A computer or NAS** with Docker installed
8-
- **An AVM FRITZ!Box Cable router** (e.g. FRITZ!Box 6690 Cable)
9-
- **Your FRITZ!Box login credentials** (the username and password you use to log into `http://fritz.box`)
8+
- **A DOCSIS cable modem or router** (currently supported: AVM FRITZ!Box Cable)
9+
- **Your modem/router login credentials** (the username and password you use to access its web interface)
1010

1111
> **New to Docker?** Docker runs applications in isolated containers. Install it from:
1212
> - **Windows/Mac**: [Docker Desktop](https://www.docker.com/products/docker-desktop/)
@@ -189,9 +189,9 @@ When you open DOCSight for the first time, a setup wizard guides you through the
189189

190190
| Field | What to enter |
191191
|---|---|
192-
| **Modem URL** | `http://192.168.178.1` (default FRITZ!Box address) |
193-
| **Username** | Your FRITZ!Box username |
194-
| **Password** | Your FRITZ!Box password |
192+
| **Modem URL** | Your modem's web interface address (e.g. `http://192.168.178.1`) |
193+
| **Username** | Your modem login username |
194+
| **Password** | Your modem login password |
195195

196196
Click **Test Connection** to verify DOCSight can reach your router. If successful, continue to the next step.
197197

@@ -265,9 +265,9 @@ docker compose up -d
265265

266266
### "Test Connection fails"
267267

268-
- **Is the URL correct?** The default FRITZ!Box address is `http://192.168.178.1`. Try opening it in your browser first.
269-
- **Are the credentials correct?** Use the same username and password you use to log into the FRITZ!Box web interface.
270-
- **Network access?** The Docker container must be able to reach your FRITZ!Box. If running on a remote server, ensure it's on the same network.
268+
- **Is the URL correct?** Try opening your modem's web interface URL in your browser first (e.g. `http://192.168.178.1` for FRITZ!Box).
269+
- **Are the credentials correct?** Use the same username and password you use to log into your modem's web interface.
270+
- **Network access?** The Docker container must be able to reach your modem. If running on a remote server, ensure it's on the same network.
271271

272272
### "Port 8765 already in use"
273273

0 commit comments

Comments
 (0)