1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00
pluxml_ynh/manifest.json
2021-08-05 00:51:27 +02:00

77 lines
2.2 KiB
JSON

{
"name": "PluXml",
"id": "pluxml",
"packaging_format": 1,
"description": {
"en": "Blog or CMS storing data in XML format.",
"fr": "Blog ou CMS stockant des données au format XML."
},
"version": "5.8.7~ynh1",
"url": "https://www.pluxml.org/",
"upstream": {
"license": "GPL-2.0-only",
"website": "https://www.pluxml.org/",
"demo": "https://demo.pluxml.org/",
"admindoc": "https://wiki.pluxml.org/",
"userdoc": "https://yunohost.org/#/app_pluxml",
"code": "https://github.com/pluxml/PluXml"
},
"license": "GPL-2.0-only",
"maintainer": {
"name": "Antoine",
"email": "antoine@miaou.org",
"url": "https://miaou.org"
},
"requirements": {
"yunohost": ">= 4.2.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/pluxml",
"default": "/pluxml"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If checked, the app will be public",
"fr": "Si cochée, votre application sera publique"
},
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Default language",
"fr": "Langue par défaut"
},
"choices": ["de","en","es","fr","it","nl","oc","pl","pt","ro","ru"],
"default": "en"
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
}
]
}
}