🌐
GitHub
github.com › shawly › docker-nut
GitHub - shawly/docker-nut: Docker container for https://github.com/blawar/NUT. "latest" & "v3" tags use stable release v3.3. "edge" tag uses latest master source code. · GitHub
Port used for NUT webinterface. As seen, environment variables, volume mappings and port mappings are specified while creating the container. The following steps describe the method used to add, remove or update parameter(s) of an existing container. The generic idea is to destroy and re-create the container: ... Create/start the container using the docker run command, by adjusting parameters as needed. Here is an example of a docker-compose.yml file that can be used with Docker Compose.
Starred by 85 users
Forked by 10 users
Languages   Dockerfile
🌐
GitHub
github.com › ethitter-ops › docker-nut-upsd › blob › master › docker-compose.yml
docker-nut-upsd/docker-compose.yml at master · ethitter-ops/docker-nut-upsd
Fully-customizable nut instance in a container; see https://git.ethitter.com/docker/nut-upsd - docker-nut-upsd/docker-compose.yml at master · ethitter-ops/docker-nut-upsd
Author   ethitter-ops
Discussions

PeaNUT: A Tiny Dashboard for Network UPS Tools
Any chance you could add some API endpoints? I hate NUT with passion, I'd love to write some scripts to manage power outages myself More on reddit.com
🌐 r/selfhosted
39
67
September 5, 2023
NUT Server & Pi-hole Docker Containers
dunno about a pi4, but a pi3 can only handle pihole and that's about it. also power down is instant, you may end up with a corrupted sd card unless you use a battery or something. in the case of a power outage your router is most definitely going to boot up first, i don't know what will happen to your dns lookup in the meantime, that might not be a problem. as for containers, pihole/pihole is your friend. edit: sorry, didn't realize nut was a ups tool. you might want to set up some health check on the nut container and issue a poweroff if the power is down More on reddit.com
🌐 r/homelab
6
1
May 31, 2020
docker-compose and device access (dev/usb)
Hi, Unfortunately I can't help, I have exactly the same problem trying to build and run a nut container... :( What system image are you using to build your image? I'm using Alpine: latest (3.18) More on reddit.com
🌐 r/docker
6
2
May 4, 2023
docker container for nut - serve switch titles from your NAS

Awesome work!

Anyone fancy writing a Synology setup guide for the not so tech savvy?

