FreshRSS è un aggregatore di feed RSS autoportato. È leggero, facile da usare, potente e personalizzabile. È un'applicazione multiutente con una modalità di lettura anonima. Supporta tag personalizzati. Esiste un'API per i client (mobili) e un'interfaccia a riga di comando. Richiedi un account: https://mastodon.uno/@devol/111879986134652899
Go to file
maTh cfd625c559
close panel with esc shortcut (#3901)
* ESC as shortcut to close

* some little beauty

* only ESC close the list now

* Update template.rtl.css

* fixed onclick listener

* Update global_view.js

* heebie jeebies fix ;-)

* Update p/scripts/global_view.js

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-10-21 11:33:35 +02:00
.github GitHub action latest tag (#3524) 2021-03-23 18:48:41 +01:00
Docker Docker with Debian 11 (#3782) 2021-08-19 16:38:55 +02:00
app i18n minor en-US 2021-10-21 11:24:51 +02:00
cli i18n minor en-US 2021-10-21 11:24:51 +02:00
data tec: Remove data/do-install.txt (#3555) 2021-03-26 19:41:33 +01:00
docs Fix documentation typo (#3810) 2021-08-30 15:11:23 +02:00
extensions New core-extensions to allow Docker volumes for third-party extensions (#2837) 2020-03-22 16:31:20 +01:00
lib Mailer rename .txt to .txt.php (#3842) 2021-09-11 20:40:45 +02:00
p close panel with esc shortcut (#3901) 2021-10-21 11:33:35 +02:00
tests git update auto change to edge branch (#3589) 2021-05-15 21:33:43 +02:00
.dockerignore More gitignore and dockerignore (#2844) 2020-03-24 15:31:14 +01:00
.editorconfig EditorConfig update (#3895) 2021-10-19 10:33:45 +02:00
.gitattributes tell git .png and .waff files are not text (#3211) 2020-10-06 23:17:01 +02:00
.gitignore Fix some wrong new line formats (#3742) 2021-08-04 11:38:10 +02:00
.hadolint.yaml Readme 2454-2456 2019-07-23 10:01:52 +02:00
.jshintignore Stats: replace flotr2 with chart.js (#3858) 2021-10-16 12:00:07 +02:00
.jshintrc [CI] Lint JS scripts with jshint (#2315) 2019-04-01 23:47:36 +02:00
.markdownlint.json Markdownlint (#2880) 2020-04-16 18:08:53 +02:00
.stylelintignore [UI] Add RTL support with RTLCSS (#2776) 2020-03-01 21:15:17 +01:00
.stylelintrc [CI] Run stylelint (#2477) 2019-08-14 22:29:28 +02:00
.travis.yml Drop PHP5 and IE11 (#3666) 2021-06-07 17:53:47 +02:00
CHANGELOG.md Changelog 2021-09-19 11:50:48 +02:00
CONTRIBUTING.md Quick update the doc for master renaming to edge 2021-03-15 00:00:25 +01:00
CREDITS.md Add contributor name in CREDITS.md (#3904) 2021-10-19 15:06:04 +02:00
LICENSE.txt Update chmod for LICENSE.txt 2018-12-22 11:39:08 +01:00
Makefile Travis: Enforce phpcs line length + whitespace (#3488) 2021-02-28 12:26:24 +01:00
README.fr.md Stats: replace flotr2 with chart.js (#3858) 2021-10-16 12:00:07 +02:00
README.md Stats: replace flotr2 with chart.js (#3858) 2021-10-16 12:00:07 +02:00
SECURITY.md Create SECURITY.md (#3702) 2021-07-18 01:42:00 +02:00
config-user.default.php Add shortcut to jump to next unread article (issue #3393) (#3891) 2021-10-19 10:46:39 +02:00
config.default.php bump default logout from 30 days to 3 months (#3170) 2020-12-26 23:40:24 +01:00
constants.php Drop PHP5 and IE11 (#3666) 2021-06-07 17:53:47 +02:00
force-https.default.txt Always rewrite blogger.com to https (#3088) 2020-07-04 11:17:22 +02:00
index.html Config allow robots 2015-10-25 00:01:13 +02:00
index.php HTTP Auth : améliorations + changelog 2014-01-01 17:01:09 +01:00
opml.default.xml Default or custom OPML (#2627) 2019-11-04 17:45:15 +01:00
phpcs.xml Stats: replace flotr2 with chart.js (#3858) 2021-10-16 12:00:07 +02:00

README.md

Build Status Liberapay donations

FreshRSS

FreshRSS is a self-hosted RSS feed aggregator like Leed or Kriss Feed.

It is lightweight, easy to work with, powerful, and customizable.

It is a multi-user application with an anonymous reading mode. It supports custom tags. There is an API for (mobile) clients, and a Command-Line Interface.

Thanks to the WebSub standard (formerly PubSubHubbub), FreshRSS is able to receive instant push notifications from compatible sources, such as Mastodon, Friendica, WordPress, Blogger, FeedBurner, etc.

Finally, it supports extensions for further tuning.

Feature requests, bug reports, and other contributions are welcome. The best way to contribute is to open an issue on GitHub. We are a friendly community.

FreshRSS logo

Disclaimer

FreshRSS comes with absolutely no warranty.

FreshRSS screenshot

Documentation

Requirements

  • A recent browser like Firefox / IceCat, Edge, Chromium / Chrome, Opera, Safari.
    • Works on mobile (except a few features)
  • Light server running Linux or Windows
    • It even works on Raspberry Pi 1 with response time under a second (tested with 150 feeds, 22k articles)
  • A web server: Apache2 (recommended), nginx, lighttpd (not tested on others)
  • PHP 7.0+
  • MySQL 5.5.3+ or MariaDB equivalent, or SQLite 3.7.4+, or PostgreSQL 9.5+

Releases

The latest stable release can be found here. New versions are released every two to three months.

If you want a rolling release with the newest features, or want to help testing or developing the next stable version, you can use the edge branch.

Installation

Automated install

  • Docker
  • YunoHost
  • Cloudron

Manual install

  1. Get FreshRSS with git or by downloading the archive
  2. Put the application somewhere on your server (expose only the ./p/ folder to the Web)
  3. Add write access to the ./data/ folder for the webserver user
  4. Access FreshRSS with your browser and follow the installation process
  5. Everything should be working :) If you encounter any problems, feel free to contact us.
  6. Advanced configuration settings can be found in config.default.php and modified in data/config.php.
  7. When using Apache, enable AllowEncodedSlashes for better compatibility with mobile clients.

More detailed information about installation and server configuration can be found in our documentation.

Advice

  • For better security, expose only the ./p/ folder to the Web.
    • Be aware that the ./data/ folder contains all personal data, so it is a bad idea to expose it.
  • The ./constants.php file defines access to the application folder. If you want to customize your installation, look here first.
  • If you encounter any problem, logs are accessible from the interface or manually in ./data/users/*/log*.txt files.
    • The special folder ./data/users/_/ contains the part of the logs that are shared by all users.

F.A.Q.

  • The date and time in the right-hand column is the date declared by the feed, not the time at which the article was received by FreshRSS, and it is not used for sorting.
    • In particular, when importing a new feed, all of its articles will appear at the top of the feed list regardless of their declared date.

Extensions

FreshRSS supports further customizations by adding extensions on top of its core functionality. See the repository dedicated to those extensions.

APIs & native apps

FreshRSS supports access from mobile / native apps for Linux, Android, iOS, and OS X, via two distinct APIs: Google Reader API (best), and Fever API (limited features and less efficient).

App Platform Free Software Maintained & Developed API Works offline Fast sync Fetch more in individual views Fetch read articles Favourites Labels Podcasts Manage feeds
News+ with Google Reader extension Android Partially 2015 GReader ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
FeedMe Android ✔️✔️ GReader ✔️ ✔️ ✔️ ✔️
RSS Guard Windows, GNU/Linux, MacOS, OS/2 ✔️ ✔️✔️ GReader ✔️ ✔️ ✔️ ✔️ ✔️
EasyRSS Android ✔️ ✔️ GReader Bug ✔️
Readrops Android ✔️ ✔️✔️ GReader ✔️ ✔️
FocusReader Android ✔️✔️ GReader ✔️ ✔️ ✔️
ChristopheHenry Android ✔️ Work in progress GReader ✔️ ✔️ ✔️
Fluent Reader Windows, Linux, MacOS ✔️ ✔️✔️ Fever ✔️ ✔️ ✔️
FeedReader GNU/Linux ✔️ ✔️ GReader ✔️ ✔️ ✔️ ✔️ ✔️
NewsFlash GNU/Linux ✔️ Work in progress Fever, GReader
Newsboat 2.24+ GNU/Linux, MacOS, FreeBSD ✔️ ✔️✔️ GReader ✔️ ✔️ ✔️
Vienna RSS MacOS ✔️ ✔️✔️ GReader
Reeder* iOS, MacOS ✔️✔️ GReader, Fever ✔️ ✔️ ✔️ ✔️
Unread iOS ✔️✔️ Fever ✔️ ✔️
Fiery Feeds iOS ✔️✔️ Fever
Readkit MacOS ✔️✔️ Fever ✔️
Netnewswire iOS, MacOS ✔️ Work in progress GReader ✔️ ✔️ ✔️

* Install and enable the GReader Redate extension to have the correct publication date for feed articles if you are using Reeder.

Included libraries

Only for some options or configurations