Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b36b0194f7 |
@@ -1,5 +1,5 @@
|
|||||||
name: ShineBridge
|
name: ShineBridge
|
||||||
version: "1.8.29"
|
version: "1.8.30"
|
||||||
slug: shinebridge
|
slug: shinebridge
|
||||||
description: Growatt Wechselrichter lokal in Home Assistant — Modbus TCP via ShineLAN-X, MQTT Discovery, Web UI
|
description: Growatt Wechselrichter lokal in Home Assistant — Modbus TCP via ShineLAN-X, MQTT Discovery, Web UI
|
||||||
url: https://gitea.bitfire.work/retr0/shinebridge
|
url: https://gitea.bitfire.work/retr0/shinebridge
|
||||||
|
|||||||
@@ -1000,4 +1000,4 @@ if __name__ == "__main__":
|
|||||||
_restart_all()
|
_restart_all()
|
||||||
port = int(os.environ.get("INGRESS_PORT", "8099"))
|
port = int(os.environ.get("INGRESS_PORT", "8099"))
|
||||||
log.info("Web UI startet auf Port %d", port)
|
log.info("Web UI startet auf Port %d", port)
|
||||||
app.run(host="127.0.0.1", port=port, threaded=True)
|
app.run(host="0.0.0.0", port=port, threaded=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user