1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wondercms_ynh.git synced 2024-09-03 18:06:16 +02:00
wondercms_ynh/manifest.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2022-05-14 11:23:52 +02:00
{
"name": "Wondercms",
"id": "wondercms",
"packaging_format": 1,
"description": {
"en": "Fast and small flat file CMS",
"fr": "Fast and small flat file CMS"
},
2022-05-31 16:41:27 +02:00
"version": "3.3.2~ynh1",
2022-05-14 11:23:52 +02:00
"url": "https://wondercms.com",
"upstream": {
"license": "MIT",
"website": "https://wondercms.com",
"demo": "https://www.wondercms.com/demo/",
"admindoc": "https://github.com/robiso/wondercms/wiki",
"code": "https://github.com/robiso/wondercms"
},
"license": "MIT",
"maintainer": {
2022-05-31 17:25:53 +02:00
"name": "eric_G",
"email": ""
2022-05-14 11:23:52 +02:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/wondercms",
"default": "/wondercms"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}