mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
updated manifest
This commit is contained in:
parent
6a243dbbb2
commit
e0dcf229e8
1 changed files with 12 additions and 14 deletions
|
@ -3,32 +3,30 @@
|
||||||
"id": "tandoor",
|
"id": "tandoor",
|
||||||
"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": "Application for managing recipes, planning meals, building shopping lists and much much more!",
|
||||||
"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": "1.3.3~ynh1",
|
||||||
"url": "https://example.com",
|
"url": "https://tandoor.dev",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "free",
|
"license": "AGPL-3.0-or-later",
|
||||||
"website": "https://example.com",
|
"website": "https://tandoor.dev",
|
||||||
"demo": "https://demo.example.com",
|
"demo": "https://app.tandoor.dev/accounts/login/?demo",
|
||||||
"admindoc": "https://yunohost.org/packaging_apps",
|
"admindoc": "https://docs.tandoor.dev",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
"userdoc": "https://docs.tandoor.dev",
|
||||||
"code": "https://some.forge.com/example/example"
|
"code": "https://github.com/TandoorRecipes/recipes"
|
||||||
},
|
},
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "John doe",
|
"name": "Navan Chauhan",
|
||||||
"email": "john.doe@example.com"
|
"email": "tandoor@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": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue