mirror of
https://github.com/YunoHost-Apps/SitemagicCMS_ynh.git
synced 2024-09-03 20:26:13 +02:00
75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
|
{
|
||
|
"name": "Sitemagic CMS",
|
||
|
"id": "sitemagic",
|
||
|
"packaging_format": 1,
|
||
|
"description": {
|
||
|
"en": "Content Management System",
|
||
|
"fr": "Système de gestion de contenu"
|
||
|
},
|
||
|
"version": "4.4.2~ynh1",
|
||
|
"url": "https://sitemagic.org/",
|
||
|
"upstream": {
|
||
|
"license": "free",
|
||
|
"website": "https://sitemagic.org/",
|
||
|
"admindoc": "https://sitemagic.org/sites/cms-guide/",
|
||
|
"code": "https://github.com/Jemt/SitemagicCMS"
|
||
|
},
|
||
|
"license": "free",
|
||
|
"maintainer": {
|
||
|
"name": "John doe",
|
||
|
"email": "john.doe@example.com"
|
||
|
},
|
||
|
"requirements": {
|
||
|
"yunohost": ">= 4.2.4"
|
||
|
},
|
||
|
"multi_instance": true,
|
||
|
"services": [
|
||
|
"nginx",
|
||
|
"php7.3-fpm"
|
||
|
],
|
||
|
"arguments": {
|
||
|
"install" : [
|
||
|
{
|
||
|
"name": "domain",
|
||
|
"type": "domain",
|
||
|
"example": "example.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "path",
|
||
|
"type": "path",
|
||
|
"example": "/sitemagic",
|
||
|
"default": "/sitemagic"
|
||
|
},
|
||
|
{
|
||
|
"name": "admin",
|
||
|
"type": "user",
|
||
|
"example": "johndoe"
|
||
|
},
|
||
|
{
|
||
|
"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",
|
||
|
"help": {
|
||
|
"en": "Use the help field to add an information for the admin about this question.",
|
||
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
||
|
},
|
||
|
"example": "Choose a password"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|