Skip to content

Instantly share code, notes, and snippets.

@florianbussmann
Last active May 21, 2023 12:14
Show Gist options
  • Save florianbussmann/f98340d1d71cfd39e1174bbd6a8bcd43 to your computer and use it in GitHub Desktop.
Save florianbussmann/f98340d1d71cfd39e1174bbd6a8bcd43 to your computer and use it in GitHub Desktop.
Funkwhale Docker setup
https://dev.funkwhale.audio/funkwhale/funkwhale/-/blob/develop/deploy/env.prod.sample
https://dev.funkwhale.audio/funkwhale/funkwhale/-/blob/develop/deploy/docker-compose.yml
docker exec -it funkwhale_api_1 bash
funkwhale-manage createsuperuser
login and create library using WebUI
funkwhale-manage import_files <LIBRARY_ID> "/opt/docker/funkwhale/audio/Music/" --recursive --noinput --in-place
continuously watch for file changes
docker exec -it funkwhale_api_1 funkwhale-manage import_files <LIBRARY_ID> "/opt/docker/funkwhale/audio/Music/" --recursive --noinput --in-place --watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment