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

56 lines
1.5 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
},
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": {
2020-11-02 12:49:10 +01:00
"name": ""
2017-01-18 11:11:34 +01:00
},
"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:49:10 +01:00
"en": "Choose a domain name for Yellow",
"fr": "Choisissez un nom de domaine pour Yellow"
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:49:10 +01:00
"en": "Choose a path for Yellow",
"fr": "Choisissez un chemin pour Yellow"
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
}
]
}
}