koel / docker

A minimal docker image for the koel music streaming server.
https://hub.docker.com/r/phanan/koel/
MIT License
166 stars 54 forks source link

FORCE_HTTPS=true is not working #186

Open carlxo opened 4 months ago

carlxo commented 4 months ago

I'm running Koel with FORCE_HTTPS=true set in my .env but can still reach the WebUI through http://(localip):(port).

When I try to reach it through my reverse proxy (nginx) i get:

Mixed Content: The page at 'https://<url>' was loaded over HTTPS, but requested an insecure manifest 'http://<url>/manifest.json'. This request has been blocked; the content must be served over HTTPS.

Am I missing something?