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
2021-12-30 14:08:38 +01:00

64 lines
1.7 KiB
JSON

{
"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"
},
"version": "4.0.1~ynh1",
"url": "http://www.spip.net/",
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "cyp",
"email": "cyp@rouquin.me"
},
"requirements": {
"yunohost": ">= 4.2.7"
},
"multi_instance": true,
"services": [
"nginx",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/spip",
"default": "/spip"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
},
{
"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"
}
]
}
}