bladeofsteel / InfraRead

A Self-Hosted Web Feed Reader and Sync Service Built with Laravel and VueJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfraRead

InfraRead (pronounced infrared ) is an elegant self-hosted RSS feed reader and sync service. It is optimized for simplicity, reading and comfort. It is inspired by Unread and built with Laravel and VueJs.

Features:

  • Distraction free. Attention to details and optimized for reading
  • Access From any device and feeds stay synced
  • Import your own OPML or add feeds manually
  • 100% responsive
  • Offline persistence of settings and previously loaded posts

Requirements

Installation

  • Download or clone the repository to your server
  • run composer install
  • run php artisan key:generate
  • make a copy of .env.example and save as .env
  • fill your admin details in .env
  • fill your database details in .env
  • run php artisan migrate to migrate the database
  • run php artisan db:seed, this will populate your admin details in the database
  • add this line to your Crontab: * * * * * php /path/to/your/site/artisan schedule:run >> /dev/null 2>&1
  • If you want to modify the js and css assets, also run: npm install, and then npm run dev

License

M.I.T. do anything you want with the code as long as you provide attribution back and you and don’t hold me liable

Contact or Questions

Find me on Twitter

Built on top of

Laravel, VueJs, Bulma, Bootstrap, Will Vincent Feeds who builds on top of SimplePie

About

A Self-Hosted Web Feed Reader and Sync Service Built with Laravel and VueJs

License:MIT License


Languages

Language:PHP 62.0%Language:Vue 21.3%Language:HTML 16.7%