2020-05-04 19:13:35 +02:00
|
|
|
{
|
|
|
|
"name": "ZwiiCMS",
|
|
|
|
"id": "zwiicms",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Zwii - the simple, lightweight, database-free (Flat-File), scalable and responsive CMS!",
|
|
|
|
"fr": "Zwii - le CMS simple, léger, sans base de données (Flat-File), modulable et responsive !"
|
|
|
|
},
|
2021-02-14 14:40:10 +01:00
|
|
|
|
2022-06-04 23:24:36 +02:00
|
|
|
"version": "11.5.02~ynh1",
|
2020-05-04 19:13:35 +02:00
|
|
|
"url": "https://zwiicms.com",
|
2020-05-18 18:30:03 +02:00
|
|
|
"license": "GPL-3.0",
|
2020-05-04 19:13:35 +02:00
|
|
|
"maintainer": {
|
|
|
|
"name": "pp-r",
|
2021-01-26 18:50:39 +01:00
|
|
|
"email": "cippr@cippr.ynh.fr"
|
2020-05-04 19:13:35 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
2021-02-14 12:34:50 +01:00
|
|
|
"yunohost": ">= 4.1.3"
|
2020-05-04 19:13:35 +02:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
2021-02-14 14:23:42 +01:00
|
|
|
"nginx"
|
2020-05-04 19:13:35 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain name for ZwiiCMS",
|
|
|
|
"fr": "Choisissez un nom de domaine pour ZwiiCMS"
|
|
|
|
},
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a path for ZwiiCMS",
|
|
|
|
"fr": "Choisissez un chemin pour ZwiiCMS"
|
|
|
|
},
|
|
|
|
"example": "/zwiicms",
|
|
|
|
"default": "/zwiicms"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public application?",
|
|
|
|
"fr": "Est-ce une application publique ?"
|
|
|
|
},
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|