webNUT (UPS network monitoring web ui) dockerized.
50K+
UPS network monitoring Web UI - https://github.com/rshipp/webNUT with AdeMiller's improvements. and some little look change
there is major change in the config Volume
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)
]
---
services:
webnut:
image: devzwf/webnut-docker:latest
container_name: webnut
restart: unless-stopped
ports:
- "6543:6543"
volumes:
- ./config:/app/webNUT/webnut/config
Content type
Image
Digest
sha256:a0c285eae…
Size
30.1 MB
Last updated
12 months ago
docker pull devzwf/webnut-docker