Select Git revision
Forked from
funkwhale / funkwhale
5954 commits behind the upstream repository.
-
Eliot Berriot authoredEliot Berriot authored
notes.rst 963 B
Next release notes
Note
Those release notes refer to the current development branch and are reset after each release.
Avoid mixed content when deploying mono-container behind proxy [Manual action required]
You are only concerned if you use the mono-container docker deployment behind a reverse proxy
Because of an issue in our mono-container configuration, users deploying Funkwhale via docker using our funkwhale/all-in-one image could face some mixed content warnings (and possibly other troubles) when browsing the Web UI.
This is fixed in this release, but on existing deployments, you'll need to add NESTED_PROXY=1
in your container
environment (either in your .env
file, or via your container management tool), then recreate your funkwhale container.