mirror of
https://github.com/YunoHost-Apps/zwiicms_ynh.git
synced 2024-09-03 18:06:04 +02:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"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 !"
|
|
},
|
|
|
|
"version": "12.2.01~ynh1",
|
|
"url": "https://zwiicms.com",
|
|
"license": "GPL-3.0",
|
|
"maintainer": {
|
|
"name": "pp-r",
|
|
"email": "cippr@cippr.ynh.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.3"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|