1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00
leed_ynh/manifest.json

90 lines
2.2 KiB
JSON
Raw Normal View History

2014-06-17 23:41:24 +02:00
{
2016-07-16 13:05:02 +02:00
"name": "Leed",
"id": "leed",
"packaging_format": 1,
"description": {
"en": "Leed is a minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds.",
"fr": "Leed est un agrégateur RSS minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive."
},
2019-09-09 09:34:12 +02:00
"version": "1.8.3~ynh9",
2015-01-18 14:47:25 +01:00
"url": "http://leed.idleman.fr/",
2017-03-20 18:28:12 +01:00
"license": "AGPL-3.0",
2016-07-16 13:05:02 +02:00
"maintainer": {
"name": "Maniack Crudelis",
"email": "maniackc_dev@crudelis.fr"
},
2017-09-05 00:24:01 +02:00
"requirements": {
2019-04-11 19:49:06 +02:00
"yunohost": ">= 3.5"
2017-09-05 00:24:01 +02:00
},
2016-07-16 13:05:02 +02:00
"multi_instance": true,
"services": [
"nginx",
2019-01-30 19:58:10 +01:00
"php7.0-fpm",
2016-07-16 13:05:02 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Leed",
"fr": "Choisissez un domaine pour Leed"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Leed",
"fr": "Choisissez un chemin pour Leed"
},
"example": "/leed",
"default": "/leed"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the Leed administrator (must be an existing YunoHost user)",
"fr": "Choisissez un administrateur Leed (doit être un utilisateur YunoHost)"
},
"example": "john"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password Leed",
"fr": "Définissez le mot de passe administrateur de Leed"
},
"example": "Choose a password"
},
{
"name": "language",
2019-03-12 20:09:45 +01:00
"type": "string",
2016-07-16 13:05:02 +02:00
"ask": {
"en": "Choose your agregator's language",
"fr": "Choisissez la langue de votre agrégateur"
},
"choices" : ["en", "fr", "es"],
"default" : "en"
},
{
"name": "is_public",
2017-03-01 19:37:00 +01:00
"type": "boolean",
2016-07-16 13:05:02 +02:00
"ask": {
"en": "Is it a public website ?",
"fr": "Est-ce un site public ?"
},
2019-05-20 23:09:08 +02:00
"default": false,
"help": {
"en": "A public Leed will be accessible for third party apps. By turning on 'anonymous readers' in Leed configuration, you can made your feeds public.",
"fr": "Un Leed public sera accessible pour les applications tierces. En autorisant 'la lecture anonyme' dans la configuration de Leed, vous pouvez rendre vos flux publics."
}
2016-07-16 13:05:02 +02:00
}
]
}
2014-06-17 23:41:24 +02:00
}