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
ericgaspar 82f8fa7636
Fix
2021-11-25 15:42:23 +01:00

52 lines
1.2 KiB
JSON

{
"name": "Commento",
"id": "commento",
"packaging_format": 1,
"description": {
"en": "Fast, privacy-focused commenting platform",
"fr": "Plateforme de commentaires rapide axée sur la confidentialité"
},
"version": "1.8.0~ynh1",
"url": "https://commento.io/",
"upstream": {
"license": "MIT",
"website": "https://commento.io/",
"demo": "https://demo.commento.io/",
"admindoc": "https://docs.commento.io/",
"code": "https://gitlab.com/commento/commento"
},
"license": "MIT",
"maintainer": {
"name": "",
"email": ""
},
"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",
"default": true
},
{
"name": "password",
"type": "password"
}
]
}
}