iobroker-community-adapters / ioBroker.habpanel

AngularJS-based dashboard-like interface for ioBroker (based on openHAB panel)
Eclipse Public License 2.0
22 stars 15 forks source link

Change port of visualization (here "Material") #157

Closed skyynet closed 11 months ago

skyynet commented 11 months ago

I installed ioBroker as a Docker image on my Synology RS818+ and as visualization "Material". While port 8081 of the ioBroker is not used yet, I have a problem with the visu on port 8082 since this is used by my Traccar installation.

I searched a place to configure the port of the visu, but couldn't find any. I assume, it could be possible to configure it at objects > material > edit > object data. I even added "port": 8083 after "type": "www" but this wasn't considered at startup.

How can I change the port?

Apollon77 commented 11 months ago

In the web adapter

skyynet commented 11 months ago

Sorry, if this seems obvious for the power user, but I, already searched for ioBroker Web Adaptor IP Address change with no results. Further Guidance appreciated.

Apollon77 commented 11 months ago

open the adapzter settings of the "web" adapter in your "instances" page in admin. In fact you choose which web adapter serves the happanel files in the habpanel config. and then you can set the port of the web adapzer in the web adapter config

skyynet commented 10 months ago

Thanks. I successfully changed the port to 8083, which is reflected in the overview. When I start the Material UI by accessing the IP:8083 the connection to it couldn't be established.