From ae4777187f9d8886213b270830c12a6d4ba06239 Mon Sep 17 00:00:00 2001 From: viewit Date: Sun, 26 Apr 2026 20:30:55 +0200 Subject: [PATCH] docs: Netzwerkhinweis auf Host-IP statt 0.0.0.0 verbessert --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 765cd81..13b9a5d 100644 --- a/README.en.md +++ b/README.en.md @@ -246,7 +246,7 @@ tail -f /tmp/bridge.log # when using bridge.sh ## Security notes -- The bridge binds to `0.0.0.0:7125` by default — use on your local network only +- The bridge is accessible on your local network via `http://:7125` — do not expose to the internet - `.env` contains printer credentials — do not share publicly - The credentials are printer-specific and have no access to Anycubic cloud services diff --git a/README.md b/README.md index 09ce537..4bcf9de 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ tail -f /tmp/bridge.log # bei Nutzung von bridge.sh ## Sicherheitshinweise -- Die Bridge bindet standardmäßig auf `0.0.0.0:7125` — nur im lokalen Netzwerk nutzen +- Die Bridge ist im lokalen Netzwerk erreichbar unter `http://:7125` — nicht ins Internet freigeben - `.env` enthält Drucker-Credentials — nicht öffentlich teilen - Die Credentials sind druckerspezifisch und haben keinen Zugang zu Anycubic-Cloud-Diensten