diora-web/diora
marwin 0a6ba6feac
All checks were successful
Build and push Docker image / build (push) Successful in 14s
Test / test (push) Successful in 15s
Inject upload size limits from settings into frontend via DIORA_CONFIG
Backend settings are now the single source of truth for EBOOK_MAX_BYTES
and BG_MAX_BYTES. A new context processor exposes them to all templates,
and base.html injects them as window.DIORA_CONFIG so app.js reads from
there instead of hardcoded values.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 21:05:51 +02:00
..
__init__.py Initial commit 2026-03-16 19:19:22 +01:00
context_processors.py Inject upload size limits from settings into frontend via DIORA_CONFIG 2026-04-04 21:05:51 +02:00
settings.py Inject upload size limits from settings into frontend via DIORA_CONFIG 2026-04-04 21:05:51 +02:00
urls.py Add gPodder sync API and bump SW cache to v5 2026-03-20 06:36:41 +01:00
wsgi.py Initial commit 2026-03-16 19:19:22 +01:00