Quick breakdown
- Frontend: devices are now "natural sorted" by name. Before:
1,10,2
, after:1,2,10
- Backend: Wrong broadcast ip was fixed when using netmask 0.0.0.0
- Backend: If shutdown command fails, the log will show the stderr of that command instead of the exit code
- Backend: if you need custom packages for you shutdown command, you can install them by using the custom
entrypoint
indocker-compose.yml
- Docker: healthcheck is now done inside the
Dockerfile
. You can remove it from yourdocker-compose.yml
- Added some funding options if you want to support me
Changelog
- 3b9decd add container_name, fix health whitespace
- 9a1a816 change error messages
- 8d43554 check if To4() == nil
- b88f567 move healthcheck to dockerfile
- cb168f2 remove magicpacket log
- 67870d8 add go version badge
- 376220c natural sort devices by name
- ef064e9 shutdown: print stderr to log
- f3b740d Create FUNDING.yml
- b9aa9fe Update issue templates
- 59770cf Update issue templates
- 8b65cd6 Update issue templates
- 0f7026f Update issue templates
- a721af0 add info about custom packages in container
- 7bd4712 get correct broadcast for netmask 0.0.0.0, #46
- 27b1a10 goreleaser: -rm-dist has been deprecated
- 66b4117 rename workflow