Funkwhale is a self-hosted, modern free and open-source music server, heavily inspired by Grooveshark.
Go to file
decentral1se 5ed98211dc
feat: new upload limit (500m)
2022-05-16 11:53:21 +02:00
.env.sample secrets, more config cleanups 2022-05-10 11:41:11 +02:00
.gitignore init 2022-05-10 08:31:27 +02:00
README.md document manual work-around for dist 2022-05-10 15:38:00 +02:00
abra.sh feat: new upload limit (500m) 2022-05-16 11:53:21 +02:00
compose.yml upgrade redis 2022-05-10 15:38:25 +02:00
entrypoint.sh.tmpl document manual work-around for dist 2022-05-10 15:38:00 +02:00
nginx.conf.tmpl feat: new upload limit (500m) 2022-05-16 11:53:21 +02:00

README.md

funkwhale

Funkwhale is a self-hosted, modern free and open-source music server, heavily inspired by Grooveshark.

  • Category: Apps
  • Status: 0
  • Image: funkwhale, 4, upstream
  • Healthcheck: No
  • Backups: No
  • Email: No
  • Tests: No
  • SSO: No

Quick start

  • abra app new funkwhale --secrets
  • abra app config <app-name>
  • abra app deploy <app-name>

For more, see docs.coopcloud.tech.

Tips & Tricks

First deployment

Before you deploy: abra app cmd <app> secrets --local

After you deploy:

  • cp -r frontend/* /srv/funkwhale/front/dist
  • abra app cmd <app> api migrate
  • abra app cmd <app> api admin