Skip to content

Update command to download docker nginx files to use $FUNKWHALE_VERSION variable properly

Please avoid merging the base branch into your feature branch. We are working with rebases and those merged tend to cause trouble. For further questions, join us at Matrix: https://matrix.to/#/#funkwhale-dev:matrix.org

If your contribution is fixing an issue by a small change, please consider a merge into stable by using it as target branch.

Related issue: #XXX

This Merge Request includes:


In the current command, the version in the URL is listed as /|version|/ which is the same as in the command to set the version. But this command should use the actual version variable we set, $FUNKWHALE_VERSION.

Merge request reports