mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
Fix
This commit is contained in:
parent
9d38341859
commit
939fb57699
3 changed files with 16 additions and 1 deletions
7
doc/DISCLAIMER.md
Normal file
7
doc/DISCLAIMER.md
Normal 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
|
BIN
doc/screenshots/screenshot.png
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 210 KiB |
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue