Commit graph

2 commits

Author SHA1 Message Date
Marwin Schulz
74bebe6451 Fix cron container: switch dcron→cron, export env vars for cron jobs
All checks were successful
Build and push Docker image / build (push) Successful in 12s
Test / test (push) Successful in 15s
- dcron doesn't support /etc/cron.d/ (vixie-cron format) — replace with
  standard 'cron' (vixie cron) which does
- Cron jobs run with a stripped environment and couldn't reach the database;
  fix by dumping Docker env vars to /etc/environment at startup and sourcing
  it in the cron job entry

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 09:16:29 +01:00
Marwin Schulz
2bd83f6315 Add podcast feature with feed management, Docker cron, and ebook reader assets
All checks were successful
Build and push Docker image / build (push) Successful in 12s
Test / test (push) Successful in 13s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 13:39:59 +01:00