owntone / owntone-server

Linux/FreeBSD DAAP (iTunes) and MPD audio server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
https://owntone.github.io/owntone-server
GNU General Public License v2.0
2.07k stars 236 forks source link

httpd: Web interface request to '/' denied: No password set in the config #1307

Closed Ramias1 closed 3 years ago

Ramias1 commented 3 years ago

Running the Linuxxserver/daapd docker version. Logs show the above.

Here's how I launch this: docker run -d \ --name=daapd \ -v "${DOCKER_CONFIGS}/daapd:/config" \ -v /share/CACHEDEV1_DATA/Music:/music:ro \ -v "/share/CACHEDEV1_DATA/Audio Books:/Audiobooks:ro" \ -e PGID=100 -e PUID=1004 \ --net=host \ --restart=always \ linuxserver/daapd:latest

Have done it this way for a few years w/o issue.

Recently added IPv6 link-local addressing to my Qnap (where I run this container) and also changed the QNap IP. Have since removed Ipv6 and have restarted the container, rolled back to previous versions, but am still getting forbidden when I try to access it. I've never had nor need a password.

I've also run this using the qnap bridged network where owntone gets its own IP address; same issue. Any pointers appreciated. Thanks

Ramias1 commented 3 years ago

Resolved. Config file needed updating with the allowed IP range... and a good thing too -- the new owntone.conf file did not have all of the correct library settings from my older forked-daapd.conf file and this issue forced me to track that down. Thanks for the great work on this software.