1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git synced 2024-09-03 20:06:36 +02:00
prettynoemiecms_ynh/manifest.json
ericgaspar f0b6f6137f Fix
2021-05-01 08:45:30 +02:00

68 lines
2.1 KiB
JSON

{
"name": "PrettyNoemie CMS",
"id": "prettynoemiecms",
"packaging_format": 1,
"description": {
"en": "An ergonomic, simple and elegant CMS to build in no time landpage websites with modern design.",
"fr": "Un CMS ergonomique, simple et élégant pour construire en un rien de temps des sites vitrines avec un design moderne."
},
"version": "2020.01.07~ynh1",
"url": "https://framagit.org/framasoft/PrettyNoemieCMS",
"license": "AGPL-3.0",
"maintainer": {
"name": "kay0u",
"email": "pierre@kayou.io"
},
"requirements": {
"yunohost": ">= 4.1.7"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/prettynoemiecms",
"default": "/prettynoemiecms"
},
{
"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": ["fr_FR", "en_EN"],
"default": "fr_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"
}
]
}
}