rss

PROJECT MIGRATED TO CODEBERG -- A simple twitter-feed-style RSS aggregator written in PHP, Laravel, Inertia.js, Tailwind and Vue.js

MIT License

Stars
517
rss - v1.5.0 Latest Release

Published by ssddanbrown 7 months ago

  • Updated framework from Laravel 10 to 11
  • Updated PHP version to PHP 8.3
rss - v1.4.5

Published by ssddanbrown 9 months ago

  • Bumped up PHP package versions.
  • Updated cron/schedule system to use same user as app, to avoid file permission issues leading to app errors. #24
rss - v1.4.4

Published by ssddanbrown 10 months ago

  • Bumped up JavaScript packages.
  • Updated build system to use NodeJS 20 instead of 18.
  • Updated GitHub docker image build system to latest working actions.
rss - v1.4.3

Published by ssddanbrown 10 months ago

  • Bumped up PHP packages and tagging new release for updated container.
rss - v1.4.2

Published by ssddanbrown about 1 year ago

  • Fixed sub-path handling in reverse proxy setups.

Full Changelog: https://github.com/ssddanbrown/rss/compare/v1.4.1...v1.4.2

rss - v1.4.1

Published by ssddanbrown about 1 year ago

  • Updated PHP and JS packages.
  • Added simple titles to the view change buttons.
  • Fixed odd sized thumbnails in list view.

Full Changelog: https://github.com/ssddanbrown/rss/compare/v1.4.0...v1.4.1

rss - v1.4.0

Published by ssddanbrown over 1 year ago

  • Added ability to hide feed posts from homepage, by prefixing the feed config line with a -.
  • Updated PHP packages to latest versions.
  • Updated docker setup to run PHP queue handler using the same user as the normal PHP process, to help avoid permission conflicts between the two different processes.

Full Changelog: https://github.com/ssddanbrown/rss/compare/v1.3.0...v1.4.0

rss - v1.3.0

Published by ssddanbrown over 1 year ago

  • Updated app framework from Laravel 9 to Laravel 10 (via Shift).
  • Updated PHPUnit, JS packages & PHP packages.

Full Changelog: https://github.com/ssddanbrown/rss/compare/v1.2.0...v1.3.0

rss - v1.2.0

Published by ssddanbrown over 1 year ago

  • Added linux/arm/v7 platform support to docker image build system.
  • Updated app PHP and JavaScript packages.
rss - v1.1.0 - Time to Prune

Published by ssddanbrown about 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
rss - v1.0.5

Published by ssddanbrown over 2 years ago

  • Increased feed/image fetching time-outs.
  • Changed HTML head scanning, for post image, to look across 1MB of data instead of 100k, since some platforms like Reddit had a whole lot of head content.
  • Added user-agent to feed/image fetching since some services, like NY times, would block requests without it.
rss - v1.0.4

Published by ssddanbrown over 2 years ago

  • Fixed issue with incorrectly trimming UT8 encoded strings which could prevent all posts being visible.
rss - v1.0.3

Published by ssddanbrown over 2 years ago

  • Fixing issue of ARM images overwriting AMD64 images
rss - v1.0.2

Published by ssddanbrown over 2 years ago

  • Added app icon to show in browser tab.
  • Fixed search and next/prev links not being correct relative to any non-root page.
  • Removed some dev libraries from the docker builds.
rss - v1.0.1 - Add ARM64 Container

Published by ssddanbrown over 2 years ago

Added ARM64 container image. Should be no changes for AMD64 images.

rss - v1.0.0 - Initial Release

Published by ssddanbrown over 2 years ago

🥳 Initial release!

rss - v0.1.0 - Initial Beta

Published by ssddanbrown over 2 years ago

Initial beta release, docker setup needs much more testing.

Badges
Extracted from project README
PHPUnit