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

45 lines
1.3 KiB
JSON
Raw Normal View History

2022-08-06 19:00:44 +02:00
{
2022-08-06 23:20:30 +02:00
"name": "Tandoor",
"id": "tandoor",
2022-08-06 19:00:44 +02:00
"packaging_format": 1,
"description": {
2022-08-07 20:38:53 +02:00
"en": "Application for managing recipes, planning meals, building shopping lists and much much more!",
2022-08-06 19:00:44 +02:00
"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)"
},
2022-08-07 20:38:53 +02:00
"version": "1.3.3~ynh1",
"url": "https://tandoor.dev",
2022-08-06 19:00:44 +02:00
"upstream": {
2022-08-07 20:38:53 +02:00
"license": "AGPL-3.0-or-later",
"website": "https://tandoor.dev",
"demo": "https://app.tandoor.dev/accounts/login/?demo",
"admindoc": "https://docs.tandoor.dev",
"userdoc": "https://docs.tandoor.dev",
"code": "https://github.com/TandoorRecipes/recipes"
2022-08-06 19:00:44 +02:00
},
"license": "free",
"maintainer": {
2022-08-07 20:38:53 +02:00
"name": "Navan Chauhan",
"email": "tandoor@navan.email"
2022-08-06 19:00:44 +02:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
2022-08-07 20:38:53 +02:00
"nginx"
2022-08-06 19:00:44 +02:00
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
2022-08-07 19:35:57 +02:00
"name": "is_public",
"type": "boolean",
"default": true
2022-08-06 19:00:44 +02:00
}
]
}
}