codeberg danb/rss v1.1.0
v1.1.0 - Time to Prune

latest releases: v1.6.1, v1.6.0, v1.5.3...
3 years ago

This release adds the ability to prune old post (and thumbnail) data to reclaim space where desired.
This can be configured as an environment variable as follows:

# The number of days to wait before a post should be pruned.
# Uses the post published_at time to determine lifetime.
# Setting this to false disables any auto-pruning.
# If active, pruning will auto-run daily.
# Defaults to false (No pruning) 
APP_PRUNE_POSTS_AFTER_DAYS=30

Don't miss a new rss release

NewReleases is sending notifications on new releases.