1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/manifest.json

75 lines
2.1 KiB
JSON
Raw Normal View History

2015-04-28 17:05:35 +02:00
{
2016-09-20 15:55:49 +02:00
"name": "SPIP",
2015-04-28 17:05:35 +02:00
"id": "spip",
2016-09-20 02:01:59 +02:00
"packaging_format": 1,
2015-04-28 17:05:35 +02:00
"description": {
"en": "SPIP - publishing system for the Internet",
"fr": "SPIP - Système de publication pour lInternet"
},
2016-09-20 02:01:59 +02:00
"url": "http://www.spip.net/",
"license": "free",
2016-08-29 16:55:20 +02:00
"maintainer": {
2015-04-28 17:05:35 +02:00
"name": "cyp",
"email": "cyp@rouquin.me",
2016-08-29 16:55:20 +02:00
"url": "http://www.rouquin.me"
},
"requirements": {
"yunohost": ">> 2.4.0"
2015-04-28 17:05:35 +02:00
},
2016-09-20 02:01:59 +02:00
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
2015-04-28 17:05:35 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2016-09-20 02:01:59 +02:00
"type": "domain",
2015-04-28 17:05:35 +02:00
"ask": {
2016-09-20 02:01:59 +02:00
"en": "Choose a domain name for SPIP",
"fr": "Choisissez un nom de domaine pour SPIP"
2015-04-28 17:05:35 +02:00
},
2016-09-20 02:01:59 +02:00
"example": "example.com"
2015-04-28 17:05:35 +02:00
},
{
"name": "path",
2016-09-20 02:01:59 +02:00
"type": "path",
2015-04-28 17:05:35 +02:00
"ask": {
2016-09-20 02:01:59 +02:00
"en": "Choose a path for SPIP",
"fr": "Choisissez un chemin pour SPIP"
2015-04-28 17:05:35 +02:00
},
2016-09-20 02:01:59 +02:00
"example": "/example",
"default": "/example"
2015-04-28 17:40:10 +02:00
},
{
"name": "admin",
2016-09-20 02:01:59 +02:00
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"ask": {
2016-09-20 15:25:39 +02:00
"en": "Is it a public SPIP site ?",
2016-09-20 15:11:38 +02:00
"fr": "Est-ce un site public ?"
2016-09-20 02:01:59 +02:00
},
2016-09-20 15:11:38 +02:00
"choices": ["Yes", "No"],
"default": "Yes"
2016-09-20 02:01:59 +02:00
},
{
"name": "language",
2015-04-28 17:40:10 +02:00
"ask": {
2016-09-20 02:01:59 +02:00
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
2015-04-28 17:40:10 +02:00
},
2017-02-21 16:53:54 +01:00
"choices": ["en_EN", "fr_FR"],
"default": "fr_FR"
2015-04-28 17:05:35 +02:00
}
]
}
}