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

74 lines
2 KiB
JSON
Raw Normal View History

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"
},
2022-02-07 14:22:01 +01:00
"version": "4.0.4~ynh1",
2021-05-24 12:31:28 +02:00
"url": "http://www.spip.net/",
2022-02-07 14:14:25 +01:00
"upstream": {
"license": "GPL-3.0-or-later",
"website": "http://www.spip.net/",
"demo": "https://demo.spip.net/",
"admindoc": "https://www.spip.net/en_rubrique209.html",
"userdoc": "https://www.spip.net/en_rubrique57.html",
"code": "https://git.spip.net/spip/spip"
},
2021-05-24 12:31:28 +02:00
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "cyp",
"email": "cyp@rouquin.me"
},
"requirements": {
2022-01-04 11:59:04 +01:00
"yunohost": ">= 4.3.2"
2021-05-24 12:31:28 +02:00
},
"multi_instance": true,
"services": [
"nginx",
"mysql"
],
"arguments": {
2022-02-07 14:14:25 +01:00
"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"
},
2022-02-07 14:14:25 +01:00
"choices": [
"Administrator",
"Editor",
"Visitor"
],
2021-05-24 12:31:28 +02:00
"default": "Editor"
}
]
}
2019-04-09 00:19:46 +02:00
}