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 Dec 2, 2024
2 parents 0fd052f + 44ac6bd commit 0c449d2
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
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": 380,
"version": "1.35.3",
"tipi_version": 381,
"version": "1.35.4",
"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": 1733082087000
"updated_at": 1733131274000
}
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.35.3
image: lobehub/lobe-chat:v1.35.4
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
Expand Down
6 changes: 3 additions & 3 deletions apps/onedev/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "onedev",
"tipi_version": 128,
"version": "11.6.1",
"tipi_version": 129,
"version": "11.6.2",
"categories": ["development"],
"description": "Self-hosted Git Server with Kanban and CI/CD",
"short_desc": "Self-hosted Git Server with Kanban and CI/CD",
Expand Down Expand Up @@ -46,5 +46,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733035256000
"updated_at": 1733124334000
}
2 changes: 1 addition & 1 deletion apps/onedev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
onedev:
image: 1dev/server:11.6.1
image: 1dev/server:11.6.2
container_name: onedev
environment:
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
Expand Down
6 changes: 3 additions & 3 deletions apps/tasks-md/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "tasks-md",
"tipi_version": 10,
"version": "2.5.3",
"tipi_version": 11,
"version": "2.5.4",
"categories": ["development"],
"description": "A self-hosted, file based task management board that supports Markdown syntax",
"short_desc": "A self-hosted, file based task management board.",
Expand All @@ -23,5 +23,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1729321889000
"updated_at": 1733113301000
}
2 changes: 1 addition & 1 deletion apps/tasks-md/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
tasks-md:
container_name: tasks-md
image: baldissaramatheus/tasks.md:2.5.3
image: baldissaramatheus/tasks.md:2.5.4
ports:
- ${APP_PORT}:8080
volumes:
Expand Down
6 changes: 3 additions & 3 deletions apps/wekan/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "wekan",
"tipi_version": 38,
"version": "7.68",
"tipi_version": 39,
"version": "7.69",
"categories": ["development"],
"description": "Experience efficient task management with WeKan - the Open-Source, customizable, and privacy-focused kanban",
"short_desc": "Open-Source, customizable, and privacy-focused kanban",
Expand All @@ -30,5 +30,5 @@
],
"supported_architectures": ["amd64"],
"created_at": 1691943801422,
"updated_at": 1732507098000
"updated_at": 1733124346000
}
2 changes: 1 addition & 1 deletion apps/wekan/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
wekan:
image: ghcr.io/wekan/wekan:v7.68
image: ghcr.io/wekan/wekan:v7.69
container_name: wekan
environment:
# https://github.com/wekan/wekan/blob/main/docker-compose.yml
Expand Down

0 comments on commit 0c449d2

Please sign in to comment.