app-store/apps/tandoor/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

34 lines
904 B
JSON

{
"$schema": "../schema.json",
"name": "Tandoor",
"port": 8341,
"available": true,
"exposable": true,
"id": "tandoor",
"tipi_version": 3,
"version": "1.5.6",
"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": "Recipe collection manager.",
"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"
}
],
"supported_architectures": ["arm64", "amd64"]
}