From 22bd86dff4371b6be3aa69901531e711f848fcf7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 19 Feb 2026 02:22:40 -0800 Subject: add example landing page --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bfc95f3..aa3ed80 100644 --- a/README.md +++ b/README.md @@ -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 +image -- cgit v1.2.3