added player

This commit is contained in:
Ultradesu
2026-07-16 18:45:39 +03:00
parent d77a985708
commit 50320c05c6
9 changed files with 645 additions and 13 deletions
+1
View File
@@ -21,6 +21,7 @@ cargo run
| `FURUMI_FD_DB` | `furumi-fd.sqlite3` | Path to the SQLite database file (created if missing) |
| `FURUMI_FD_LISTEN` | `127.0.0.1:8321` | Listen address |
| `FURUMI_FD_FEDERATION_DIR` | `<db>.federation` | Directory for the federation identity and DHT state |
| `FURUMI_FD_MEDIA_ROOT` | *(unset)* | Root of the audio library; `media_files.file_path` resolves against it. Unset ⇒ playback is disabled, the index API keeps working. Files are only ever **read**. |
No authentication — localhost only by default.