github ssddanbrown/rss v1.1.0
v1.1.0 - Time to Prune

latest releases: v1.3.0, v1.2.0
2 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.