aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* serve: POST /api/poll manual trigger; rename feed to FluxrecsHEADmainSam Scholten23 hours
| | | | | | | | | /api/poll runs an out-of-schedule poll through the same serialized path as the scheduler (TryLock, so curls and refreshes can't race the cursor), is POST-only, and 429s inside a 1-minute cooldown after any run. Response is JSON: polled/new_run plus the fresh row's stats when entries arrived. Also rename the RSS channel to Fluxrecs (Miniflux adopts upstream title changes as the feed name). just poll-now wraps the curl.
* deploy: drop ineffective mkdir, document state-dir bootstrapSam Scholten30 hours
|
* fluxrec: personal Miniflux article recommenderSam Scholten31 hours