NathanVaughn / powerpanel-business-docker

Docker image for CyberPower PowerPanel Business
https://hub.docker.com/r/nathanvaughn/powerpanel-business
MIT License
24 stars 14 forks source link

local-481 broken? #14

Open fahrenhe1t opened 1 year ago

fahrenhe1t commented 1 year ago

I have a docker-compose.yml that works with powerpanel-business:local-470. However powerpanel-business:local-481 will not load with the same docker-compose.yml

HTTP Status 404 – Not Found
Type Status Report
Message /local/login
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
version: '3'

services:
  powerpanel:
    image: ghcr.io/nathanvaughn/powerpanel-business:local-481
    hostname: powerpanel
    container_name: powerpanel
    environment:
      PUID: 1000
      PGID: 1000
    ports:
      - 2003:2003 # Powerpanel Watchdog Service
      - 3052:3052 # http
      - 53566:53566/udp # unknown
    devices:
      - "/dev/usb:/dev/usb"
    privileged: true
    restart: unless-stopped
    volumes:
      - app_data:/usr/local/ppbe/db_local/
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
volumes:
  app_data:
    driver: local
NathanVaughn commented 1 year ago

I'm a little preoccupied currently, in the process of buying and moving into a house across the country, but I will say I have seen this before, and have exactly 0 clue why it's happening or how to fix it. It's on my personal backlog to try and figure this out, but if anyone figures out something, please leave it on this issue.

On Wed, Aug 10, 2022, 01:59 fahrenhe1t @.***> wrote:

I have a docker-compose.yml that works with powerpanel-business:local-470. However powerpanel-business:local-481 will not load with the same docker-compose.yml

HTTP Status 404 – Not Found

Type Status Report

Message /local/login

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

version: '3'

services:

powerpanel:

image: ghcr.io/nathanvaughn/powerpanel-business:local-481

hostname: powerpanel

container_name: powerpanel

environment:

  PUID: 1000

  PGID: 1000

  TZ: America/Denver

ports:

  - 2003:2003 # Powerpanel Watchdog Service

  - 3052:3052 # http

  - 53566:53566/udp # unknown

devices:

  - "/dev/usb:/dev/usb"

#privileged: true

restart: unless-stopped

volumes:

  - app_data:/usr/local/ppbe/db_local/

  - /etc/localtime:/etc/localtime:ro

  - /etc/timezone:/etc/timezone:ro

volumes:

app_data:

driver: local

— Reply to this email directly, view it on GitHub https://github.com/NathanVaughn/powerpanel-business-docker/issues/14, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACB4QK4CJ4F3P43D7QCY7RLVYNHMVANCNFSM56DK3IRA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

fahrenhe1t commented 1 year ago

I thought the issue might have to do with my volume app_data:/usr/local/ppbe/db_local/, so I changed it to app_data:/usr/local/PPB/. However it's still broken no matter what path I use. Good luck on the move 🙏