navidrome
Personal Streaming Service
- Category: Apps
- Status: 1
- Image:
navidrome
, 4, upstream - Healthcheck: No
- Backups: No
- Email: No
- Tests: No
- SSO: No
Quick start
abra app new navidrome --secrets
abra app config <app-name>
abra app deploy <app-name>
For more, see docs.coopcloud.tech
.
Beets
Beets is a handy music library organizer.
To add beets support:
abra app config <app-name>
- uncomment the line
# COMPOSE_FILE="$COMPOSE_FILE:compose.beets.yml"
- deploy
- use
abra app run <app-name> beets bash
You will be able to see your music library under /music
and you can add new music to /donwload
by adding them to the beets_ingest
volume then import them using beet import [-m] /download/{music_folder}
or whatever beets cli command you want to run!