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

69 lines
2.1 KiB
JSON
Raw Normal View History

2018-04-23 22:40:01 +02:00
{
2019-06-01 19:22:51 +02:00
"name": "PrettyNoemie CMS",
2018-04-27 08:45:18 +02:00
"id": "prettynoemiecms",
2018-04-23 22:40:01 +02:00
"packaging_format": 1,
"description": {
2019-11-29 04:46:17 +01:00
"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."
2018-04-23 22:40:01 +02:00
},
2020-04-24 01:42:27 +02:00
"version": "2020.01.07~ynh1",
2018-04-27 08:45:18 +02:00
"url": "https://framagit.org/framasoft/PrettyNoemieCMS",
2019-06-01 19:22:51 +02:00
"license": "AGPL-3.0",
2018-04-23 22:40:01 +02:00
"maintainer": {
2019-06-01 19:22:51 +02:00
"name": "kay0u",
"email": "pierre@kayou.io"
2018-04-23 22:40:01 +02:00
},
"requirements": {
2021-05-01 08:45:30 +02:00
"yunohost": ">= 4.1.7"
2018-04-23 22:40:01 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2021-05-01 08:45:30 +02:00
"php7.3-fpm"
2018-04-23 22:40:01 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
2018-04-27 08:45:18 +02:00
"example": "/prettynoemiecms",
"default": "/prettynoemiecms"
2018-04-23 22:40:01 +02:00
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"default": true
2019-06-01 19:22:51 +02:00
},
{
"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"
2018-04-23 22:40:01 +02:00
}
]
}
}