Skip to content

v1.1.0 - Time to Prune

Compare
Choose a tag to compare
@ssddanbrown ssddanbrown released this 26 Aug 10:19
· 40 commits to main since this release
1a0f03f

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