You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add support for setting a port for the NUT server - see updated usage in README. Thanks for the idea in #39, @mpeter!
## Misc
- Fix local Dockerfile build process to avoid crashes due to libc differences. Thanks for the PR #41, @mpeter!
## FIX
- The newly added nutserverport argument was also trying to parse NUT_EXPORTER_SERVER env variable - this was fixed to be NUT_EXPORTER_SERVERPORT. Thanks for the bug report in #43, @LXGaming!