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

48 lines
1.4 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
},
2021-03-19 14:34:14 +01:00
"version": "0.8.17~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": {
2020-12-06 13:58:43 +01:00
"name": "eric_G"
2017-01-18 11:11:34 +01:00
},
"requirements": {
2021-03-15 22:39:25 +01:00
"yunohost": ">> 4.1.7"
2017-01-18 11:11:34 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2021-03-15 22:39:25 +01:00
"php7.3-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
"example": "example.com"
},
{
"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
}
]
}
}