A modern, network-enabled music player platform built on Rockbox technology. rockboxd.tsiry-sandratraina.com
rust deno navidrome airplay libadwaita zig mpris snapcast mpd rockbox audio subsonic
2

Configure Feed

Select the types of activity you want to include in your feed.

rockboxd / .fluentci / fixtures / config.yml
799 B 26 lines
1# Do not edit this file directly. It is generated by https://deno.land/x/fluent_circleci 2 3version: 2.1 4jobs: 5 base: 6 steps: 7 - checkout 8 - run: sudo apt-get update && sudo apt-get install -y curl unzip 9 - run: | 10 curl -fsSL https://deno.land/x/install/install.sh | sh 11 export DENO_INSTALL="$HOME/.deno" 12 export PATH="$DENO_INSTALL/bin:$PATH" 13 - run: deno install -A -r https://cli.fluentci.io -n fluentci 14 - run: | 15 curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.7 sh 16 sudo mv bin/dagger /usr/local/bin 17 dagger version 18 - run: 19 name: Run Dagger Pipelines 20 command: fluentci run . 21 machine: 22 image: ubuntu-2004:2023.07.1 23workflows: 24 dagger: 25 jobs: 26 - base