docker-funkwhale
docker-funkwhale copied to clipboard
Images not loading behind proxy
Describe the bug When exposing Funkwhale behind Traefik proxy cover arts and profile images doesn't show and inspecting them shows http:// referenses. If I copy the url and paste it separately or if I disable https redirect and access Funkwhale using http:// images displays.
Logs Nothing shows up in the logs.
Options
- FUNKWHALE_HOSTNAME=music.mydomain.tld
- NESTED_PROXY=1
System information
- OS: Ubuntu 18.10
- Run tool: docker-compose
- Docker version: latest
Hello, same issue here and same NESTED_PROXY setting This is under unraid
solved that issue:
env: FUNKWHALE_PROTOCOL https
and manually edited (created a volume) /app/api/config/settings/production.py CSRF_TRUSTED_ORIGINS = [".yourdomain"]