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

73 lines
1.8 KiB
JSON
Raw Normal View History

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