docs: document image pipeline profiles

This commit is contained in:
Abel Luck 2026-05-27 10:13:06 +02:00
parent 18a7f652d4
commit cbb427b89d
6 changed files with 40 additions and 5 deletions

View file

@ -14,3 +14,11 @@ url = "https://www.nasa.gov/rss/dyn/breaking_news.rss"
LOG_LEVEL = "INFO"
DOWNLOAD_TIMEOUT = 30
REPUBLISHER_FEED_URL = "https://mirror.example"
# Image mirroring is profile-driven. REPUBLISHER_IMAGE controls full-size
# variants, and its first profile is the canonical image URL written into feeds.
# REPUBLISHER_IMAGE_THUMBNAILS controls named thumbnails for explicit item
# image media. Defaults live in repub/settings.py and generate WebP + JPEG full
# images plus JPEG thumbnails.
# REPUBLISHER_IMAGE_NORMALIZE_ENABLED = true
# REPUBLISHER_IMAGE_THUMBNAILS_ENABLED = true