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
2019-02-24 18:43:56 +01:00

85 lines
2.5 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": "Blog or CMS storing data in XML.",
"fr": "Blog ou CMS à l'Xml."
},
"version": "5.7",
"url": "https://www.pluxml.org/",
"license": "GPL-2.0-only",
"maintainer": {
"name": "Antoine",
"email": "antoine@miaou.org",
"url": "https://miaou.org"
},
"requirements": {
"yunohost": ">= 3.1.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for PluXml",
"fr": "Choisissez un nom de domaine pour PluXml"
},
"example": "example.com"
},
{
"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": "John"
},
{
"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": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Default language",
"fr": "Langue par défaut"
},
"choices": ["de","en","es","fr","it","nl","pl","pt","po","ro","ru"],
"default": "en"
}
]
}
}