1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Update manifest.json

This commit is contained in:
Limezy 2021-09-21 06:49:44 +08:00 committed by GitHub
parent 804b0d732e
commit ce8a81c376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,32 +3,29 @@
"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": "An open, extensible, wiki for your team built using React and Node.js.",
"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": "Un wiki open source et évolutif pour votre équipe, conçu avec React et Node.js"
}, },
"version": "1.0~ynh1", "version": "59.0~ynh1",
"url": "https://example.com", "url": "www.getoutline.com",
"upstream": { "upstream": {
"license": "free", "license": "BSL 1.1",
"website": "https://example.com", "website": "www.getoutline.com",
"demo": "https://demo.example.com", "demo": "https://app.getoutline.com/create",
"admindoc": "https://yunohost.org/packaging_apps", "admindoc": "https://www.getoutline.com/developers",
"userdoc": "https://yunohost.org/apps", "userdoc": "https://www.getoutline.com/about",
"code": "https://some.forge.com/example/example" "code": "https://github.com/outline/outline"
}, },
"license": "free", "license": "AGPL-3.0-only",
"maintainer": { "maintainer": {
"name": "John doe", "name": "Raoul de Limezy",
"email": "john.doe@example.com"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.1.3" "yunohost": ">= 4.1.3"
}, },
"multi_instance": true, "multi_instance": false,
"services": [ "services": [
"nginx", "nginx",
"php7.3-fpm",
"mysql"
], ],
"arguments": { "arguments": {
"install" : [ "install" : [
@ -62,15 +59,6 @@
}, },
"choices": ["fr", "en"], "choices": ["fr", "en"],
"default": "fr" "default": "fr"
},
{
"name": "password",
"type": "password",
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"example": "Choose a password"
} }
] ]
} }