Merge branch 'master' into app/pinchflat

This commit is contained in:
falkheiland 2024-05-03 20:34:11 +02:00 committed by GitHub
commit 17f195b936
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 15 additions and 21 deletions

View File

@ -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"
],

View File

@ -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

View File

@ -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"
],

View File

@ -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}

View File

@ -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",

View File

@ -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:

View File

@ -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:

View File

@ -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": 138,
"version": "0.152.11",
"categories": [
"ai"
],

View File

@ -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.11
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}

View File

@ -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"
],

View File

@ -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