Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1011 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 1011 Bytes

Funkwhale Ansible Role

Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network. This role helps you to set up Funkwhale:

Installing

To configure and install Funkwhale on your own server(s), you should use a playbook like Mother of all self-hosting or write your own.

Tuning

Have a look at defaults/main.yml for configuration options. If you want to boost the perfomance of your pod you might want to tune:

  • funkwhale_frontend_web_workers: Number of web workers to start in parallel, increase to allow more parallel connections
  • funkwhale_celery_worker_concurrency: Number of worker processes to execute that process background tasks. You might want to increase this if e.g. file imports are slow