2014-06-17 23:41:24 +02:00
{
2016-07-16 13:05:02 +02:00
"name" : "Leed" ,
"id" : "leed" ,
"packaging_format" : 1 ,
"description" : {
2021-09-10 22:10:09 +02:00
"en" : "Minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds" ,
"fr" : "Agrégateur RSS minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive"
2016-07-16 13:05:02 +02:00
} ,
2021-11-19 23:19:35 +01:00
"version" : "1.9.0~ynh2" ,
2015-01-18 14:47:25 +01:00
"url" : "http://leed.idleman.fr/" ,
2021-11-19 23:19:35 +01:00
"upstream" : {
"license" : "AGPL-3.0" ,
"website" : "http://leed.idleman.fr/" ,
"code" : "http://git.idleman.fr/LeedRSS/Leed"
} ,
2017-03-20 18:28:12 +01:00
"license" : "AGPL-3.0" ,
2016-07-16 13:05:02 +02:00
"maintainer" : {
2021-03-14 21:26:08 +01:00
"name" : "" ,
2020-06-20 17:56:40 +02:00
"email" : ""
} ,
"previous_maintainers" : [ {
2016-07-16 13:05:02 +02:00
"name" : "Maniack Crudelis" ,
"email" : "maniackc_dev@crudelis.fr"
2020-06-20 17:56:40 +02:00
} ] ,
2017-09-05 00:24:01 +02:00
"requirements" : {
2021-11-19 23:19:35 +01:00
"yunohost" : ">= 4.3.0"
2017-09-05 00:24:01 +02:00
} ,
2016-07-16 13:05:02 +02:00
"multi_instance" : true ,
"services" : [
"nginx" ,
2021-09-10 22:10:09 +02:00
"php7.3-fpm" ,
2016-07-16 13:05:02 +02:00
"mysql"
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
2021-09-25 16:03:35 +02:00
"type" : "domain"
2016-07-16 13:05:02 +02:00
} ,
{
"name" : "path" ,
"type" : "path" ,
"example" : "/leed" ,
"default" : "/leed"
} ,
{
"name" : "admin" ,
2021-09-25 16:03:35 +02:00
"type" : "user"
2016-07-16 13:05:02 +02:00
} ,
{
2021-05-16 16:15:54 +02:00
"name" : "is_public" ,
"type" : "boolean" ,
"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
} ,
{
"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"
} ,
{
2021-05-16 16:15:54 +02:00
"name" : "password" ,
2021-09-25 16:03:35 +02:00
"type" : "password"
2016-07-16 13:05:02 +02:00
}
]
}
2014-06-17 23:41:24 +02:00
}