Merge branch 'master' into app/crowdsec

This commit is contained in:
falkheiland 2024-05-03 11:15:43 +02:00 committed by GitHub
commit 25eaee43eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -5,8 +5,8 @@
"port": 8010,
"id": "kanboard",
"description": "Kanboard is a free and open source Kanban project management software.",
"tipi_version": 9,
"version": "1.2.35",
"tipi_version": 10,
"version": "1.2.36",
"categories": [
"development"
],

View File

@ -3,7 +3,7 @@ version: "3.9"
services:
kanboard:
container_name: kanboard
image: kanboard/kanboard:v1.2.35
image: kanboard/kanboard:v1.2.36
environment:
- PLUGIN_INSTALLER=${PLUGIN_INSTALLER}
ports:

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": 134,
"version": "0.152.7",
"tipi_version": 135,
"version": "0.152.8",
"categories": [
"ai"
],

View File

@ -2,7 +2,7 @@ version: '3.9'
services:
lobe-chat:
container_name: lobe-chat
image: lobehub/lobe-chat:v0.152.7
image: lobehub/lobe-chat:v0.152.8
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}