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
2020-06-10 08:57:49 +02:00
conf Added missing quote 2020-05-18 20:52:07 +01:00
scripts Remove manual modification of nginx domain file 2019-11-02 15:09:14 +01:00
sources/extra_files/app/api/requirements Update requirements 2020-05-17 18:29:18 +01:00
check_process Upgrade to 2.29 2019-10-31 18:25:41 +01:00
LICENSE Initial commit 2018-04-15 20:36:02 +02:00
manifest.json Updated manifest 2020-05-18 13:50:35 +01:00
README.md Update README.md 2020-06-10 08:57:49 +02:00

Funkwhale for YunoHost

Integration level
Install Funkwhale with YunoHost

This package allow you to install Funkwhale quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

A modern, convivial and free music server on YunoHost

Installation requires a dedicated domain for now. I hope subpath installation will be possible in the future.

Shipped version: 0.21

Screenshots

Admin

The admin uses the login you provided at installation. The password is the same you use for YunoHost.

The admin interface is accessible with the address: your.domain.fr/api/admin

State of this package

  • works fine:

    • install/remove/backup/remove/upgrade with x86_64
    • import file with web interface, imports from youtube, interraction with MusicBrainz
    • Subsonic API
    • Federation tests
    • CLI Import Remember to source $final_path/venv/bin/activate, then source $final_path/load_env before typinh using manage.py.
    • ARM support
  • end-user configuration required:

    • LDAP integration
  • to be added:

Documentation

YunoHost specific features

Supported architectures

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

Developers info

Please do 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