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
|
|
|
|
},
|
2022-06-27 22:35:56 +02: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",
|
2022-05-14 11:08:11 +02:00
|
|
|
|
"php8.0-fpm"
|
2017-01-18 11:11:34 +01:00
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2021-09-24 13:44:28 +02:00
|
|
|
|
"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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2017-01-18 11:11:34 +01:00
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|