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

65 lines
1.3 KiB
JSON
Raw Normal View History

2017-02-23 13:58:50 +01:00
{
2017-02-23 13:53:48 +01:00
"name": "SPIP",
"id": "spip",
"packaging_format": 1,
"description": {
2020-12-14 13:15:15 +01:00
"en": "CMS with a focus on collaborative edition and multilingualism",
"fr": "CMS conçu pour l'édition collaborative et le multilinguisme"
2017-02-23 13:53:48 +01:00
},
2021-03-30 16:25:50 +02:00
"version": "3.2.11~ynh2",
2017-02-23 13:53:48 +01:00
"url": "http://www.spip.net/",
2019-03-10 02:20:27 +01:00
"license": "GPL-3.0-or-later",
2017-02-23 13:53:48 +01:00
"maintainer": {
"name": "cyp",
2017-02-23 13:58:50 +01:00
"email": "cyp@rouquin.me"
2017-02-23 13:53:48 +01:00
},
"requirements": {
2021-05-18 04:02:21 +02:00
"yunohost": ">= 4.1.0"
2017-02-23 13:53:48 +01:00
},
"multi_instance": true,
"services": [
"nginx",
"mysql"
],
"arguments": {
"install" : [
2021-05-18 04:02:21 +02:00
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
2017-02-23 13:53:48 +01:00
{
"name": "path",
"type": "path",
"example": "/spip",
"default": "/spip"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
2019-03-10 02:20:27 +01:00
"name": "password",
"type": "password",
2021-05-18 04:02:21 +02:00
"example": "Choose a password"
2017-02-23 13:53:48 +01:00
},
{
2019-03-10 02:20:27 +01:00
"name": "is_public",
"type": "boolean",
"default": true
2017-03-05 19:42:06 +01:00
},
{
2019-03-10 02:20:27 +01:00
"name": "users_status",
2019-03-10 11:35:09 +01:00
"type": "string",
2017-03-05 19:42:06 +01:00
"ask": {
2019-03-10 02:20:27 +01:00
"en": "Choose the status of YunoHost users",
"fr": "Choisissez le status des utilisateurs de YunoHost"
2017-03-05 19:42:06 +01:00
},
2019-03-10 02:20:27 +01:00
"choices": ["Administrator", "Editor", "Visitor"],
"default": "Editor"
2017-02-23 13:53:48 +01:00
}
]
}
2019-04-09 00:19:46 +02:00
}