1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tandoor_ynh.git synced 2024-09-03 20:35:56 +02:00

ask correct question

This commit is contained in:
navanchauhan 2022-08-07 13:35:57 -04:00
parent 259ab44cbd
commit ba9fc7c9db

View file

@ -6,7 +6,7 @@
"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.3.3~ynh1", "version": "1.0~ynh1",
"url": "https://example.com", "url": "https://example.com",
"upstream": { "upstream": {
"license": "free", "license": "free",
@ -26,7 +26,9 @@
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx" "nginx",
"php7.3-fpm",
"mysql"
], ],
"arguments": { "arguments": {
"install": [ "install": [
@ -35,10 +37,9 @@
"type": "domain" "type": "domain"
}, },
{ {
"name": "path", "name": "is_public",
"type": "path", "type": "boolean",
"example": "/tandoor", "default": true
"default": "/tandoor"
} }
] ]
} }