mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Clarify custom paths needed to import collections of music files in Readme. (#134)
* Update readme to indicate custom import path Yunohost installations of Funkwhale use a different path for file imports than those indicated in the Funkwhale documentation.. (/var/www/Funkwhale/import). We should therefore indicate to the admin user what that path is, and steps necessary to use it. Addresses #132. * Fix bash highlighting. * Update README.md Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
fc22726fa6
commit
9bfa53df3d
1 changed files with 7 additions and 1 deletions
|
@ -28,9 +28,15 @@ Installation requires a dedicated domain or subdomain. Installing in a subpath i
|
||||||
## Admin
|
## Admin
|
||||||
|
|
||||||
The admin uses the login you provided at installation. The password is the same you use for YunoHost.
|
The admin uses the login you provided at installation. The password is the same you use for YunoHost.
|
||||||
|
|
||||||
The admin interface is accessible at the address: `your.domain.fr/api/admin`
|
The admin interface is accessible at the address: `your.domain.fr/api/admin`
|
||||||
|
|
||||||
|
To add a collection of music files to a library in your YunoHost installation of Funkwhale, create a symlink to your collection titled "import" in `/var/www/funkwhale`
|
||||||
|
```console
|
||||||
|
foo@bar:~$sudo ln -s /your/music/collection /var/www/funkwhale/import
|
||||||
|
```
|
||||||
|
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**.
|
||||||
|
|
||||||
|
|
||||||
# State of this package
|
# State of this package
|
||||||
|
|
||||||
* The following have been tested with this package and work fine:
|
* The following have been tested with this package and work fine:
|
||||||
|
|
Loading…
Reference in a new issue