koel / docker

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

Cant Login after Completed the Setup. #84

Closed fscorrupt closed 2 years ago

fscorrupt commented 3 years ago

Getting Error in Browser (Java is activated), im behind Traefik, do i have to edit something in Traefik?

why is the api request send via http? password and user is sent in cleartext.

unknown

fscorrupt commented 3 years ago

found the error, i had to add this to the end of "/var/www/html/routes/web.php":

URL::forceRootUrl('https://koel.example.org');
URL::forceScheme('https');

Can you integrate this with Env?

Also the default memory limit in PHP is very low (512mb) cant even search for music because of that, maybe also make this available via a env?

Thanks in Advice!

kimtiago commented 2 years ago

Same here... your tip works for me!

phanan commented 2 years ago

FORCE_HTTPS in .env should work the same.