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

Web interface hardcodes "/wolweb/wake" irrespective of vdir specified #38

Open palves opened 3 months ago

palves commented 3 months ago

Even if you specify a diffent vdir than the "/wolweb" default, like e.g., in a docker compose:

WOLWEBVDIR: "/"

The web interface will still tell you to use the "/wolweb/wake/" URLs, which of course won't work:

"Wake-up directly using HTTP Requests /wolweb/wake/ - Returns a JSON object"