A subsonic server implementation.
Find a file
Lyssieth 453a496377
feat: we can now do things
The most crappy basic implementation, but:
- It can list albums
- It can list a single album's tracks
- It can play a song

Closes #1
2023-10-09 15:49:33 +03:00
.sqlx feat: basic authentication. 2023-10-08 23:11:59 +03:00
.vscode feat: basic authentication. 2023-10-08 23:11:59 +03:00
migrations feat: basic authentication. 2023-10-08 23:11:59 +03:00
src feat: we can now do things 2023-10-09 15:49:33 +03:00
.gitignore feat: we can now log in. 2023-10-08 22:53:42 +03:00
.woodpecker.yml feat: initial commit 2023-10-08 20:33:30 +03:00
build.rs feat: we can now log in. 2023-10-08 22:53:42 +03:00
Cargo.lock feat: basic authentication. 2023-10-08 23:11:59 +03:00
Cargo.toml feat: basic authentication. 2023-10-08 23:11:59 +03:00
Dockerfile feat: we can now log in. 2023-10-08 22:53:42 +03:00
Justfile feat: initial commit 2023-10-08 20:33:30 +03:00
README.md feat: initial commit 2023-10-08 20:33:30 +03:00

rave

A basic bitch subsonic-compatible server thing written in Rust.