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

59 lines
1.6 KiB
JSON
Raw Normal View History

2014-07-23 15:52:50 +02:00
{
"name": "FreshRSS",
"id": "freshrss",
2019-01-29 21:21:59 +01:00
"version": "1.13.1",
2017-02-14 17:12:34 +01:00
"packaging_format": 1,
2014-07-23 15:52:50 +02:00
"description": {
"en": "FreshRSS is a selfhostable RSS reader",
"fr": "FreshRSS est un agrégateur de flux RSS à auto-héberger"
},
"url": "http://freshrss.org/",
2019-01-29 21:21:59 +01:00
"license": "AGPL-3.0-only",
"maintainer": {
2014-07-23 15:52:50 +02:00
"name": "plopoyop",
"email": "plopoyop@gmail.com"
},
2017-02-14 17:12:34 +01:00
"requirements": {
"yunohost": ">= 3.0.0"
2017-02-14 17:12:34 +01:00
},
2017-03-05 17:17:14 +01:00
"multi_instance": true,
"services": [
"nginx",
"php7-fpm",
"mysql"
],
2014-07-23 15:52:50 +02:00
"arguments": {
"install": [
2014-07-23 15:52:50 +02:00
{
"name": "domain",
2016-02-17 18:56:28 +01:00
"type": "domain",
2014-07-23 15:52:50 +02:00
"ask": {
"en": "Choose a domain for FreshRSS",
"fr": "Choisissez un domaine pour FreshRSS"
},
"example": "domain.org"
},
{
"name": "path",
2016-02-17 18:56:28 +01:00
"type": "path",
2014-07-23 15:52:50 +02:00
"ask": {
"en": "Choose a path for FreshRSS",
"fr": "Choisissez un chemin pour FreshRSS"
},
"example": "/rss",
"default": "/rss"
2016-02-17 18:00:37 +01:00
},
{
"name": "admin",
2016-02-17 18:56:28 +01:00
"type": "user",
2017-03-05 17:17:14 +01:00
"optional": false,
2016-02-17 18:00:37 +01:00
"ask": {
2017-03-13 21:46:07 +01:00
"en": "Choose the default user",
"fr": "Choisissez l'utilisateur par defaut"
2016-02-17 18:00:37 +01:00
},
"example": "homer"
}
2014-07-23 15:52:50 +02:00
]
}
}