Sign inSign up

devzwf/webnut-docker

By devzwf

Updated 12 months ago

webNUT (UPS network monitoring web ui) dockerized.

Image
Web servers
Monitoring & observability
3

50K+

devzwf/webnut-docker repository overview

webNUT-docker

UPS network monitoring Web UI - https://github.com/rshipp/webNUT with AdeMiller's improvements. and some little look change

WARNING : Breaking change (v2024.10.0)

there is major change in the config Volume

Config file

Create a config.py :

from .webnut import NUTServer

servers = [
    NUTServer('<IP of NUT Server1>', 3493, None, None),
    NUTServer('<IP of NUT Server2>', 3493, None, None)
]

Docker-compose

---
services:
 webnut:
   image: devzwf/webnut-docker:latest
   container_name: webnut
   restart: unless-stopped
   ports:
    - "6543:6543"
   volumes:
    - ./config:/app/webNUT/webnut/config

Support

ko-fi Buy me a coffee

Tag summary

Content type

Image

Digest

sha256:a0c285eae

Size

30.1 MB

Last updated

12 months ago

docker pull devzwf/webnut-docker