diff --git a/apps/gladys/config.json b/apps/gladys/config.json index 4131bc4a07..b5477a86cb 100644 --- a/apps/gladys/config.json +++ b/apps/gladys/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": false, "id": "gladys", - "tipi_version": 46, - "version": "4.49.0", + "tipi_version": 47, + "version": "4.50.1", "categories": ["automation"], "description": "A privacy-first, open-source home assistant", "short_desc": "A privacy-first, open-source home assistant", @@ -16,5 +16,5 @@ "form_fields": [], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1731439006000 + "updated_at": 1732794394000 } diff --git a/apps/gladys/docker-compose.yml b/apps/gladys/docker-compose.yml index 16272c2283..3d88cb077d 100644 --- a/apps/gladys/docker-compose.yml +++ b/apps/gladys/docker-compose.yml @@ -3,7 +3,7 @@ version: '3' services: gladys: container_name: gladys - image: gladysassistant/gladys:v4.49.0 + image: gladysassistant/gladys:v4.50.1 privileged: true restart: on-failure stop_grace_period: 1m diff --git a/apps/lobe-chat/config.json b/apps/lobe-chat/config.json index 73e3a530f9..b4e74090a6 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": 376, - "version": "1.34.4", + "tipi_version": 377, + "version": "1.34.5", "categories": ["ai"], "short_desc": "LLM chatbot framework", "author": "https://github.com/lobehub", @@ -41,5 +41,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1732742627000 + "updated_at": 1732780557000 } diff --git a/apps/lobe-chat/docker-compose.yml b/apps/lobe-chat/docker-compose.yml index 925fb38e55..98090d10c2 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:v1.34.4 + image: lobehub/lobe-chat:v1.34.5 environment: - OPENAI_API_KEY=${OPENAI_API_KEY} - OPENAI_PROXY_URL=${OPEANAI_PROXY_URL} diff --git a/apps/nocodb/config.json b/apps/nocodb/config.json index 936a8dac05..5ea4375868 100644 --- a/apps/nocodb/config.json +++ b/apps/nocodb/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "nocodb", - "tipi_version": 62, - "version": "0.258.2", + "tipi_version": 63, + "version": "0.258.3", "categories": ["utilities"], "description": "The Open Source Airtable Alternative. Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.", "short_desc": "Open Source Airtable Alternative", @@ -41,5 +41,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1732014058000 + "updated_at": 1732794392000 } diff --git a/apps/nocodb/docker-compose.yml b/apps/nocodb/docker-compose.yml index e54fc1e4d4..5ab53fbb5c 100644 --- a/apps/nocodb/docker-compose.yml +++ b/apps/nocodb/docker-compose.yml @@ -12,7 +12,7 @@ services: - NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET} - NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379 - DB_QUERY_LIMIT_DEFAULT=${NOCODB_TABLE_ROWS-25} - image: "nocodb/nocodb:0.258.2" + image: "nocodb/nocodb:0.258.3" ports: - "${APP_PORT}:8080" restart: always diff --git a/apps/sftpgo/config.json b/apps/sftpgo/config.json index d049fef150..156490ee29 100644 --- a/apps/sftpgo/config.json +++ b/apps/sftpgo/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "sftpgo", - "tipi_version": 8, - "version": "2.6.3-alpine", + "tipi_version": 9, + "version": "2.6.4-alpine", "categories": ["utilities"], "description": "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob", "short_desc": "Fully featured and highly configurable SFTP server", @@ -54,5 +54,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1731707287000 + "updated_at": 1732780551000 } diff --git a/apps/sftpgo/docker-compose.yml b/apps/sftpgo/docker-compose.yml index 6d91cc3bac..a0696979f5 100644 --- a/apps/sftpgo/docker-compose.yml +++ b/apps/sftpgo/docker-compose.yml @@ -4,7 +4,7 @@ services: sftpgo: container_name: sftpgo user: root - image: drakkan/sftpgo:v2.6.3-alpine + image: drakkan/sftpgo:v2.6.4-alpine restart: unless-stopped depends_on: sftpgo-db: