You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
4 months ago | |
---|---|---|
.drone.yml | 4 months ago | |
.env.sample | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
abra.sh | 1 year ago | |
compose.yml | 1 year ago | |
entrypoint.sh.tmpl | 1 year ago | |
nginx.conf.tmpl | 1 year ago |
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