Last active
May 21, 2023 12:14
-
-
Save florianbussmann/f98340d1d71cfd39e1174bbd6a8bcd43 to your computer and use it in GitHub Desktop.
Funkwhale Docker setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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