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
2022-01-20 09:14:38 +01:00

67 lines
1.7 KiB
JSON

{
"name": "Sitemagic CMS",
"id": "sitemagiccms",
"packaging_format": 1,
"description": {
"en": "Content Management System",
"fr": "Système de gestion de contenu"
},
"version": "4.4.2~ynh3",
"url": "https://sitemagic.org/",
"upstream": {
"license": "FSFULLR",
"website": "https://sitemagic.org/",
"admindoc": "https://sitemagic.org/sites/cms-guide/",
"code": "https://github.com/Jemt/SitemagicCMS"
},
"license": "FSFULLR",
"maintainer": {
"name": "eric_G",
"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": "/sitemagic",
"default": "/sitemagic"
},
{
"name": "admin",
"type": "user"
},
{
"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",
"type": "password"
}
]
}
}