From f466d91982cb36e6266dfa84a0e6452fe9a7b16a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 09:20:31 +0000 Subject: [PATCH 1/7] chore(deps): update lobehub/lobe-chat docker tag to v0.152.9 (#3365) --- apps/lobe-chat/config.json | 4 ++-- apps/lobe-chat/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/lobe-chat/config.json b/apps/lobe-chat/config.json index ed7bfac9..1eaafe0c 100644 --- a/apps/lobe-chat/config.json +++ b/apps/lobe-chat/config.json @@ -5,8 +5,8 @@ "exposable": true, "id": "lobe-chat", "description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.", - "tipi_version": 135, - "version": "0.152.8", + "tipi_version": 136, + "version": "0.152.9", "categories": [ "ai" ], diff --git a/apps/lobe-chat/docker-compose.yml b/apps/lobe-chat/docker-compose.yml index 015ebf20..a884c597 100644 --- a/apps/lobe-chat/docker-compose.yml +++ b/apps/lobe-chat/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: lobe-chat: container_name: lobe-chat - image: lobehub/lobe-chat:v0.152.8 + image: lobehub/lobe-chat:v0.152.9 environment: - OPENAI_API_KEY=${OPENAI_API_KEY} - OPENAI_PROXY_URL=${OPEANAI_PROXY_URL} From e6911a695ed0a6723aaafec7a79711c579975aa4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 12:36:08 +0000 Subject: [PATCH 2/7] chore(deps): update ghcr.io/plankanban/planka docker tag to v1.17.2 (#3367) --- apps/planka/config.json | 4 ++-- apps/planka/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/planka/config.json b/apps/planka/config.json index ecc4ee00..9f5495a6 100644 --- a/apps/planka/config.json +++ b/apps/planka/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "planka", - "tipi_version": 20, - "version": "1.17.1", + "tipi_version": 21, + "version": "1.17.2", "categories": [ "development" ], diff --git a/apps/planka/docker-compose.yml b/apps/planka/docker-compose.yml index 46eee00b..c4f98344 100644 --- a/apps/planka/docker-compose.yml +++ b/apps/planka/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: planka: - image: ghcr.io/plankanban/planka:1.17.1 + image: ghcr.io/plankanban/planka:1.17.2 container_name: planka command: > bash -c From a8abcdc45424f907b45a5891390eb4699e7ccf68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 12:38:38 +0000 Subject: [PATCH 3/7] chore(deps): update lobehub/lobe-chat docker tag to v0.152.10 (#3368) --- apps/lobe-chat/config.json | 4 ++-- apps/lobe-chat/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/lobe-chat/config.json b/apps/lobe-chat/config.json index 1eaafe0c..486cc348 100644 --- a/apps/lobe-chat/config.json +++ b/apps/lobe-chat/config.json @@ -5,8 +5,8 @@ "exposable": true, "id": "lobe-chat", "description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.", - "tipi_version": 136, - "version": "0.152.9", + "tipi_version": 137, + "version": "0.152.10", "categories": [ "ai" ], diff --git a/apps/lobe-chat/docker-compose.yml b/apps/lobe-chat/docker-compose.yml index a884c597..202861c7 100644 --- a/apps/lobe-chat/docker-compose.yml +++ b/apps/lobe-chat/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: lobe-chat: container_name: lobe-chat - image: lobehub/lobe-chat:v0.152.9 + image: lobehub/lobe-chat:v0.152.10 environment: - OPENAI_API_KEY=${OPENAI_API_KEY} - OPENAI_PROXY_URL=${OPEANAI_PROXY_URL} From 0469c3276375c08d13bb931fc2416fa1d9a176b1 Mon Sep 17 00:00:00 2001 From: DireMunchkin <1665676+DireMunchkin@users.noreply.github.com> Date: Fri, 3 May 2024 17:22:23 +0200 Subject: [PATCH 4/7] Fix invidious healthcheck (#3370) * Fix Invidious healthcheck * Bump version --- apps/invidious/config.json | 2 +- apps/invidious/docker-compose.arm64.yml | 5 +---- apps/invidious/docker-compose.yml | 5 +---- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/apps/invidious/config.json b/apps/invidious/config.json index e3aba1c5..996e21f4 100644 --- a/apps/invidious/config.json +++ b/apps/invidious/config.json @@ -6,7 +6,7 @@ "port": 8095, "id": "invidious", "version": "latest", - "tipi_version": 7, + "tipi_version": 8, "categories": ["media", "social"], "description": "Invidious is an open source alternative front-end to YouTube.", "short_desc": "An alternative front-end to YouTube", diff --git a/apps/invidious/docker-compose.arm64.yml b/apps/invidious/docker-compose.arm64.yml index 30d4be40..a2615b74 100644 --- a/apps/invidious/docker-compose.arm64.yml +++ b/apps/invidious/docker-compose.arm64.yml @@ -19,13 +19,10 @@ services: check_tables: true hmac_key: ${INVIDIOUS_HMAC_KEY} healthcheck: - test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1 + test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1 interval: 30s timeout: 5s retries: 2 - depends_on: - invidious-db: - condition: service_healthy networks: - tipi_main_network labels: diff --git a/apps/invidious/docker-compose.yml b/apps/invidious/docker-compose.yml index 0367563e..a39e29e8 100644 --- a/apps/invidious/docker-compose.yml +++ b/apps/invidious/docker-compose.yml @@ -20,13 +20,10 @@ services: check_tables: true hmac_key: ${INVIDIOUS_HMAC_KEY} healthcheck: - test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1 + test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1 interval: 30s timeout: 5s retries: 2 - depends_on: - invidious-db: - condition: service_healthy networks: - tipi_main_network labels: From eaea47ccd89532a2fdbd4329929f3ca4e6f71c17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 15:24:57 +0000 Subject: [PATCH 5/7] chore(deps): update lobehub/lobe-chat docker tag to v0.152.11 (#3372) --- apps/lobe-chat/config.json | 4 ++-- apps/lobe-chat/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/lobe-chat/config.json b/apps/lobe-chat/config.json index 486cc348..4dadc691 100644 --- a/apps/lobe-chat/config.json +++ b/apps/lobe-chat/config.json @@ -5,8 +5,8 @@ "exposable": true, "id": "lobe-chat", "description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.", - "tipi_version": 137, - "version": "0.152.10", + "tipi_version": 138, + "version": "0.152.11", "categories": [ "ai" ], diff --git a/apps/lobe-chat/docker-compose.yml b/apps/lobe-chat/docker-compose.yml index 202861c7..c8d2047d 100644 --- a/apps/lobe-chat/docker-compose.yml +++ b/apps/lobe-chat/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: lobe-chat: container_name: lobe-chat - image: lobehub/lobe-chat:v0.152.10 + image: lobehub/lobe-chat:v0.152.11 environment: - OPENAI_API_KEY=${OPENAI_API_KEY} - OPENAI_PROXY_URL=${OPEANAI_PROXY_URL} From 2ae1cec5400915ba7887eebfee522dab34b7ae90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 17:14:46 +0000 Subject: [PATCH 6/7] chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.1 (#3373) --- apps/homeassistant-1/config.json | 4 ++-- apps/homeassistant-1/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/homeassistant-1/config.json b/apps/homeassistant-1/config.json index 15c582ed..d74c363e 100644 --- a/apps/homeassistant-1/config.json +++ b/apps/homeassistant-1/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "homeassistant-1", - "tipi_version": 14, - "version": "2024.5.0", + "tipi_version": 15, + "version": "2024.5.1", "categories": [ "automation" ], diff --git a/apps/homeassistant-1/docker-compose.yml b/apps/homeassistant-1/docker-compose.yml index b274fd7d..39671798 100644 --- a/apps/homeassistant-1/docker-compose.yml +++ b/apps/homeassistant-1/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: homeassistant-1: - image: ghcr.io/home-assistant/home-assistant:2024.5.0 + image: ghcr.io/home-assistant/home-assistant:2024.5.1 container_name: homeassistant-1 environment: - TZ=${TZ} From 0c5dc17c5209185359dcaeb305df1b9b9818ce2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 17:17:05 +0000 Subject: [PATCH 7/7] chore(deps): update actualbudget/actual-server docker tag to v24.5.0 (#3374) --- apps/actual-budget/config.json | 4 ++-- apps/actual-budget/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/actual-budget/config.json b/apps/actual-budget/config.json index 007f02ad..11c11ef6 100644 --- a/apps/actual-budget/config.json +++ b/apps/actual-budget/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8011, "id": "actual-budget", - "tipi_version": 18, - "version": "24.4.0", + "tipi_version": 19, + "version": "24.5.0", "categories": [ "finance" ], diff --git a/apps/actual-budget/docker-compose.yml b/apps/actual-budget/docker-compose.yml index b08014fe..91469e42 100644 --- a/apps/actual-budget/docker-compose.yml +++ b/apps/actual-budget/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: actual-budget: container_name: actual-budget - image: actualbudget/actual-server:24.4.0 + image: actualbudget/actual-server:24.5.0 restart: unless-stopped ports: - ${APP_PORT}:5006