mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
Create manifest.json
This commit is contained in:
parent
845d76c37c
commit
3b1ef449d4
1 changed files with 81 additions and 0 deletions
81
manifest.json
Normal file
81
manifest.json
Normal file
|
@ -0,0 +1,81 @@
|
||||||
|
{
|
||||||
|
"name": "Roadiz",
|
||||||
|
"id": "roadiz",
|
||||||
|
"packaging_format": 1,
|
||||||
|
"requirements": {
|
||||||
|
"yunohost": ">> 2.3.15"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"en": "Create a modern Website",
|
||||||
|
"fr": "Créer un site web moderne avec un CMS polymorphique"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"url": "www.roadiz.io",
|
||||||
|
"maintainer": {
|
||||||
|
"name": "frju365",
|
||||||
|
"email": "win10@tutanota.com"
|
||||||
|
},
|
||||||
|
"multi_instance": true,
|
||||||
|
"services": [
|
||||||
|
"nginx",
|
||||||
|
"php5-fpm"
|
||||||
|
],
|
||||||
|
"arguments": {
|
||||||
|
"install" : [
|
||||||
|
{
|
||||||
|
"name": "domain",
|
||||||
|
"type": "domain",
|
||||||
|
"ask": {
|
||||||
|
"en": "Choose a domain for Roadiz",
|
||||||
|
"fr": "Choisissez un domaine pour Roadiz"
|
||||||
|
},
|
||||||
|
"example": "domain.org"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "path",
|
||||||
|
"type": "path",
|
||||||
|
"ask": {
|
||||||
|
"en": "Choose a path for Roadiz",
|
||||||
|
"fr": "Choisissez un chemin pour Roadiz"
|
||||||
|
},
|
||||||
|
"example": "/roadiz",
|
||||||
|
"default": "/roadiz"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "is_public",
|
||||||
|
"ask": {
|
||||||
|
"en": "Is it a public Roadiz site ?",
|
||||||
|
"fr": "Est-ce un site public ?"
|
||||||
|
},
|
||||||
|
"choices": ["Yes", "No"],
|
||||||
|
"default": "Yes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "admin_name",
|
||||||
|
"type": "user",
|
||||||
|
"ask": {
|
||||||
|
"en": "Choose the Roadiz administrator (must be an existing YunoHost user)",
|
||||||
|
"fr": "Choisissez l'administrateur de Roadiz (doit être un utilisateur YunoHost existant)"
|
||||||
|
},
|
||||||
|
"example": "homer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "admin_pass",
|
||||||
|
"type": "password",
|
||||||
|
"ask": {
|
||||||
|
"en": "Set the password for the Admin user ≥ 5 character",
|
||||||
|
"fr": "Définissez le mot de passe pour l'Administrateur. ≥ cinq charactères"
|
||||||
|
},
|
||||||
|
"example": "myreallystrengthpassword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "admin_email",
|
||||||
|
"type": "email",
|
||||||
|
"ask": {
|
||||||
|
"fr": "Votre adresse mail."
|
||||||
|
},
|
||||||
|
"exemple": "abc@efg.hi"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue