2015-03-19 20:49:50 +01:00
|
|
|
{
|
2016-08-05 16:59:55 +02:00
|
|
|
"name": "Lutim",
|
|
|
|
"id": "lutim",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 2.4"
|
|
|
|
},
|
|
|
|
"description": {
|
2015-08-19 21:38:21 +02:00
|
|
|
"en": "Self hosting images and sharing anonymous application",
|
|
|
|
"fr": "Application d'hébergement et de partage d'images anonyme"
|
2016-08-05 16:59:55 +02:00
|
|
|
},
|
2016-03-31 22:41:54 +02:00
|
|
|
"version": "0.6 dev",
|
2015-08-19 21:38:21 +02:00
|
|
|
"url": "https://lut.im",
|
2016-08-05 16:59:55 +02:00
|
|
|
"license": "free",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "Maniack Crudelis et matlink",
|
|
|
|
"email": "maniackc_dev@crudelis.fr matlink@matlink.fr"
|
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain for Lutim",
|
|
|
|
"fr": "Choisissez un domaine pour Lutim"
|
|
|
|
},
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a path for Lutim",
|
|
|
|
"fr": "Choisissez un chemin pour Lutim"
|
|
|
|
},
|
|
|
|
"example": "/lutim",
|
|
|
|
"default": "/lutim"
|
|
|
|
},
|
2015-08-19 21:38:21 +02:00
|
|
|
{
|
|
|
|
"name": "admin",
|
2016-08-05 16:59:55 +02:00
|
|
|
"type": "user",
|
2015-08-19 21:38:21 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Choose the Lutim administrator (must be an existing YunoHost user)",
|
|
|
|
"fr": "Choisissez un administrateur Lutim (doit être un utilisateur YunoHost)"
|
|
|
|
},
|
|
|
|
"example": "john"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"ask": {
|
|
|
|
"en": "Uploading images is it public?",
|
|
|
|
"fr": "L'upload des images est-il public ?"
|
|
|
|
},
|
|
|
|
"choices": ["Yes", "No"],
|
|
|
|
"default": "No"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "always_encrypt",
|
|
|
|
"ask": {
|
|
|
|
"en": "Force the encryption of images?",
|
|
|
|
"fr": "Forcer le chiffrement des images ?"
|
|
|
|
},
|
|
|
|
"choices": ["Yes", "No"],
|
|
|
|
"default": "Yes"
|
|
|
|
}
|
2016-08-05 16:59:55 +02:00
|
|
|
]
|
|
|
|
}
|
2015-03-19 20:49:50 +01:00
|
|
|
}
|