1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/getsimple_ynh.git synced 2024-09-03 18:36:25 +02:00
getsimple_ynh/manifest.json
2023-06-10 11:21:00 +02:00

73 lines
No EOL
1.9 KiB
JSON

{
"name": "GetSimple",
"id": "getsimple",
"packaging_format": 1,
"description": {
"en": "Flatfile CMS that works fast and efficient",
"fr": "Flatfile CMS that works fast and efficient"
},
"version": "3.3.16~ynh2",
"url": "http://get-simple.info",
"upstream": {
"license": "GPL-3.0",
"website": "http://get-simple.info",
"admindoc": "http://get-simple.info/wiki/fr:start",
"code": "https://github.com/GetSimpleCMS/GetSimpleCMS",
"cpe": "cpe:2.3:a:get-simple:getsimple_cms"
},
"license": "GPL-3.0",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/getsimple",
"default": "/getsimple"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": [
"de_DE",
"en_US",
"fr_FR",
"nl_NL"
],
"default": "fr_FR"
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password"
}
]
}
}