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

57 lines
1.6 KiB
JSON
Raw Normal View History

2021-11-25 15:34:19 +01:00
{
"name": "Commento",
"id": "commento",
"packaging_format": 1,
"description": {
2021-11-25 15:42:23 +01:00
"en": "Fast, privacy-focused commenting platform",
"fr": "Plateforme de commentaires rapide axée sur la confidentialité"
2021-11-25 15:34:19 +01:00
},
2022-04-14 23:47:19 +02:00
"version": "1.8.7~ynh1",
2021-11-25 15:34:19 +01:00
"url": "https://commento.io/",
"upstream": {
"license": "MIT",
"website": "https://commento.io/",
"demo": "https://demo.souradip.com/chat.html",
2021-11-25 15:34:19 +01:00
"admindoc": "https://docs.commento.io/",
2021-11-29 20:37:33 +01:00
"code": "https://github.com/souramoo/commentoplusplus"
2021-11-25 15:34:19 +01:00
},
"license": "MIT",
"maintainer": {
2022-03-21 23:47:03 +01:00
"name": "eric_G",
2021-11-25 15:42:23 +01:00
"email": ""
2021-11-25 15:34:19 +01:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
2021-11-25 16:21:52 +01:00
"help": {
"en": "If enabled, Commento 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, Commento sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2021-11-25 15:34:19 +01:00
"default": true
},
{
"name": "password",
2021-11-25 15:42:23 +01:00
"type": "password"
2021-11-25 15:34:19 +01:00
}
]
}
}