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

79 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": {
2021-11-12 13:35:59 +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
},
2022-06-19 18:36:29 +02:00
"version": "0.0.20180605~ynh4",
2018-11-27 17:09:29 +01:00
"url": "https://libreto.net",
2021-07-02 15:29:02 +02:00
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://libreto.net",
"demo": "https://libreto.net",
"code": "https://github.com/Ventricule/libreto"
},
2018-11-27 17:09:29 +01:00
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "ljf",
"email": "ljf+libreto_ynh@reflexlibre.net",
"url": "https://reflexlibre.net"
},
"requirements": {
2021-11-22 23:33:20 +01:00
"yunohost": ">= 4.3.0"
2018-11-27 17:09:29 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2021-04-23 07:37:15 +02:00
"php7.3-fpm"
2018-11-27 17:09:29 +01:00
],
"arguments": {
2022-06-15 22:53:07 +02:00
"install": [
2018-11-27 17:09:29 +01:00
{
"name": "domain",
2021-11-12 13:35:59 +01:00
"type": "domain"
2018-11-27 17:09:29 +01:00
},
2021-09-29 22:35:14 +02:00
{
"name": "path",
"type": "path",
"example": "/libreto",
"default": "/libreto"
},
2022-06-15 22:53:07 +02:00
{
"name": "is_public",
"type": "boolean",
"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."
},
"default": true
},
2018-11-27 17:09:29 +01:00
{
"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": "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
}
]
}
}