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

76 lines
2.7 KiB
JSON
Raw Normal View History

2018-11-27 17:09:29 +01:00
{
"name": "Libreto",
"id": "libreto",
"packaging_format": 1,
"description": {
2020-12-12 08:56:05 +01:00
"en": "Aggregate your pads to create a wiki.",
"fr": "Agrégez vos pads pour créer un wiki."
2018-11-27 17:09:29 +01:00
},
2019-10-27 23:37:46 +01:00
"version": "0.0.20180605~ynh2",
2018-11-27 17:09:29 +01:00
"url": "https://libreto.net",
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "ljf",
"email": "ljf+libreto_ynh@reflexlibre.net",
"url": "https://reflexlibre.net"
},
"requirements": {
2020-10-11 02:13:43 +02:00
"yunohost": ">= 3.8.5"
2018-11-27 17:09:29 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2020-12-12 09:13:57 +01:00
"php7.0-fpm"
2018-11-27 17:09:29 +01:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2020-12-12 08:56:05 +01:00
"en": "Choose a domain name for Libreto",
"fr": "Choisissez un nom de domaine pour Libreto"
2018-11-27 17:09:29 +01:00
},
"example": "example.com"
},
{
"name": "etherpad_instance",
2020-12-12 09:03:53 +01:00
"type": "string",
2018-11-27 17:09:29 +01:00
"ask": {
"en": "Choose etherpad URL Libreto should use?",
2020-12-12 08:56:05 +01:00
"fr": "Choisissez l'URL de l'instance etherpad que Libreto utilisera ?"
2018-11-27 17:09:29 +01:00
},
"help": {
2020-12-12 08:56:05 +01:00
"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."
2018-11-27 17:09:29 +01:00
},
"optional": true,
2018-11-27 17:09:29 +01:00
"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 ?"
},
2020-12-12 09:04:52 +01:00
"help": {
"en": "If enabled, Libreto will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Libreto sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2018-11-27 17:09:29 +01:00
"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
}
]
}
}