More on reddit.com
🌐 r/SwitchHaxing
9
28
April 15, 2019
🌐
GitHub
github.com › sysadmin-info › NUT
GitHub - sysadmin-info/NUT: Repository contains the NUT configuration and tells how to install Docker, Docker Compose and run the Home Assistant as a Docker container. Additionally I present how to turn off the Mikrotik router from the Raspberry Pi if the battery level state is low. · GitHub
Repository contains the NUT configuration and tells how to install Docker, Docker Compose and run the Home Assistant as a Docker container. Additionally I present how to turn off the Mikrotik router from the Raspberry Pi if the battery level ...
Author   sysadmin-info
🌐
GitHub
github.com › gpdm › nut
GitHub - gpdm/nut: Network UPS Tools in Docker
Yes I know, there's already other NUT Dockers around, but somehow they didn't reflect the way I imagined it to be :-) The UPS daemon docker image, which provides UPS device polling capability. Last but not least, the webui, which provides realtime information and statistics on the UPS overall condition. provide alternative builds for ARMv6 to run on Raspberry Pi (my original motivation was to do this) support for Docker compose
Starred by 37 users
Forked by 12 users
Languages   HTML 49.1% | Shell 37.1% | Dockerfile 13.8% | HTML 49.1% | Shell 37.1% | Dockerfile 13.8%
🌐
Docker Hub
hub.docker.com › r › instantlinux › nut-upsd
instantlinux/nut-upsd - Docker Image
git clone https://github.com/instantlinux/docker-tools.git cd docker-tools/k8s # This make target is defined in Makefile.instances make nut-01 Copy · These variables can be passed to the image from kubernetes.yaml or docker-compose.yml as needed:
🌐
GitHub
github.com › monstermuffin › nut-docker
GitHub - monstermuffin/nut-docker: Docker image for Network UPS Tools · GitHub
Docker image for Network UPS Tools. Contribute to monstermuffin/nut-docker development by creating an account on GitHub.
Author   monstermuffin
🌐
GitHub
github.com › ethitter-ops › docker-nut-upsd
GitHub - ethitter-ops/docker-nut-upsd: Fully-customizable nut instance in a container; see https://git.ethitter.com/docker/nut-upsd
December 29, 2019 - Many images exist, but they are feature-limited due to how nut's configuration is handled. This image aims to provide all nut options without making too many compromises. Create necessary configurations in ./config; .conf, .html, and .users files are supported. ./config includes sample configurations. docker-compose up -d ·
Starred by 3 users
Forked by 7 users
Languages   Shell 54.6% | Dockerfile 45.4% | Shell 54.6% | Dockerfile 45.4%
🌐
GitHub
gist.github.com › TheTinkerDad › 27c999ed693001bc4c979d51c916660c
docker-compose-nut-ups.yaml · GitHub
The answers are at the bottom of the instantlinux source repo's README: https://github.com/instantlinux/docker-tools/blob/main/images/nut-upsd/README.md#secrets
🌐
Github
unixorn.github.io › posts › set up nut-upsd and peanut in your homelab
Set up nut-upsd and peanut in your homelab | unixorn.github.io
April 6, 2024 - docker run --rm --entrypoint /bin/ls instantlinux/nut-upsd /usr/lib/nut | grep YOURDRIVER · Now we can create a docker-compose.yaml file for nut.
Find elsewhere
🌐
GitHub
github.com › matthieudelaro › nut
GitHub - matthieudelaro/nut: Nut: the development environment, containerized. · GitHub
Just nut build · test code in a whole infrastructure, by defining a macro running docker-compose in a container. run linux graphical applications such as geary and chrome on your Mac after installing XQuartz: create container only once, and ...
Starred by 259 users
Forked by 16 users
Languages   Go
🌐
GitHub
github.com › upshift-docker › nut-upsd
GitHub - upshift-docker/nut-upsd · GitHub
# docker run \ --name nut-upsd \ --detach \ --publish 3493:3493 \ --device /dev/bus/usb/xxx/yyy \ --env SHUTDOWN_CMD="my-shutdown-command-from-container" \ upshift/nut-upsd
Starred by 48 users
Forked by 44 users
Languages   Dockerfile 62.7% | Shell 37.3%
🌐
AJ's Blog
blog.ayjc.net › posts › nut
Setting up Network UPS tools | AJ's Blog
May 29, 2022 - There is an existing container image to run the NUT exporter. Huge props to the creater of this exporter! Give them a star on GitHub. This exporter needs to be added to the same container network where a prometheus server container is running to keep things simple and secure. See the previous post on prometheus for a complete docker-compose ...
🌐
GitHub
github.com › jchonig › docker-nut-cgi
GitHub - jchonig/docker-nut-cgi: Nut CGI in a container · GitHub
Many nginx containers are based on alpine which does not have the Nut CGI tools available. This container is based on Ubuntu and installs nut-cgi and fcgiwrap. Compatible with docker-compose v3 schemas.
Author   jchonig
🌐
Readthedocs
nuts-node.readthedocs.io › en › v6.0 › pages › deployment › docker.html
Running on Docker - Nuts Node documentation - Read the Docs
To persist a tunnel URL over node restarts, mount a directory at /nuts/config/devtunnel (or one of its parents) inside the container. Mounting /nuts would also persist the current Github session over container restarts.
🌐
GitHub
github.com › vitaliystoyanov › ups-monitor › blob › main › docker-compose.yml
ups-monitor/docker-compose.yml at main · vitaliystoyanov/ups-monitor
# Docker Desktop 18.03+ for Windows and Mac supports host.docker.internal as a functioning alias for localhost. ... entrypoint: /nut_exporter --nut.vars_enable=ambient.temperature,ambient.temperature.high,battery.charge,battery.charger.status,battery.packs,battery.runtime,battery.runtime,battery.voltage,input.frequency,input.frequency.high,input.frequency.low,input.frequency.nominal,input.transfer.boost.high,input.transfer.high,input.transfer.low,input.transfer.trim.low,input.voltage,input.voltage.nominal,outlet.1.delay.shutdown,outlet.1.delay.start,outlet.1.id,outlet.1.status,outlet.2.del
Author   vitaliystoyanov
🌐
Readthedocs
nuts-node.readthedocs.io › en › latest › pages › deployment › docker.html
Running on Docker — Nuts Node documentation
The development image is available at Docker hub under nutsfoundation/nuts-node:dev. You can also build the development image yourself by running the following command in the root of the repository: ... When starting up the development image, it’ll block and requires you to authenticate with Github.
🌐
GitHub
github.com › ramdock › nut-server
GitHub - ramdock/nut-server: nut server docker image for serving switch nsp and xci to tinfoil on local network
docker run -d \ --name=nut-server \ -p 9000:9000 \ -v $GAMES:/games:rw \ -e ID=$ID \ -e PASSWORD=$PASSWORD \ ramdockerapp/nut-server
Starred by 38 users
Forked by 15 users
Languages   Dockerfile 56.0% | Shell 44.0% | Dockerfile 56.0% | Shell 44.0%
🌐
ITNEXT
itnext.io › setting-up-a-zero-config-nut-server-with-docker-f5c10e87cab7
Setting up a lightweight Nut server with Docker | by Michel Ruffieux | ITNEXT
February 27, 2024 - The idea was to have everything easily set up on a single Dockerfile. No extra files or folder, or fix permissions, or smart-but-hacky way to solve issues. No. I just wanted to pull the repo, follow blawar guide to install Nut on Linux, period. That is where my journey started. (TL;DR my journey ended here: https://github.com/eskwisit/nut-server)
🌐
Reddit
reddit.com › r/selfhosted › peanut: a tiny dashboard for network ups tools
r/selfhosted on Reddit: PeaNUT: A Tiny Dashboard for Network UPS Tools
September 5, 2023 -

Hi Selfhosters!

I have recently released version 1.0 of a little project I've been working on for a bit and would like to get your feedback.

Introducing PeaNUT! A Dashboard for viewing the status of your UPS devices. This is a plug & play solution for anyone wanting to simply view the status of your UPS e.g. making sure it is online or viewing the current power usage. I even have a docker-compose.yml example with the NUT server included. If you've ever found yourself remotely debugging for hours why your security camera is offline, but your network is still up, this will definitely be of use to you! (Speaking from experience 😅)

Currently, I'm looking for feedback on other charts that may be of use to someone, and in general, other features that you may want to see.

Feel free to check it out and let me know what you think!

https://github.com/Brandawg93/PeaNUT

EDIT:

I just published a new test version brandawg93/peanut:test
that now supports multiple UPS devices assuming they are on the same NUT server. If someone could test it out and let me know if it works, I'll publish this for everyone!

🌐
GitHub
github.com › matthieudelaro › dockernut
GitHub - matthieudelaro/dockernut
This repo is the PoC version of Nut. This repo is completely outdated and should not be used. But if you're looking for some funny attempt of turning Docker Compose into something new, then have fun reading through :)
Author   matthieudelaro