1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00
isso_ynh/manifest.json
2022-08-07 23:08:20 -04:00

61 lines
2 KiB
JSON

{
"name": "Isso",
"id": "isso",
"packaging_format": 1,
"description": {
"en": " lightweight commenting server written in Python and JavaScript",
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
},
"version": "0.13.0~ynh1",
"url": "https://isso-comments.de",
"upstream": {
"license": "MIT",
"website": "https://isso-comments.de",
"demo": "https://isso-comments.de",
"admindoc": "https://isso-comments.de/docs/reference/server-config/",
"userdoc": "https://isso-comments.de/docs/reference/client-config/",
"code": "https://github.com/posativ/isso"
},
"license": "MIT",
"maintainer": {
"name": "Navan Chauhan",
"email": "isso@navan.email"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "target_domain",
"type": "string",
"ask": {
"en": "your website or blog (not the location of Isso!)"
},
"example": "https://someotherwebsite.com/"
}, {
"name": "admin",
"type": "user",
"help": {
"en": "User who will receive moderation emails"
}
},
{
"name": "password",
"type": "password",
"help": {
"en": "Password for the admin interface",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
}
}
]
}
}