!!! Before you start !!!!
Describe wanted Enhancement !
Follow up of #159. Automatically register the esphome path in the proxy, if the iobroker is running using https.
Requires support for this in the proxy first. see: ioBroker/ioBroker.proxy#134
Why should we put effort in it ?
Better user experience. No extra configuration steps required.
Additional context
Steps required (TODO: check how to do this):
- find out if the admin is running using https. if yes:
- check if the webserver is running using https
- if not: log warning that the user should probably also configure the web adapter to use https
- if yes: ->
- configure the proxy route
- find out the port the webserver is running
- configure the dashboardurl
!!! Before you start !!!!
Describe wanted Enhancement !
Follow up of #159. Automatically register the esphome path in the proxy, if the iobroker is running using https.
Requires support for this in the proxy first. see: ioBroker/ioBroker.proxy#134
Why should we put effort in it ?
Better user experience. No extra configuration steps required.
Additional context
Steps required (TODO: check how to do this):