mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
75 lines
No EOL
2.1 KiB
JSON
75 lines
No EOL
2.1 KiB
JSON
{
|
||
"name": "SPIP",
|
||
"id": "spip",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "SPIP - publishing system for the Internet",
|
||
"fr": "SPIP - Système de publication pour l’Internet"
|
||
},
|
||
"url": "http://www.spip.net/",
|
||
"license": "free",
|
||
"maintainer": {
|
||
"name": "cyp",
|
||
"email": "cyp@rouquin.me",
|
||
"url": "http://www.rouquin.me"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">> 2.4.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php5-fpm",
|
||
"mysql"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"ask": {
|
||
"en": "Choose a domain name for SPIP",
|
||
"fr": "Choisissez un nom de domaine pour SPIP"
|
||
},
|
||
"example": "example.com"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"ask": {
|
||
"en": "Choose a path for SPIP",
|
||
"fr": "Choisissez un chemin pour SPIP"
|
||
},
|
||
"example": "/example",
|
||
"default": "/example"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"ask": {
|
||
"en": "Choose an admin user",
|
||
"fr": "Choisissez l’administrateur"
|
||
},
|
||
"example": "johndoe"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"ask": {
|
||
"en": "Is it a public SPIP site ?",
|
||
"fr": "Est-ce un site public ?"
|
||
},
|
||
"choices": ["Yes", "No"],
|
||
"default": "Yes"
|
||
},
|
||
{
|
||
"name": "language",
|
||
"ask": {
|
||
"en": "Choose the application language",
|
||
"fr": "Choisissez la langue de l'application"
|
||
},
|
||
"choices": ["en_EN", "fr_FR"],
|
||
"default": "fr_FR"
|
||
}
|
||
]
|
||
}
|
||
} |