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

49 lines
1.1 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": {
2021-03-07 20:55:20 +01:00
"yunohost": ">= 4.1.7"
2020-10-14 12:53:53 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2021-01-25 23:50:49 +01:00
"php7.3-fpm"
2020-10-14 12:53:53 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/bludit",
"default": "/bludit"
2020-10-14 13:24:30 +02:00
},
{
"name": "is_public",
"type": "boolean",
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
}
]
}
}