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",
2022-05-31 17:27:52 +02:00
"fr": "CMS rapide sans base de données"
2022-05-14 11:23:52 +02:00
},
2022-06-06 08:43:35 +02:00
"version": "3.3.2~ynh2",
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": {
2022-08-26 21:29:00 +02:00
"yunohost": ">= 11.0.9"
2022-05-14 11:23:52 +02:00
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
2022-06-06 08:49:42 +02:00
"install": [
2022-05-14 11:23:52 +02:00
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/wondercms",
"default": "/wondercms"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}