1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git synced 2024-09-03 20:36:01 +02:00

Update manifest.json

This commit is contained in:
jarod5001 2022-05-07 15:12:56 +02:00 committed by GitHub
parent a489192cb2
commit 60270fd80a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,25 +1,25 @@
{ {
"name": "Example app", "name": "tinyfilemanager",
"id": "example", "id": "tinyfilemanager",
"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": "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)",
"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": "2.4.7~ynh1",
"url": "https://example.com", "url": "https://tinyfilemanager.github.io/",
"upstream": { "upstream": {
"license": "free", "license": "GPL-3.0",
"website": "https://example.com", "website": "https://tinyfilemanager.github.io/",
"demo": "https://demo.example.com", "demo": "https://tinyfilemanager.github.io/demo/",
"admindoc": "https://yunohost.org/packaging_apps", "admindoc": "https://github.com/prasathmani/tinyfilemanager",
"userdoc": "https://yunohost.org/apps", "userdoc": "https://github.com/prasathmani/tinyfilemanager",
"code": "https://some.forge.com/example/example" "code": "https://github.com/prasathmani/tinyfilemanager"
}, },
"license": "free", "license": "GPL-3.0",
"maintainer": { "maintainer": {
"name": "John doe", "name": "Jarod5001",
"email": "john.doe@example.com" "email": ""
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 4.3.0"
@ -27,8 +27,7 @@
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx", "nginx",
"php7.3-fpm", "php8.0-fpm"
"mysql"
], ],
"arguments": { "arguments": {
"install" : [ "install" : [
@ -39,8 +38,8 @@
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"example": "/example", "example": "/tinyfilemanager",
"default": "/example" "default": "/tinyfilemanager"
}, },
{ {
"name": "is_public", "name": "is_public",