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

67 lines
1.9 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": {
2021-10-08 22:53:22 +02:00
"en": "Ergonomic, simple and elegant CMS to build in no time landpage websites with modern design",
"fr": "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
},
2022-06-26 18:01:41 +02:00
"version": "2022.06.26~ynh1",
2018-04-27 08:45:18 +02:00
"url": "https://framagit.org/framasoft/PrettyNoemieCMS",
2022-03-25 14:01:25 +01:00
"upstream": {
"license": "AGPL-3.0",
"userdoc": "https://framagit.org/framasoft/PrettyNoemieCMS",
"code": "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": {
2022-03-25 13:52:50 +01:00
"yunohost": ">= 4.3.0"
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": {
2022-06-26 18:01:41 +02:00
"install": [
2018-04-23 22:40:01 +02:00
{
"name": "domain",
2021-10-08 22:53:22 +02:00
"type": "domain"
2018-04-23 22:40:01 +02:00
},
{
"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": "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"
},
2022-06-26 18:01:41 +02:00
{
"name": "admin",
"type": "user"
},
2019-06-01 19:22:51 +02:00
{
"name": "password",
2021-10-08 22:53:22 +02:00
"type": "password"
2018-04-23 22:40:01 +02:00
}
]
}
}