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, "port": 8010,
"id": "kanboard", "id": "kanboard",
"description": "Kanboard is a free and open source Kanban project management software.", "description": "Kanboard is a free and open source Kanban project management software.",
"tipi_version": 9, "tipi_version": 10,
"version": "1.2.35", "version": "1.2.36",
"categories": [ "categories": [
"development" "development"
], ],

View File

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

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"id": "lobe-chat", "id": "lobe-chat",
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.", "description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
"tipi_version": 134, "tipi_version": 135,
"version": "0.152.7", "version": "0.152.8",
"categories": [ "categories": [
"ai" "ai"
], ],

View File

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