michaelmob / docker-funkwhale

All-in-one funkwhale docker image.
92 stars 18 forks source link

Images not loading behind proxy #38

Open pitah81 opened 4 years ago

pitah81 commented 4 years ago

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

System information

ced455 commented 3 years ago

Hello, same issue here and same NESTED_PROXY setting This is under unraid

tamaskan commented 3 years ago

solved that issue:

env: FUNKWHALE_PROTOCOL https

and manually edited (created a volume) /app/api/config/settings/production.py CSRF_TRUSTED_ORIGINS = [".yourdomain"]