KD a9ba1c5193 tsk-212: Post fixes (#215)
* tsk-212: icarus_meta version bump

* tsk-212: icarus_meta version bump

* tsk-212: Got functionality working

* tsk-212: Migration changes

Added file_type to CoverArtQueue

* tsk-212: Add support to save file_type from CoverArtQueue

* tsk-212: Warning fix

* tsk-212: Version bump

* tsk-212: icarus_meta version bump

* tsk-212: icarus_meta version bump

* tsk-212: icarus_meta related changes

* tsk-212: Replaced code with constants

* tsk-212: icarus_meta version bump
2025-10-21 22:42:32 -04:00
2025-10-14 22:02:26 -04:00
2025-04-13 14:53:05 -04:00
2025-10-10 16:33:15 -04:00
2025-10-14 22:02:26 -04:00
2025-10-01 09:55:04 -04:00
2025-10-01 09:55:04 -04:00
2025-07-25 18:20:28 -04:00
2025-10-21 22:42:32 -04:00
2025-10-21 22:42:32 -04:00
2025-10-10 16:33:15 -04:00
2025-10-12 18:23:56 -04:00
2025-08-30 13:30:34 -04:00
2025-10-20 11:19:06 -04:00

Icarus

Web API for the Icarus project.

Requires

icarus_auth v0.6.1
songparser v0.4.2

Compatible with

icarus-dm v0.8.2

Getting Started

Quickest way to get started is with docker. Make sure icarus_auth and songparser repositories are located in the root of the parent directory. Check the respective repositories to ensure they are setup correctly before configuring Icarus.

Copy the .env.docker.sample file to .env. Ensure that the ROOT_DIRECTORY variable is populated and exists on the docker image's filesystem. The credentials for the database doesn't need to be changed for development, but if deploying it, it should be modified.

Build containers

docker compose build --ssh default

Bring it up

docker compose up -d --force-recreate

To view the OpenAPI spec, run the project and access /swagger-ui. If running through docker, the url would be something like http://localhost:8000/swagger-ui.

S
Description
API Music server that gives users control to download, upload, modify, and stream their personal music collection
Readme MIT 290 MiB
v0.3.1 Latest
2025-10-20 11:19:06 -04:00
Languages
Rust 98.9%
Dockerfile 1.1%