1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bludit_ynh.git synced 2024-09-03 18:06:13 +02:00
bludit_ynh/manifest.json

61 lines
1.4 KiB
JSON
Raw Normal View History

2020-10-14 12:53:53 +02:00
{
"name": "Bludit",
"id": "bludit",
"packaging_format": 1,
"description": {
"en": "Simple, Fast, Secure, Flat-File CMS",
"fr": "CMS simple, rapide, sécurisé et à fichier plat"
},
2020-12-07 10:42:07 +01:00
"version": "3.13.1~ynh2",
2020-10-14 12:53:53 +02:00
"url": "www.bludit.com",
"license": "MIT",
"maintainer": {
2020-11-18 09:53:40 +01:00
"name": "eric_G",
2020-10-14 12:53:53 +02:00
"email": ""
},
"requirements": {
2020-12-07 10:42:07 +01:00
"yunohost": ">= 4.0.0"
2020-10-14 12:53:53 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2020-10-14 13:09:57 +02:00
"php7.0-fpm"
2020-10-14 12:53:53 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Bludit",
"fr": "Choisissez un domaine pour Bludit"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Bludit",
"fr": "Choisissez un chemin pour Bludit"
},
"example": "/bludit",
"default": "/bludit"
2020-10-14 13:24:30 +02:00
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
2020-12-04 11:19:19 +01:00
"help": {
"en": "If enabled, Bludit will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Bludit sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2020-10-14 13:24:30 +02:00
"default": true
2020-10-14 12:53:53 +02:00
}
]
}
}