1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00
funkwhale_ynh/doc/ADMIN.md

12 lines
737 B
Markdown
Raw Normal View History

2022-07-14 14:08:11 +02:00
* Installation requires a dedicated domain or subdomain. Installing in a subpath is not supported by the upstream project due to dependency requirements.
2021-08-04 23:53:34 +02:00
* Admin
2022-10-04 00:34:30 +02:00
* The admin uses the login you provided at installation. The password is the same you use for YunoHost.
2023-03-24 12:31:51 +01:00
* The admin interface is accessible at the address: `__DOMAIN__/api/admin`
2021-08-04 23:53:34 +02:00
2023-03-24 12:31:51 +01:00
To add a collection of music files to a library in your YunoHost installation of Funkwhale, create a symlink to your collection titled "music" in `__DATA_DIR__/data`
2021-08-04 23:53:34 +02:00
```console
2023-03-24 12:31:51 +01:00
foo@bar:~$sudo ln -s /your/music/collection __DATA_DIR__/data/music
2021-08-04 23:53:34 +02:00
```
The files can then be added to your library from the *uploading* tab in a music library under the heading **Import music from your server**.