From fe11d76acd84c5223de2ea33b60615f9ad68b20f Mon Sep 17 00:00:00 2001 From: acknologia <64101826+acknologia@users.noreply.github.com> Date: Fri, 1 May 2026 02:12:40 -0400 Subject: [PATCH 1/2] tandoor recipes install script --- .../apps/install-scripts/curated/index.md | 1 + .../install-scripts/tandoor-recipes.json | 65 +++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 docs/public/install-scripts/tandoor-recipes.json diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index 66a848cb..9aa062a4 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -20,4 +20,5 @@ | `scrutiny` | [scrutiny.json](/install-scripts/scrutiny.json) | 1.3 KB | 2026-03-15 | | `sonarr` | [sonarr.json](/install-scripts/sonarr.json) | 1.2 KB | 2025-12-04 | | `syncthing` | [syncthing.json](/install-scripts/syncthing.json) | 2.1 KB | 2026-03-15 | +| `tandoor-recipes` | [tandoor-recipes.json](/install-scripts/tandoor-recipes.json) | 1.7 KB | 2026-05-01 | diff --git a/docs/public/install-scripts/tandoor-recipes.json b/docs/public/install-scripts/tandoor-recipes.json new file mode 100644 index 00000000..ed19c12d --- /dev/null +++ b/docs/public/install-scripts/tandoor-recipes.json @@ -0,0 +1,65 @@ +{ + "version": 3, + "script": { + "version": "1.0.0", + "changeLog": "Initial install script" + }, + "requirements": { + "locations": ["ApplicationsPerformance, ApplicationsCapacity"], + "specifications": ["2CORE", "256MB"], + "permissions": ["READ_WRITE_LOCATIONS"], + "ports": [30290] + }, + "ensure_directories_exists": [ + { + "path": "$LOCATION(ApplicationsPerformance)", + "network_share": true + }, + { + "path": "$LOCATION(ApplicationsCapacity)", + "network_share": true + }, + { + "path": "$LOCATION(ApplicationsPerformance)/tandoor_recipes/postgres", + "posix": true + }, + { + "path": "$LOCATION(ApplicationsPerformance)/tandoor_recipes/static", + "passthrough": true + }, + "$LOCATION(ApplicationsCapacity)/tandoor_recipes/media" + ], + "ensure_permissions_exists": [ + { + "path": "$LOCATION(ApplicationsPerformance)/tandoor_recipes/postgres", + "username": "netdata", + "access": "read", + "posix": { + "groupname": "docker" + } + } + ], + "app_values": { + "recipes": { + "db_password": "$RANDOM_STRING(7)", + "secret_key": "$RANDOM_STRING(7)" + }, + "network": { + "web_port": { + "bind_mode": "published", + "port_number": 30290 + } + }, + "storage": { + "staticfiles": "$HOST_PATH($LOCATION(ApplicationsPerformance)/tandoor_recipes/static)", + "mediafiles": "$HOST_PATH($LOCATION(ApplicationsCapacity)/tandoor_recipes/media)", + "postgres_data": "$HOST_PATH($LOCATION(ApplicationsPerformance)/tandoor_recipes/postgres)" + }, + "resources": { + "limits": { + "cpus": 2, + "memory": "$MEMORY(10%, 2048)" + } + } + } +} \ No newline at end of file From ed1dc87f6f7b18fe55db8ad1641282167fd90071 Mon Sep 17 00:00:00 2001 From: acknologia <64101826+acknologia@users.noreply.github.com> Date: Sun, 14 Jun 2026 01:55:00 -0400 Subject: [PATCH 2/2] v4 update There is a bug that causes large image uploads to fail the first time --- .../apps/install-scripts/curated/index.md | 2 +- .../install-scripts/tandoor-recipes.json | 32 +++++++------------ 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index 9aa062a4..bec2587a 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -20,5 +20,5 @@ | `scrutiny` | [scrutiny.json](/install-scripts/scrutiny.json) | 1.3 KB | 2026-03-15 | | `sonarr` | [sonarr.json](/install-scripts/sonarr.json) | 1.2 KB | 2025-12-04 | | `syncthing` | [syncthing.json](/install-scripts/syncthing.json) | 2.1 KB | 2026-03-15 | -| `tandoor-recipes` | [tandoor-recipes.json](/install-scripts/tandoor-recipes.json) | 1.7 KB | 2026-05-01 | +| `tandoor-recipes` | [tandoor-recipes.json](/install-scripts/tandoor-recipes.json) | 1.6 KB | 2026-05-01 | diff --git a/docs/public/install-scripts/tandoor-recipes.json b/docs/public/install-scripts/tandoor-recipes.json index ed19c12d..7924a805 100644 --- a/docs/public/install-scripts/tandoor-recipes.json +++ b/docs/public/install-scripts/tandoor-recipes.json @@ -1,5 +1,5 @@ { - "version": 3, + "version": 4, "script": { "version": "1.0.0", "changeLog": "Initial install script" @@ -19,30 +19,20 @@ "path": "$LOCATION(ApplicationsCapacity)", "network_share": true }, - { - "path": "$LOCATION(ApplicationsPerformance)/tandoor_recipes/postgres", - "posix": true - }, - { - "path": "$LOCATION(ApplicationsPerformance)/tandoor_recipes/static", - "passthrough": true - }, - "$LOCATION(ApplicationsCapacity)/tandoor_recipes/media" - ], - "ensure_permissions_exists": [ - { - "path": "$LOCATION(ApplicationsPerformance)/tandoor_recipes/postgres", - "username": "netdata", - "access": "read", - "posix": { - "groupname": "docker" - } - } + { "path": "$LOCATION(ApplicationsPerformance)/tandoor_recipes/postgres", "owner": { "user": "netdata", "group": "docker" }, "snapshot": { "id": "db" } }, + { "path": "$LOCATION(ApplicationsPerformance)/tandoor_recipes/static", "snapshot": { "id": "data" } }, + { "path": "$LOCATION(ApplicationsCapacity)/tandoor_recipes/media", "snapshot": { "id": "data" } } ], "app_values": { "recipes": { "db_password": "$RANDOM_STRING(7)", - "secret_key": "$RANDOM_STRING(7)" + "secret_key": "$RANDOM_STRING(7)", + "additional_envs": [ + { + "name": "GUNICORN_MEDIA", + "value": "1" + } + ] }, "network": { "web_port": {