mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "Tandoor",
|
|
"id": "tandoor",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Application for managing and sharing recipes, planning meals, building shopping lists and much much more!",
|
|
"fr": "Gérez et partagez vos recettes, planifiez vos repas, créez vos listes de courses et beaucoup plus encore !"
|
|
},
|
|
"version": "1.5.9~ynh1",
|
|
"url": "https://tandoor.dev",
|
|
"upstream": {
|
|
"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"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "Navan Chauhan",
|
|
"email": "tandoor@navan.email"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.2"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": false,
|
|
"help": {
|
|
"en": "Should the login be exposed to public?",
|
|
"fr": "La connexion doit-elle être exposée au public ?"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|