marwin
e1b18f392e
Show build time in bottom-right corner
...
Build and push Docker image / build (push) Successful in 12s
Test / test (push) Successful in 16s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 21:35:41 +01:00
marwin
391d733c1b
Use gevent workers in gunicorn to fix SSE blocking
...
Build and push Docker image / build (push) Successful in 31s
Test / test (push) Successful in 15s
SSE connections for radio streams were blocking sync gunicorn workers,
leaving the app unresponsive. Switching to gevent with 4 workers and
a higher timeout fixes concurrent SSE + normal request handling.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 19:15:01 +01:00
marwin
978b6fa24b
Store background images in DB, persist SQLite via volume
Build and push Docker image / build (push) Successful in 12s
Test / test (push) Successful in 14s
2026-03-16 20:24:20 +01:00
marwin
df601714ec
Run migrate automatically on container start
Build and push Docker image / build (push) Successful in 12s
Test / test (push) Successful in 13s
2026-03-16 20:06:44 +01:00
marwin
e55dba66e4
Add Dockerfile and Forgejo Actions workflow for Docker builds
Build and push Docker image / build (push) Failing after 11s
2026-03-16 19:24:06 +01:00