31 lines
871 B
JSON
31 lines
871 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Tandoor",
|
|
"port": 8341,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "tandoor",
|
|
"tipi_version": 1,
|
|
"version": "1.5.4",
|
|
"categories": ["data"],
|
|
"description": "Drop your collection of links and notes. Get Tandoor and never look back onto a time without recipe management, storage, sharing and collaborative cooking!",
|
|
"short_desc": "Manage your ever growing recipe collection online.",
|
|
"author": "Tandoor Recipes",
|
|
"source": "https://github.com/TandoorRecipes/recipes",
|
|
"website": "https://tandoor.dev/",
|
|
"form_fields": [
|
|
{
|
|
"type": "random",
|
|
"label": "Tandoor Secret Key",
|
|
"min": 32,
|
|
"env_variable": "TANDOOR_SECRET_KEY"
|
|
},
|
|
{
|
|
"type": "random",
|
|
"label": "Postgress Password",
|
|
"min": 32,
|
|
"env_variable": "TANDOOR_POSTGRESS_PASSWORD"
|
|
}
|
|
]
|
|
}
|