You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.8 KiB
76 lines
1.8 KiB
{
|
|
"name": "Tiki",
|
|
"id": "tiki",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Create a beautiful blog or website easily",
|
|
"fr": "Logiciel de création de blog ou de site Web"
|
|
},
|
|
"version": "22.1~ynh1",
|
|
"url": "https://wordpress.org/",
|
|
"license": "GPL-2.0",
|
|
"maintainer": {
|
|
"name": "kay0u",
|
|
"email": "pierre@kayou.io"
|
|
},
|
|
"previous_maintainers": [{
|
|
"name": "Maniack Crudelis",
|
|
"email": "maniackc_dev@crudelis.fr"
|
|
}],
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.2"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.0-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for WordPress",
|
|
"fr": "Choisissez un domaine pour WordPress"
|
|
},
|
|
"example": "domain.org",
|
|
"default": "tiki2.yntest.weblibre.ca"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for WordPress",
|
|
"fr": "Choisissez un chemin pour WordPress"
|
|
},
|
|
"example": "/blog",
|
|
"default": "/"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"ask": {
|
|
"en": "Choose the Tiki administrator (must be an existing YunoHost user)",
|
|
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
|
|
},
|
|
"example": "john",
|
|
"default": "gcossette"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public WordPress site?",
|
|
"fr": "Est-ce un site public ?"
|
|
},
|
|
"default": true,
|
|
"help": {
|
|
"en": "A public WordPress will be publicly visible for everyone. If you're looking for a public blog, you should choose to install a public WordPress.",
|
|
"fr": "Un WordPress public sera visible publiquement pour tous. Si vous recherchez un blog public, vous devriez choisir d'installer un WordPress public."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|