Brandawg93 / PeaNUT

A tiny dashboard for Network UPS Tools
Apache License 2.0
400 stars 10 forks source link

[Bug]: #28

Closed sahara101 closed 9 months ago

sahara101 commented 9 months ago

Describe the bug

not working after update. page does not load, but no errors in the log compose is this:

version: '3' services: nut_dashboard: image: brandawg93/peanut:latest container_name: PeaNUT restart: unless-stopped ports:

Thanks!

Debug Output

peanut@2.3.4 start PORT=$WEB_PORT node server.js ▲ Next.js 14.1.0

Steps to reproduce

  1. Watchtower update

Device Type

Synology docker - portainer

UPS Device

USB

Last Working Version

No response

Brandawg93 commented 9 months ago

Looks like your port configuration is incorrect. It should be 6543:6543.

sahara101 commented 9 months ago

hmm.. I have not changed since first creating it. Working again, thanks!