sameerdhoot / wolweb

Web interface for sending Wake-on-lan (magic packet). An HTTP server built using GoLang and uses Bootstrap for UI.
GNU General Public License v3.0
288 stars 74 forks source link

Configurable listen address for webinterface #18

Closed mat1010 closed 2 weeks ago

mat1010 commented 1 year ago

Hi, are there any plans to make the httpListen also accept a listen address in addition to the port?

Inglebard commented 1 year ago

Hi, I also have the same question. Since in a docker environment, is not possible to "hide" port due to network requirement, it would be great to bind address to 127.0.0.1 and use a reverse proxy.

The change doesn't seems to difficult here is a POC : https://github.com/sameerdhoot/wolweb/compare/main...Inglebard:wolweb:main

ellisdickinson46 commented 1 year ago

@mat1010 This issue should be resolved now :)