.github | ||
conf | ||
doc | ||
scripts | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
Funkwhale for YunoHost
This package allows you to install Funkwhale quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
A modern, convivial and free music server on YunoHost
Installation requires a dedicated domain or subdomain. Installing in a subpath is not supported by the upstream project due to dependency requirements.
Shipped version: 1.1.4
Screenshots
Demo
Username: demo Password: demo
Admin
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
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 /home/yunohost.app/funkwhale/data
foo@bar:~$sudo ln -s /your/music/collection /home/yunohost.app/funkwhale/data/music
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.
Documentation
- Official documentation: https://docs.funkwhale.audio
YunoHost specific features
- Are LDAP and HTTP auth supported? Yes
- Can the app be used by multiple users? Yes
Supported architectures
Links
- Report a bug: https://github.com/YunoHost-Apps/funkwhale_ynh/issues
- App website: https://docs.funkwhale.audio
- Upstream app repository: https://dev.funkwhale.audio/funkwhale/funkwhale
- YunoHost website: https://yunohost.org/
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug
or
sudo yunohost app upgrade funkwhale -u https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug