mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 06:09:56 +02:00
Merge branch '620-create-library-doc' into 'develop'
Fix #620: documented how to create library ID Closes #620 See merge request funkwhale/funkwhale!528
This commit is contained in:
commit
8aac1c93ae
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ to the ``/music`` directory on the container:
|
||||||
docker-compose run --rm api python manage.py import_files $LIBRARY_ID "/music/**/*.ogg" --recursive --noinput
|
docker-compose run --rm api python manage.py import_files $LIBRARY_ID "/music/**/*.ogg" --recursive --noinput
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
You'll have to create a library in the Web UI before to get your library ID. Simply visit
|
||||||
|
https://yourdomain/content/libraries/ to create one.
|
||||||
|
|
||||||
Library IDs are available in library urls or sharing link. In this example:
|
Library IDs are available in library urls or sharing link. In this example:
|
||||||
https://funkwhale.instance/content/libraries/769a2ae3-eb3d-4aff-9f94-2c4d80d5c2d1,
|
https://funkwhale.instance/content/libraries/769a2ae3-eb3d-4aff-9f94-2c4d80d5c2d1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue