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

123 lines
3.1 KiB
JSON
Raw Normal View History

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": "Anonymous image hosting service",
"fr": "Service d'hébergement anonyme d'images"
2020-04-24 19:59:27 +02:00
},
"version": "0.12.1~ynh2",
2020-04-24 19:59:27 +02:00
"url": "https://lut.im",
"license": "AGPL-3.0-only",
2020-04-24 19:59:27 +02:00
"maintainer": {
2021-03-14 21:27:09 +01:00
"name": "",
"email": ""
},
"previous_maintainers": [{
2020-04-24 19:59:27 +02:00
"name": "Maniack Crudelis et matlink",
"email": "maniackc_dev@crudelis.fr"
}],
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
}
]
}
2016-08-05 16:59:55 +02:00
"name": "Lutim",
"id": "lutim",
"packaging_format": 1,
"description": {
2019-11-27 01:09:31 +01:00
"en": "Anonymous image hosting service",
"fr": "Service d'hébergement anonyme d'images"
2016-08-05 16:59:55 +02:00
},
2019-05-03 11:24:38 +02:00
"version": "0.11.5~ynh1",
2015-08-19 21:38:21 +02:00
"url": "https://lut.im",
2017-03-19 19:16:10 +01:00
"license": "AGPL-3.0",
2016-08-05 16:59:55 +02:00
"maintainer": {
"name": "Maniack Crudelis et matlink",
2017-03-19 19:16:10 +01:00
"email": "maniackc_dev@crudelis.fr"
2016-08-05 16:59:55 +02:00
},
2017-09-05 00:25:58 +02:00
"requirements": {
2019-01-30 19:58:36 +01:00
"yunohost": ">= 3.4"
2017-09-05 00:25:58 +02:00
},
2016-08-05 16:59:55 +02:00
"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": "is_public",
2017-03-19 19:16:10 +01:00
"type": "boolean",
2015-08-19 21:38:21 +02:00
"ask": {
"en": "Uploading images is it public?",
"fr": "L'upload des images est-il public ?"
},
2017-03-19 19:16:10 +01:00
"default": false
2015-08-19 21:38:21 +02:00
},
{
"name": "always_encrypt",
2017-03-19 19:16:10 +01:00
"type": "boolean",
2015-08-19 21:38:21 +02:00
"ask": {
"en": "Force the encryption of images?",
"fr": "Forcer le chiffrement des images ?"
},
2017-03-19 19:16:10 +01:00
"default": true
2015-08-19 21:38:21 +02:00
}
2016-08-05 16:59:55 +02:00
]
}
2015-03-19 20:49:50 +01:00
}