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/",
|
2021-12-01 20:19:40 +01:00
|
|
|
|
"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 n’ayant 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
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|