Skip to content

Nardo86/nut-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NUT-SERVER

This is a simple debian image with the nut-server package installed.

Image available at https://hub.docker.com/r/nardo86/nut-server

Feel free to consider donating if my work helped you! https://paypal.me/ErosNardi

Tested on my Raspberry Pi 4 on a APC Back-UPS ES 700

USAGE

Just run the image publishing the port and pointing to the ups device path. Use lsusb to find the current Bus and Device

docker run -d -p 3493:3493 --name=Nut --restart unless-stopped --device=/dev/bus/usb/001/005 nardo86/nut-server

All the settings for the UPS are customizable like the name, driver, Port, Polling frequency and the description using the enviroment variables.

It is also possibile to insert an user, for example it's possibile to make the service compatible with Synology NAS changing the USERSSTRING like

-e USERSSTRING='[monuser] \n password = secret \n upsmon slave'

EXTRA OPTIONS

Environment variable used for the configuration

Variable Description Default
NAME a simple name for your ups ups
DRIVER the driver to use* usbhid-ups
PORT device port auto
POLLFREQ polling Interval 5
DESC full description for your ups UPS
USERSSTRING single line users configuration #

*see https://networkupstools.org/stable-hcl.html for compatibility list

About

My personal nut-server on a Raspberry Pi 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published