A tiny Subsonic/Jellyfin/S3 server in Rust
navidrome subsonic s3 emby jellyfin
0

Configure Feed

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

Run nix build before cargo build in tangled workflow

+4 -4
+4 -4
.tangled/workflows/build.yml
··· 18 18 cd s3webui 19 19 bun install --frozen-lockfile 20 20 bun run build 21 + - name: nix build 22 + command: | 23 + nix --extra-experimental-features 'nix-command flakes' build .#default --print-build-logs 24 + ls -l result/bin 21 25 - name: build cli 22 26 command: | 23 27 cargo build --release --locked 24 28 ls -l target/release 25 - - name: nix build 26 - command: | 27 - nix --extra-experimental-features 'nix-command flakes' build .#default --print-build-logs 28 - ls -l result/bin 29 29 30 30