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

83 lines
1.8 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": {
"en": "SPIP - publishing system for the Internet",
"fr": "SPIP - Système de publication pour lInternet"
},
2019-03-10 02:20:27 +01:00
"version": "3.2.3~ynh1",
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": {
2019-03-10 02:20:27 +01:00
"yunohost": ">= 3.2.2"
2017-02-23 13:53:48 +01:00
},
"multi_instance": true,
"services": [
"nginx",
"php5-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"
},
{
2019-03-10 02:20:27 +01:00
"name": "password",
"type": "password",
2017-02-23 13:53:48 +01:00
"ask": {
2019-03-10 02:20:27 +01:00
"en": "Choose the SPIP password for the administrator",
"fr": "Choisissez un mot de passe pour l'administrateur"
}
2017-02-23 13:53:48 +01:00
},
{
2019-03-10 02:20:27 +01:00
"name": "is_public",
"type": "boolean",
2017-02-23 13:53:48 +01:00
"ask": {
2019-03-10 02:20:27 +01:00
"en": "Is it a public SPIP site ?",
"fr": "Est-ce un site public ?"
2017-02-23 13:53:48 +01:00
},
2019-03-10 02:20:27 +01:00
"default": true
2017-03-05 19:42:06 +01:00
},
{
2019-03-10 02:20:27 +01:00
"name": "users_status",
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
}
]
}
2015-04-28 17:05:35 +02:00
}