homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

[Homebridge UI] Failed login attempt #469

Closed mpuff closed 1 year ago

mpuff commented 1 year ago

Describe The Bug

Bildschirmfoto 2022-09-12 um 20 24 42

Docker Config

homebridge_home:
    container_name: homebridge_home
    image: oznu/homebridge
    restart: unless-stopped
    environment:
      - TZ=Europe/Vienna
      - HOMEBRIDGE_CONFIG_UI_PORT=8581
      - DSM_HOSTNAME=synology
    volumes:
      - /volume1/docker/homebridge_home:/homebridge
    network_mode: host

Logs

Failed login attempt
[9/12/2022, 8:26:22 PM] [Homebridge UI] If you've forgotten your password you can reset to the default of admin/admin by deleting the "auth.json" file (/var/lib/homebridge/auth.json) and then restarting Homebridge.

Host Operating System

Synology DSM 7

Host Architecture

x86_64 / amd64

mpuff commented 1 year ago

I get the same error in 2 containers on the same Synology, it was running like half a year without this problem

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

oznu commented 1 year ago

This message is only logged if someone hits the login endpoint with invalid credentials. It is not a bug. Check what might be hitting the API. For example, iOS widgets, plugins that notify about updates or if you have the UI exposed to the internet.