1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pmwiki_ynh.git synced 2024-09-03 20:06:40 +02:00
pmwiki_ynh/manifest.json
2022-05-22 17:08:16 +02:00

58 lines
1.7 KiB
JSON

{
"name": "PmWiki",
"id": "pmwiki",
"packaging_format": 1,
"description": {
"en": "wiki-based content-management system (CMS) for collaborative creation and maintenance of websites",
"fr": "Système de type wiki pour la création et l'entretien collectif de sites Internet"
},
"version": "2.3.4~ynh1",
"url": "https://www.pmwiki.org",
"upstream": {
"license": "GPL-2.0-only",
"website": "https://www.pmwiki.org",
"demo": "https://demo.example.com",
"admindoc": "https://www.pmwiki.org/wiki/PmWikiFr/PmWikiFr",
"userdoc": "https://www.pmwiki.org/wiki/PmWikiFr/PmWikiUsers"
},
"license": "GPL-2.0-only",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/pmwiki",
"default": "/pmwiki"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"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."
}
}
]
}
}