Skip to content

Commit

Permalink
Merge branch 'runtipi:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomescua authored Nov 28, 2024
2 parents ff5791e + 392eaf2 commit 152b727
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions apps/gladys/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1731439006000
"updated_at": 1732794394000
}
2 changes: 1 addition & 1 deletion apps/gladys/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions apps/lobe-chat/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -41,5 +41,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732742627000
"updated_at": 1732780557000
}
2 changes: 1 addition & 1 deletion apps/lobe-chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions apps/nocodb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -41,5 +41,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732014058000
"updated_at": 1732794392000
}
2 changes: 1 addition & 1 deletion apps/nocodb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions apps/sftpgo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -54,5 +54,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1731707287000
"updated_at": 1732780551000
}
2 changes: 1 addition & 1 deletion apps/sftpgo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 152b727

Please sign in to comment.