mirror of
https://github.com/YunoHost-Apps/processwire_ynh.git
synced 2024-09-03 20:06:37 +02:00
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "ProcessWire",
|
|
"id": "processwire",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Friendly and powerful open source CMS with a strong API",
|
|
"fr": "CMS open source convivial et puissant avec une API puissante"
|
|
},
|
|
"version": "3.0.200~ynh1",
|
|
"url": "https://processwire.com/",
|
|
"upstream": {
|
|
"license": "MPL",
|
|
"website": "https://processwire.com/",
|
|
"userdoc": "https://processwire.com/docs/",
|
|
"demo": "https://processwire.com/about/demo/",
|
|
"code": "https://github.com/processwire/processwire"
|
|
},
|
|
"license": "MPL",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.9"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm",
|
|
"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",
|
|
"type": "password",
|
|
"help": {
|
|
"en": "Use the help field to add an information for the admin about this question.",
|
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|