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

79 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "PluXml",
"id": "pluxml",
"packaging_format": 1,
"description": {
"en": "A fast and light blog/CMS with XML",
"fr": "Blog ou CMS à l'Xml, rapide et léger"
},
"url": "http://www.pluxml.org",
"license": "free",
"maintainer": {
"name": "matlink",
"email": "matlink@matlink.fr"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for PluXml",
"fr": "Choisissez un nom de domaine pour PluXml"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for PluXml",
"fr": "Choisissez un chemin pour PluXml"
},
"example": "/pluxml",
"default": "/pluxml"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user for PluXml",
"fr": "Choisissez ladministrateur de PluXml"
},
"example": "homer"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Choose an admin password for PluXml",
"fr": "Choisissez un mot de passe administrateur pour PluXml"
},
"example": "super_secret_password"
},
{
"name": "public_site",
"ask": {
"en": "Should this application be public?",
"fr": "Est-ce que cette application doit être visible publiquement ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
},
{
"name": "default_lang",
"ask": {
"en": "Default language",
"fr": "Langue par défaut"
},
"choices": ["de","en","es","fr","it","nl","pl","pt","po","ro","ru"],
"default": "en"
}
]
}
}