mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
70 lines
2.3 KiB
JSON
70 lines
2.3 KiB
JSON
{
|
|
"name": "Libreto",
|
|
"id": "libreto",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Aggregate your pads to create a wiki.",
|
|
"fr": "Agréger vos pads pour créer un wiki."
|
|
},
|
|
"version": "0.0.20180605~ynh2",
|
|
"url": "https://libreto.net",
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "ljf",
|
|
"email": "ljf+libreto_ynh@reflexlibre.net",
|
|
"url": "https://reflexlibre.net"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.8.5"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php5-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for Libreto",
|
|
"fr": "Choisissez un nom de domaine pour Libreto"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "etherpad_instance",
|
|
"ask": {
|
|
"en": "Choose etherpad URL Libreto should use?",
|
|
"fr": "Choisissez l'URL de l'instance etherpad que Libreto utilisera ?"
|
|
},
|
|
"help": {
|
|
"en": "Libreto need an Etherpad instance, you should install before the package etherpad. You need a valid certificate.",
|
|
"fr": "Libreto a besoin d'une instance Etherpad, vous devriez installer le paquet Libreto avant. Vous devez avoir un certificat valide."
|
|
},
|
|
"optional": true,
|
|
"example": "https://annuel2.framapad.org",
|
|
"default": "https://annuel2.framapad.org"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "creation_open",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is non member can create a Libreto wiki?",
|
|
"fr": "Est-ce qu'une personne sans compte YunoHost peut créer un wiki Libreto ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|