wolweb icon indicating copy to clipboard operation
wolweb copied to clipboard

Web interface for sending Wake-on-lan (magic packet). An HTTP server built using GoLang and uses Bootstrap for UI.

Results 21 wolweb issues
Sort by recently updated
recently updated
newest added

Howdy folks. I am a bit of a newb to Docker, so go easy. I just tried to add WolWeb to my docker host using Portainer, and the best I...

I also stumbled over #3 because the docker-compose file does not build the image directly. This PR fixes that. I also reordered the docker section in the readme a bit,...

Would be good to have a shutdown section, could use SSH to actually do the shutdown on Linux machines

I run the wolweb docker container on a Raspberry Pi. The web server starts and is accessible, and pressing the "WAKE-UP2"-button it is confirmed the magic package was sent. Also...

Hello. I'm trying to use wolweb with a reverse proxy (Caddy). When I leave the default "/wolweb" vdir and create this Caddy directive: ``` 127.0.0.1:80 { reverse_proxy 127.0.0.1:8088 } ```...

Add `-c` and `-d` flags to pass paths to `config.json` and `devices.json` as command line arguments. Default behavior stays as existing and looks in same folder as binary. Closes #35

Trying to see if I can run it directly on apache2, I have a 1gb pi3 so resources are limited. I uploaded the files to the server and it errors...

Hi and thanks for this project! It looks like config.json and devices.json are currently only loaded from the same directory as the binary? In a Linux FHS binaries go to...

Hi, I've changed 2 things: * first golang embed module is used to build fully standalone executable - no need for separate index.html & static/ * you can add read_only:...

This PR adds support for goreleaser to upload GitHub Releases at https://github.com/sameerdhoot/wolweb/releases The release flow is triggered when using git tags. ## Steps to set it up 1. Create a...

enhancement