1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yellow_ynh.git synced 2024-09-03 20:36:12 +02:00
yellow_ynh/manifest.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2017-01-18 11:11:34 +01:00
{
2020-11-02 12:24:37 +01:00
"name": "Yellow CMS",
2017-01-18 11:12:24 +01:00
"id": "yellowcms",
2017-01-18 11:11:34 +01:00
"packaging_format": 1,
"description": {
"en": "CMS for simple website",
"fr": "CMS pour un site simple"
},
2020-11-02 12:24:37 +01:00
"version": "0.8.16~ynh1",
2017-01-18 11:11:34 +01:00
"url": "https://datenstrom.se/yellow/",
2020-11-02 12:24:37 +01:00
"license": "GPL-2.0-only",
2017-01-18 11:11:34 +01:00
"maintainer": {
"name": "John doe",
"email": "john.doe@example.com",
"url": "http://example.com"
},
"requirements": {
2020-11-02 12:24:37 +01:00
"yunohost": ">> 3.8.1"
2017-01-18 11:11:34 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2020-11-02 12:24:37 +01:00
"php7.0-fpm"
2017-01-18 11:11:34 +01:00
],
"arguments": {
"install" : [
{
"name": "domain",
2020-11-02 12:24:37 +01:00
"type": "domain",
2017-01-18 11:11:34 +01:00
"ask": {
2020-11-02 12:24:37 +01:00
"en": "Choose a domain name for Yellow CMS",
"fr": "Choisissez un nom de domaine pour Yellow CMS"
2017-01-18 11:11:34 +01:00
},
"example": "example.com"
},
{
"name": "path",
2020-11-02 12:24:37 +01:00
"type": "path",
2017-01-18 11:11:34 +01:00
"ask": {
2020-11-02 12:24:37 +01:00
"en": "Choose a path for Yellow CMS",
"fr": "Choisissez un chemin pour Yellow CMS"
2017-01-18 11:11:34 +01:00
},
"example": "/example",
2020-11-02 12:24:37 +01:00
"default": "/yellow"
2017-01-18 11:11:34 +01:00
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}