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

54 lines
1.6 KiB
JSON
Raw Normal View History

2017-01-18 11:11:34 +01:00
{
2020-11-02 12:49:10 +01:00
"name": "Yellow",
"id": "yellow",
2017-01-18 11:11:34 +01:00
"packaging_format": 1,
"description": {
2020-11-02 12:49:10 +01:00
"en": "Système de gestion de contenu (CMS) for simple website",
"fr": "Content management system (CMS) pour un site simple"
2017-01-18 11:11:34 +01:00
},
"version": "0.8.20~ynh2",
2017-01-18 11:11:34 +01:00
"url": "https://datenstrom.se/yellow/",
2021-08-13 10:16:31 +02:00
"upstream": {
"license": "GPL-2.0-only",
"website": "https://datenstrom.se/yellow/",
"demo": "https://datenstrom.se/yellow/demo/",
"admindoc": "https://datenstrom.se/yellow/help/",
"code": "https://github.com/datenstrom/yellow/"
},
2020-11-02 12:24:37 +01:00
"license": "GPL-2.0-only",
2017-01-18 11:11:34 +01:00
"maintainer": {
2020-12-06 13:58:43 +01:00
"name": "eric_G"
2017-01-18 11:11:34 +01:00
},
"requirements": {
2021-12-01 12:00:36 +01:00
"yunohost": ">> 4.3.0"
2017-01-18 11:11:34 +01:00
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
2017-01-18 11:11:34 +01:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
2017-01-18 11:11:34 +01:00
},
{
"name": "path",
2020-11-02 12:24:37 +01:00
"type": "path",
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",
2020-12-06 13:58:43 +01:00
"help": {
"en": "If enabled, Yellow will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Yellow sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2017-01-18 11:11:34 +01:00
"default": true
}
]
}
}