2016-02-17 19:02:33 +01:00
|
|
|
# FreshRSS package for YunoHost
|
2014-07-23 18:30:46 +02:00
|
|
|
|
2017-07-09 17:53:34 +02:00
|
|
|
An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support.
|
|
|
|
|
2016-02-17 19:02:33 +01:00
|
|
|
* [FreshRSS website](http://freshrss.org)
|
|
|
|
* [YunoHost website](https://yunohost.org)
|
2014-07-24 15:36:20 +02:00
|
|
|
|
2018-07-07 16:21:03 +02:00
|
|
|
## INSTALL
|
|
|
|
|
2017-07-09 17:53:34 +02:00
|
|
|
[![Install FreshRSS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=freshrss)
|
|
|
|
|
2018-07-08 11:56:31 +02:00
|
|
|
![](https://freshrss.org/images/screenshot.png)
|
|
|
|
|
2018-07-21 12:22:22 +02:00
|
|
|
|
2018-07-07 16:21:03 +02:00
|
|
|
or command line :
|
|
|
|
|
|
|
|
`yunohost app install https://github.com/YunoHost-Apps/freshrss_ynh`
|
|
|
|
|
|
|
|
## UPGRADE
|
|
|
|
`yunohost app upgrade freshrss -u https://github.com/YunoHost-Apps/freshrss_ynh`
|
|
|
|
|
|
|
|
# :warning: WARNING :warning:
|
|
|
|
upgrade for stretch has now dedicated php-fpm pool. To make upgrade works :
|
2018-07-12 13:51:53 +02:00
|
|
|
Check if domain is already sets :
|
|
|
|
`yunohost app setting freshrss domain`
|
|
|
|
if this command does't return anything :
|
2018-07-07 16:21:03 +02:00
|
|
|
`yunohost app setting freshrss domain -v yourdomain.tld`
|
|
|
|
|
|
|
|
if you have multiple instances :
|
|
|
|
|
|
|
|
`yunohost app setting freshrss__instancenumber domain -v yourdomain.tld`
|
|
|
|
|
2015-02-08 18:55:48 +01:00
|
|
|
Changelog:
|
2019-01-04 18:20:37 +01:00
|
|
|
|
2019-03-31 19:01:27 +02:00
|
|
|
* 2019-03-31 :
|
|
|
|
* Upgrade to 1.14.0
|
2019-01-29 21:28:14 +01:00
|
|
|
* 2019-01-29 :
|
|
|
|
* Upgrade to 1.13.1
|
|
|
|
* Remove ynh_abort_if_errors to comply with linter
|
|
|
|
* Change licence to comply with linter
|
2019-01-04 18:20:37 +01:00
|
|
|
* 2019-01-04 :
|
|
|
|
* Fix user add access hook
|
|
|
|
* Upgrade to 1.13.0
|
2019-01-04 19:01:55 +01:00
|
|
|
* Open /api url instead of /api/greader.php
|
2018-10-28 10:17:49 +01:00
|
|
|
* 2018-10-28 :
|
|
|
|
* Update to FreshRSS 1.12.0
|
2018-09-23 15:11:51 +02:00
|
|
|
* 2018-09-23 :
|
|
|
|
* Update to FreshRSS 1.11.2
|
|
|
|
* Fix install on domain root path
|
2018-07-07 16:21:03 +02:00
|
|
|
* 2018-07-07 :
|
|
|
|
* Update to FreshRSS 1.11.1
|
|
|
|
* Remove deprecated helpers
|
|
|
|
* php-fpm dedicated pool
|
2018-06-03 20:17:22 +02:00
|
|
|
* 2018-06-03 : Update to FreshRSS 1.11.0
|
2018-03-04 20:20:58 +01:00
|
|
|
* 2018-02-04 : Update to FreshRSS 1.10.1
|
2017-12-27 13:32:57 +01:00
|
|
|
* 2017-12-27 : Update to FreshRSS 1.9.0
|
|
|
|
* 2017-12-03 : Update to FreshRSS 1.8.0
|
|
|
|
* 2017-06-03 : Update to FreshRSS 1.7.0
|
|
|
|
* 2017-03-13 : Update to FreshRSS 1.6.3
|
|
|
|
* 2017-03-13 : Complete package refactoring
|
|
|
|
* 2017-01-22 : Update to FreshRSS 1.6.2
|
|
|
|
|
|
|
|
API (mini) How To :
|
|
|
|
* Into your user profile : Settings > profil
|
|
|
|
* Setup an API password
|
2018-01-03 09:41:39 +01:00
|
|
|
* Check the API is working : https://exemple.tld/rss/api/greader.php
|
|
|
|
* Setup your client with : username : ynh user, password : the password you just setup, url https://exemple.tld/rss/api/greader.php
|