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

60 lines
1.5 KiB
JSON
Raw Normal View History

2022-10-18 22:53:40 +02:00
{
"name": "ProcessWire",
"id": "processwire",
"packaging_format": 1,
"description": {
2022-10-18 23:13:01 +02:00
"en": "Friendly and powerful open source CMS with a strong API",
"fr": "CMS open source convivial et puissant avec une API puissante"
2022-10-18 22:53:40 +02:00
},
2023-01-07 07:41:24 +01:00
"version": "3.0.210~ynh1",
2022-10-18 22:53:40 +02:00
"url": "https://processwire.com/",
"upstream": {
2022-10-18 23:26:12 +02:00
"license": "MPL-2.0",
2022-10-18 22:53:40 +02:00
"website": "https://processwire.com/",
"userdoc": "https://processwire.com/docs/",
"demo": "https://processwire.com/about/demo/",
"code": "https://github.com/processwire/processwire"
},
2022-10-18 23:26:12 +02:00
"license": "MPL-2.0",
2022-10-18 22:53:40 +02:00
"maintainer": {
2023-01-07 07:39:08 +01:00
"name": "eric_G",
2022-10-18 23:13:01 +02:00
"email": ""
2022-10-18 22:53:40 +02:00
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
2023-01-07 07:39:08 +01:00
"php8.0-fpm",
2022-10-18 22:53:40 +02:00
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/processwire",
"default": "/processwire"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
2022-10-18 23:26:12 +02:00
"type": "password"
2022-10-18 22:53:40 +02:00
}
]
}
}