mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
84 lines
1.8 KiB
JSON
84 lines
1.8 KiB
JSON
{
|
||
"name": "SPIP",
|
||
"id": "spip",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "SPIP - publishing system for the Internet",
|
||
"fr": "SPIP - Système de publication pour l’Internet"
|
||
},
|
||
"version": "3.2.5~ynh1",
|
||
"url": "http://www.spip.net/",
|
||
"license": "GPL-3.0-or-later",
|
||
"maintainer": {
|
||
"name": "cyp",
|
||
"email": "cyp@rouquin.me"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 3.2.2"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php7.0-fpm",
|
||
"mysql"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"ask": {
|
||
"en": "Choose a domain name for SPIP",
|
||
"fr": "Choisissez un nom de domaine pour SPIP"
|
||
},
|
||
"example": "example.org"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"ask": {
|
||
"en": "Choose a path for SPIP",
|
||
"fr": "Choisissez un chemin pour SPIP"
|
||
},
|
||
"example": "/spip",
|
||
"default": "/spip"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"ask": {
|
||
"en": "Choose the SPIP administrator (must be an existing YunoHost user)",
|
||
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
|
||
},
|
||
"example": "johndoe"
|
||
},
|
||
{
|
||
"name": "password",
|
||
"type": "password",
|
||
"ask": {
|
||
"en": "Choose the SPIP password for the administrator",
|
||
"fr": "Choisissez un mot de passe pour l'administrateur"
|
||
}
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"ask": {
|
||
"en": "Is it a public SPIP site ?",
|
||
"fr": "Est-ce un site public ?"
|
||
},
|
||
"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"
|
||
}
|
||
]
|
||
}
|
||
}
|