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

54 lines
1.4 KiB
JSON
Raw Normal View History

2022-05-22 12:06:51 +02:00
{
"name": "PmWiki",
"id": "pmwiki",
"packaging_format": 1,
"description": {
2022-05-22 13:20:08 +02:00
"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"
2022-05-22 12:06:51 +02:00
},
2022-05-24 10:26:29 +02:00
"version": "2.3.5~ynh1",
2022-05-22 12:06:51 +02:00
"url": "https://www.pmwiki.org",
"upstream": {
"license": "GPL-2.0-only",
"website": "https://www.pmwiki.org",
"admindoc": "https://www.pmwiki.org/wiki/PmWikiFr/PmWikiFr",
2022-05-24 10:19:54 +02:00
"userdoc": "https://www.pmwiki.org/wiki/PmWikiFr/PmWikiUsers"
2022-05-22 12:06:51 +02:00
},
"license": "GPL-2.0-only",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
2022-08-15 18:32:33 +02:00
"yunohost": ">= 11.0.9"
2022-05-22 12:06:51 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2022-05-24 10:24:47 +02:00
"php8.0-fpm"
2022-05-22 12:06:51 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/pmwiki",
"default": "/pmwiki"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "password",
2022-05-24 09:59:47 +02:00
"type": "password"
2022-05-22 12:06:51 +02:00
}
]
}
}