1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/SitemagicCMS_ynh.git synced 2024-09-03 20:26:13 +02:00
sitemagiccms_ynh/manifest.json

68 lines
1.7 KiB
JSON
Raw Normal View History

2021-08-24 17:00:04 +02:00
{
"name": "Sitemagic CMS",
2021-08-24 18:11:43 +02:00
"id": "sitemagiccms",
2021-08-24 17:00:04 +02:00
"packaging_format": 1,
"description": {
"en": "Content Management System",
"fr": "Système de gestion de contenu"
},
2021-11-26 10:29:19 +01:00
"version": "4.4.2~ynh2",
2021-08-24 17:00:04 +02:00
"url": "https://sitemagic.org/",
"upstream": {
2021-11-26 10:29:19 +01:00
"license": "FSFULLR",
2021-08-24 17:00:04 +02:00
"website": "https://sitemagic.org/",
"admindoc": "https://sitemagic.org/sites/cms-guide/",
"code": "https://github.com/Jemt/SitemagicCMS"
},
2021-11-26 10:29:19 +01:00
"license": "FSFULLR",
2021-08-24 17:00:04 +02:00
"maintainer": {
2021-08-29 11:17:24 +02:00
"name": "eric_G",
2021-08-24 17:23:18 +02:00
"email": ""
2021-08-24 17:00:04 +02:00
},
"requirements": {
2021-11-22 23:41:27 +01:00
"yunohost": ">= 4.3.0"
2021-08-24 17:00:04 +02:00
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-19 10:09:46 +02:00
"type": "domain"
2021-08-24 17:00:04 +02:00
},
{
"name": "path",
"type": "path",
"example": "/sitemagic",
"default": "/sitemagic"
},
{
"name": "admin",
2021-09-19 10:09:46 +02:00
"type": "user"
2021-08-24 17:00:04 +02:00
},
{
"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": ["da", "de", "el", "fr", "en", "sr"],
"default": "fr"
},
{
"name": "password",
2021-09-19 10:09:46 +02:00
"type": "password"
2021-08-24 17:00:04 +02:00
}
]
}
}