Register the [discovery] section in settings and document it

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QVPagF6jfDv78CC5Jv2wp4
This commit is contained in:
2026-09-07 04:17:29 +00:00
co-authored by Claude Fable 5.1
parent 4a2fc6d1c4
commit c971fd9317
4 changed files with 191 additions and 0 deletions
+17
View File
@@ -237,3 +237,20 @@ smtp_user = ""
# smtp_pass: environment only (DAILY_EPUB_MAIL__SMTP_PASS)
from = "" # e.g. The Daily EPUB <daily@hallada.net>
# notify_to = "operator@example.com" # recipient for access-request notifications
[discovery]
enabled = true # run the feed discovery stage during generate
max_lookups_per_run = 30 # hosts looked up in Miniflux per run; each host is re-checked at most every 90 days
skip_hosts = [ # never looked up: the host itself or any subdomain of it
"news.ycombinator.com",
"lobste.rs",
"reddit.com",
"github.com",
"gist.github.com",
"x.com",
"twitter.com",
"youtube.com",
"en.wikipedia.org",
"arxiv.org",
"docs.google.com",
]