Iris docker extended with mopid-funkwhale extension
262
This repository is a fork from Iris, an extension for the Mopidy music server, which extends the iris docker image with mopidy-funkwhale.
e.g.
git clone [email protected]:Grom/iris-funkwhale.git
cd iris-funkwhale
cp docker-compose.example.yml docker-compose.yml # edit settings
docker-compose build --no-cache \
&& docker-compose up --detach \
&& docker-compose logs --follow
docker-compose.example.yml as a starting pointjaedb/iris with sieboldianus/iris-funkwhale
e.g.version: "3"
services:
...
mopidy:
image: sieboldianus/iris-funkwhale
...
docker-compose up --detachThen in your mopidy.conf, add
[funkwhale]
enabled = true
# URL of your funkwhale instance
url = https://funkwhale.example.com
# Application credentials (leave empty for anonymous access)
# If you don't now what to put here, just run `mopidy funkwhale login` for
# the instructions
# If for some reason, you want to use the legacy password-based auth,
# uncomment the variables below
# username = example-user
# password = example-password
# duration of cache entries before they are removed, in seconds
# 0 to cache forever, empty to disable cache
cache_duration = 600
Note that username and password are deprecated after Funkwhale 1.1.2.
Also note that currently, this image does not support OAuth connections to the funkwhale instance (see the notes here).
You can allow anonymous access by disabling "API Requires authentication" (Security section) in https://funkwhale.example.com/manage/settings and setting your libraries in Funkwhale to public access (e.g. on private networks).
This image slightly diverges from its original repository.
PIP_PACKAGES can be used to add more on runtime.Content type
Image
Digest
Size
503.3 MB
Last updated
over 4 years ago
docker pull sieboldianus/iris-funkwhale