1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00
A modern, convivial and free music server on YunoHost
Find a file
yalh76 acac688cdc
Update conf/nginx.conf
Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>
2021-04-16 19:13:10 +02:00
conf Update conf/nginx.conf 2021-04-16 19:13:10 +02:00
scripts Merge branch 'master' into testing 2021-04-16 14:22:03 +02:00
check_process Apply Example_ynh (#131) 2021-04-16 14:14:27 +02:00
issue_template.md Apply Example_ynh (#131) 2021-04-16 14:14:27 +02:00
LICENSE Initial commit 2018-04-15 20:36:02 +02:00
manifest.json Apply Example_ynh (#131) 2021-04-16 14:14:27 +02:00
pull_request_template.md Apply Example_ynh (#131) 2021-04-16 14:14:27 +02:00
README.md Apply Example_ynh (#131) 2021-04-16 14:14:27 +02:00
README_fr.md Apply Example_ynh (#131) 2021-04-16 14:14:27 +02:00

Funkwhale for YunoHost

Integration level
Install Funkwhale with YunoHost

Lire ce readme en français.

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.1

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 "import" in /var/www/funkwhale

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.

Documentation

YunoHost specific features

  • Are LDAP and HTTP auth supported? Yes
  • Can the app be used by multiple users? Yes

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

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