mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
Update manifest.json
This commit is contained in:
parent
5bf623c629
commit
d999d807cc
1 changed files with 3 additions and 6 deletions
|
@ -6,14 +6,13 @@
|
||||||
"en": "RSS aggregator with a nice and mobile-friendly design",
|
"en": "RSS aggregator with a nice and mobile-friendly design",
|
||||||
"fr": "Agrégateur de flux RSS avec une interface adaptée au mobile"
|
"fr": "Agrégateur de flux RSS avec une interface adaptée au mobile"
|
||||||
},
|
},
|
||||||
"version": "1.18.1~ynh3",
|
"version": "1.18.1~ynh4",
|
||||||
"url": "http://freshrss.org/",
|
"url": "http://freshrss.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"website": "http://freshrss.org/",
|
"website": "http://freshrss.org/",
|
||||||
"demo": "https://demo.freshrss.org",
|
"demo": "https://demo.freshrss.org",
|
||||||
"admindoc": "https://freshrss.github.io/FreshRSS/",
|
"admindoc": "https://freshrss.github.io/FreshRSS/",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
|
||||||
"code": "https://github.com/FreshRSS/FreshRSS"
|
"code": "https://github.com/FreshRSS/FreshRSS"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
@ -34,8 +33,7 @@
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"example": "domain.org"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
|
@ -46,8 +44,7 @@
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
"optional": false,
|
"optional": false
|
||||||
"example": "homer"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
|
Loading…
Reference in a new issue