1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00
This commit is contained in:
ericgaspar 2021-06-10 13:29:53 +02:00
parent 9d38341859
commit 939fb57699
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 16 additions and 1 deletions

7
doc/DISCLAIMER.md Normal file
View file

@ -0,0 +1,7 @@
## Configuration
API (mini) How To:
* Into your user profile: Settings > profil
* Setup an API password
* Check that the API is working: https://example.net/rss/api/greader.php
* Setup your client with: username: ynh user, password: the password you just setup, URL https://example.tld/rss/api/greader.php

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View file

@ -8,13 +8,21 @@
}, },
"version": "1.18.1~ynh1", "version": "1.18.1~ynh1",
"url": "http://freshrss.org/", "url": "http://freshrss.org/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "http://freshrss.org/",
"demo": "https://demo.freshrss.org",
"admindoc": "https://freshrss.github.io/FreshRSS/",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/FreshRSS/FreshRSS"
},
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"maintainer": { "maintainer": {
"name": "plopoyop", "name": "plopoyop",
"email": "plopoyop@gmail.com" "email": "plopoyop@gmail.com"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.1.7" "yunohost": ">= 4.2.0"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [