2023-08-13 10:58:52 +00:00
{
"$schema" : "../schema.json" ,
"name" : "Tandoor" ,
"port" : 8341 ,
"available" : true ,
"exposable" : true ,
"id" : "tandoor" ,
2024-04-08 08:20:44 +00:00
"tipi_version" : 13 ,
"version" : "1.5.17" ,
2023-08-15 19:01:27 +00:00
"categories" : [
"data"
] ,
2023-08-13 10:58:52 +00:00
"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!" ,
2023-08-13 17:32:28 +00:00
"short_desc" : "Recipe collection manager." ,
2023-08-13 10:58:52 +00:00
"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"
}
2023-10-29 19:43:17 +00:00
] ,
2023-11-28 01:16:02 +00:00
"supported_architectures" : [
"arm64" ,
"amd64"
]
2023-08-13 10:58:52 +00:00
}