Open BlueDawnx opened 3 years ago
I got it working on 8080 through this config. ` [Unit] Description=HA Bridge Wants=network.target After=network.target
[Service] Type=simple
ExecStart=/usr/bin/java -jar -Dserver.port=8080 -Dconfig.file=/home/iobroker/habridge/data/habridge.config /home/iobroker/habridge/habridge.jar
[Install] WantedBy=multi-user.target ` but now iobroker isnt working again. Im using the latest 5.4.0 prerelease version.
Im trying to config ha-bridge on a fresh install with iobroker preinstalled but cant get it to run. I know its a port issue but idk how to handle this. Could anyone help me out? i've tried the ports 80, 81, 8095, 8091 but none of them worked. all written ports are preventing iobroker to run except 80.