diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-02-19 02:22:40 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-19 02:22:40 -0800 |
| commit | 22bd86dff4371b6be3aa69901531e711f848fcf7 (patch) | |
| tree | f7639ab2a441d4d1dffccfb7bb6e13b6ce8a87fe | |
| parent | 046354dd6e9a6966a49063c1c3053c754cb901f8 (diff) | |
add example landing page
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,3 +12,6 @@ uv run gunicorn yt_radio:app --bind 0.0.0.0:8000 -k gthread --threads 50 --worke > Note that `--timeout 0` is a strict requirement if using `/stream` endpoint due to Gunicorn's default timeout policy > Similarly, you should use a single persistent worker if you want everyone listening to the same stuff on `/stream` + +## Example Landing Page +<img width="936" height="992" alt="image" src="https://github.com/user-attachments/assets/e70879ad-bdff-46b0-8018-130211d950a1" /> |
