2017-02-23 13:58:50 +01:00
|
|
|
{
|
2021-05-24 12:31:28 +02:00
|
|
|
"name": "SPIP",
|
|
|
|
"id": "spip",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "CMS with a focus on collaborative edition and multilingualism",
|
|
|
|
"fr": "CMS conçu pour l'édition collaborative et le multilinguisme"
|
|
|
|
},
|
2021-12-30 14:08:38 +01:00
|
|
|
"version": "4.0.1~ynh1",
|
2021-05-24 12:31:28 +02:00
|
|
|
"url": "http://www.spip.net/",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "cyp",
|
|
|
|
"email": "cyp@rouquin.me"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-12-31 08:57:46 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2021-05-24 12:31:28 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
2021-05-18 04:02:21 +02:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-12-31 08:57:46 +01:00
|
|
|
"type": "domain"
|
2021-05-18 04:02:21 +02:00
|
|
|
},
|
2021-05-24 12:31:28 +02:00
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/spip",
|
|
|
|
"default": "/spip"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
2021-12-31 08:57:46 +01:00
|
|
|
"type": "user"
|
2021-05-24 12:31:28 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
2021-12-31 08:57:46 +01:00
|
|
|
"type": "password"
|
2021-05-24 12:31:28 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "users_status",
|
|
|
|
"type": "string",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose the status of YunoHost users",
|
|
|
|
"fr": "Choisissez le status des utilisateurs de YunoHost"
|
|
|
|
},
|
|
|
|
"choices": ["Administrator", "Editor", "Visitor"],
|
|
|
|
"default": "Editor"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2019-04-09 00:19:46 +02:00
|
|
|
}
|