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
|
|
|
"demo": "https://demo.example.com",
|
|
|
|
"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
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|