2015-03-19 20:49:50 +01:00
{
2020-04-24 19:59:27 +02:00
"name" : "Lutim" ,
"id" : "lutim" ,
"packaging_format" : 1 ,
"description" : {
"en" : "Self hosting images and sharing anonymous application" ,
"fr" : "Application d'hébergement et de partage d'images anonyme"
} ,
2021-01-03 15:51:09 +01:00
"version" : "0.12.1~ynh2" ,
2020-04-24 19:59:27 +02:00
"url" : "https://lut.im" ,
2021-01-03 15:51:09 +01:00
"license" : "AGPL-3.0-only" ,
2020-04-24 19:59:27 +02:00
"maintainer" : {
2021-03-14 21:27:09 +01:00
"name" : "" ,
2020-06-20 17:56:42 +02:00
"email" : ""
} ,
"previous_maintainers" : [ {
2020-04-24 19:59:27 +02:00
"name" : "Maniack Crudelis et matlink" ,
"email" : "maniackc_dev@crudelis.fr"
2020-06-20 17:56:42 +02:00
} ] ,
2020-04-24 19:59:27 +02:00
"requirements" : {
2021-04-22 22:46:29 +02:00
"yunohost" : ">= 4.1.7"
2020-04-24 19:59:27 +02:00
} ,
"multi_instance" : false ,
"services" : [
"nginx"
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain" ,
"example" : "domain.org"
} ,
{
"name" : "path" ,
"type" : "path" ,
"example" : "/lutim" ,
"default" : "/lutim"
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
"default" : false ,
2020-04-24 20:16:33 +02:00
"help" : {
2020-10-05 22:02:46 +02:00
"en" : "If you set Lutim as public, everyone will be able to upload images and share them.<br>But even if not public, everyone can see an image from a link shared with your Lutim." ,
"fr" : "Si vous définissez Lutim comme public, tout le monde pourra télécharger des images et les partager.<br>Mais même si ce n'est pas public, tout le monde peut voir une image à partir d'un lien partagé avec votre Lutim."
2020-04-24 20:16:33 +02:00
}
2020-04-24 19:59:27 +02:00
} ,
{
"name" : "always_encrypt" ,
"type" : "boolean" ,
"ask" : {
"en" : "Force the encryption of images?" ,
"fr" : "Forcer le chiffrement des images ?"
} ,
"default" : true
}
]
}
2015-03-19 20:49:50 +01:00
}