1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

FreshRss 1.9 (#38)

* update to freshrss 1.9

* add api how to
This commit is contained in:
Clément 2017-12-27 13:32:57 +01:00 committed by GitHub
parent bb23e85824
commit 03388ad970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 12 deletions

View file

@ -8,12 +8,15 @@ An efficient but powerful RSS aggregator with a nice and mobile-friendly design,
[![Install FreshRSS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=freshrss)
Changelog:
* Update to FreshRSS 1.8.0
* Update to FreshRSS 1.7.0
* Update to FreshRSS 1.6.3
* Complete package refactoring
* Update to FreshRSS 1.6.2
* Update to FreshRSS 1.5
* Refactoring of yunohost scripts
* Update to FreshRSS 1.4
* Update to FreshRSS 1.2
* 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
* Check the API is working : https://exemple.tld/rss/i/api/greader.php
* Setup your client with : username : ynh user, password : the password you just setup, url https://exemple.tld/rss/i/api/greader.php

View file

@ -3,13 +3,13 @@
#
APPNAME="freshrss"
# FreshRSS version
VERSION="1.8.0"
VERSION="1.9.0"
# FreshRSS complete tarball checksum
FRESHRSS_SOURCE_SHA256="004e67484b41e78adb89d19df5c326d0290896c17f9f7b7e60e8f22a13f88db9"
FRESHRSS_SOURCE_SHA256="9bdff002f6f8ef7daea1d7fea92c31a57c0d8c204571e3933038eccbe82bf3b4"
# Remote URL to fetch FreshRSS source tarball
FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.8.0.tar.gz"
FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.9.0.tar.gz"
PKGDIR=$(cd ../; pwd)