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

47 lines
1.1 KiB
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
},
2022-10-01 18:09:03 +02:00
"version": "1.0~ynh4",
2020-07-18 20:47:14 +02:00
"url": "https://github.com/wojtek77/chat",
2022-10-01 08:52:00 +02:00
"upstream": {
"license": "MIT",
"website": "https://github.com/wojtek77/chat",
"code": "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": {
2022-10-01 08:52:00 +02:00
"yunohost": ">> 11.0.9"
2020-07-18 20:47:14 +02:00
},
2017-04-30 15:45:50 +02:00
"multi_instance": true,
"services": [
"nginx",
2022-10-01 08:52:00 +02:00
"php7.4-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
}
}