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

68 lines
2.2 KiB
JSON
Raw Normal View History

2022-08-08 02:57:01 +02:00
{
2022-08-08 03:36:36 +02:00
"name": "Isso",
2022-08-08 02:57:01 +02:00
"id": "example",
"packaging_format": 1,
"description": {
2022-08-08 03:36:36 +02:00
"en": " lightweight commenting server written in Python and JavaScript",
2022-08-08 02:57:01 +02:00
"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)"
},
2022-08-08 03:36:36 +02:00
"version": "0.13.0~ynh1",
"url": "https://isso-comments.de",
2022-08-08 02:57:01 +02:00
"upstream": {
2022-08-08 03:36:36 +02:00
"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"
2022-08-08 02:57:01 +02:00
},
2022-08-08 03:36:36 +02:00
"license": "MIT",
2022-08-08 02:57:01 +02:00
"maintainer": {
2022-08-08 03:36:36 +02:00
"name": "Navan Chauhan",
"email": "isso@navan.email"
2022-08-08 02:57:01 +02:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
2022-08-08 03:36:36 +02:00
"nginx"
2022-08-08 02:57:01 +02:00
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
2022-08-08 03:36:36 +02:00
"example": "/isso",
"default": "/isso"
2022-08-08 02:57:01 +02:00
},
{
2022-08-08 03:36:36 +02:00
"name": "target_domain",
2022-08-08 03:50:15 +02:00
"type": "string",
2022-08-08 02:57:01 +02:00
"ask": {
2022-08-08 03:36:36 +02:00
"en": "your website or blog (not the location of Isso!)"
2022-08-08 02:57:01 +02:00
},
2022-08-08 03:36:36 +02:00
"example": "https://someotherwebsite.com/"
}, {
2022-08-08 02:57:01 +02:00
"name": "admin",
2022-08-08 03:36:36 +02:00
"type": "user",
"help": {
"en": "User who will receive moderation emails"
}
2022-08-08 02:57:01 +02:00
},
{
"name": "password",
"type": "password",
"help": {
2022-08-08 03:36:36 +02:00
"en": "Password for the admin interface",
2022-08-08 02:57:01 +02:00
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
}
}
]
}
}