Funkwhale is a self-hosted, modern free and open-source music server, heavily inspired by Grooveshark.
Go to file
3wc a670772546
continuous-integration/drone/push Build is passing Details
chore: publish 0.1.0+1.25.3 release
2024-02-08 14:32:21 -03:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:55 -08: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 chore: publish 0.1.0+1.25.3 release 2024-02-08 14:32:21 -03: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