1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00
This commit is contained in:
navanchauhan 2022-08-07 21:36:36 -04:00
parent a57517f8db
commit 092ff90adb

View file

@ -1,34 +1,32 @@
{ {
"name": "Example app", "name": "Isso",
"id": "example", "id": "example",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)", "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)" "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": "1.0~ynh1", "version": "0.13.0~ynh1",
"url": "https://example.com", "url": "https://isso-comments.de",
"upstream": { "upstream": {
"license": "free", "license": "MIT",
"website": "https://example.com", "website": "https://isso-comments.de",
"demo": "https://demo.example.com", "demo": "https://isso-comments.de",
"admindoc": "https://yunohost.org/packaging_apps", "admindoc": "https://isso-comments.de/docs/reference/server-config/",
"userdoc": "https://yunohost.org/apps", "userdoc": "https://isso-comments.de/docs/reference/client-config/",
"code": "https://some.forge.com/example/example" "code": "https://github.com/posativ/isso"
}, },
"license": "free", "license": "MIT",
"maintainer": { "maintainer": {
"name": "John doe", "name": "Navan Chauhan",
"email": "john.doe@example.com" "email": "isso@navan.email"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 4.3.0"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx", "nginx"
"php7.3-fpm",
"mysql"
], ],
"arguments": { "arguments": {
"install": [ "install": [
@ -39,33 +37,28 @@
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"example": "/example", "example": "/isso",
"default": "/example" "default": "/isso"
}, },
{ {
"name": "is_public", "name": "target_domain",
"type": "boolean", "type": "strting",
"default": true
},
{
"name": "language",
"type": "string",
"ask": { "ask": {
"en": "Choose the application language", "en": "your website or blog (not the location of Isso!)"
"fr": "Choisissez la langue de l'application"
}, },
"choices": ["fr", "en"], "example": "https://someotherwebsite.com/"
"default": "fr" }, {
},
{
"name": "admin", "name": "admin",
"type": "user" "type": "user",
"help": {
"en": "User who will receive moderation emails"
}
}, },
{ {
"name": "password", "name": "password",
"type": "password", "type": "password",
"help": { "help": {
"en": "Use the help field to add an information for the admin about this question.", "en": "Password for the admin interface",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
} }
} }