1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00
minchat_ynh/manifest.json

42 lines
932 B
JSON
Raw Normal View History

2015-04-06 17:46:57 +02:00
{
2015-04-11 22:33:56 +02:00
"name": "Minchat",
2015-04-06 17:46:57 +02:00
"id": "minchat",
2020-07-18 20:47:14 +02:00
"packaging_format": 1,
2015-04-06 17:46:57 +02:00
"description": {
2020-09-25 16:21:33 +02:00
"en": "Minimalist web chat",
"fr": "Web chat minimaliste"
2015-04-06 17:46:57 +02:00
},
2021-03-10 22:17:04 +01:00
"version": "1.0~ynh3",
2020-07-18 20:47:14 +02:00
"url": "https://github.com/wojtek77/chat",
2015-04-06 17:46:57 +02:00
"license": "MIT",
2017-05-08 17:14:38 +02:00
"maintainer": {
2015-04-06 17:46:57 +02:00
"name": "chtixof"
},
2020-07-18 20:47:14 +02:00
"requirements": {
2021-11-22 13:10:22 +01:00
"yunohost": ">> 4.3.0"
2020-07-18 20:47:14 +02:00
},
2017-04-30 15:45:50 +02:00
"multi_instance": true,
"services": [
"nginx",
2021-03-10 22:17:04 +01:00
"php7.3-fpm"
2017-04-30 15:45:50 +02:00
],
2015-04-06 17:46:57 +02:00
"arguments": {
2017-04-30 15:45:50 +02:00
"install" : [
{
2015-04-06 17:46:57 +02:00
"name": "domain",
2021-09-21 23:51:36 +02:00
"type": "domain"
2017-04-30 15:45:50 +02:00
},
{
2015-04-06 17:46:57 +02:00
"name": "path",
2017-04-30 15:45:50 +02:00
"type": "path",
2015-04-06 17:46:57 +02:00
"example": "/minchat",
"default": "/minchat"
2017-04-30 15:45:50 +02:00
},
{
"name": "is_public",
"type": "boolean",
2020-07-18 20:47:14 +02:00
"default": true
2017-04-30 15:45:50 +02:00
}
]
2015-04-06 17:46:57 +02:00
}
}