合并远程更改并更新应用版本

- 自动合并远程分支的更新
- 更新多个应用的版本:inspector、kimi-free-api、lobe-chat-data、n8n-zh、nezha、tianji等
- 解决分支分叉问题,同步到最新版本
This commit is contained in:
arch3rPro
2025-12-05 10:41:34 +08:00
27 changed files with 13 additions and 13 deletions

View File

@@ -67,7 +67,7 @@
🚀 KIMI AI 长文本大模型逆向API, 支持Kimi-K2模型
<kbd>1.0.1</kbd> • [官网链接](https://github.com/xiaoY233/Kimi-Free-API)
<kbd>1.0.2</kbd> • [官网链接](https://github.com/xiaoY233/Kimi-Free-API)
</td>
<td width="33%" align="center">
@@ -474,7 +474,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
💬 开源现代设计的 ChatGPT/LLMs UI/框架
<kbd>1.143.1</kbd> • [官网链接](https://github.com/lobehub/lobe-chat)
<kbd>1.143.2</kbd> • [官网链接](https://github.com/lobehub/lobe-chat)
</td>
<td width="33%" align="center">
@@ -568,7 +568,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🔍 模型上下文协议调试工具支持MCP服务器测试与开发
<kbd>0.17.3</kbd> • [官网链接](https://github.com/modelcontextprotocol/inspector)
<kbd>0.17.5</kbd> • [官网链接](https://github.com/modelcontextprotocol/inspector)
</td>
<td width="33%" align="center">
@@ -765,7 +765,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
📊 开源轻量易用的服务器监控运维工具
<kbd>1.14.9</kbd> • [官网链接](https://github.com/naiba/nezha/)
<kbd>1.14.10</kbd> • [官网链接](https://github.com/naiba/nezha/)
</td>
<td width="33%" align="center">
@@ -847,7 +847,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
📊 开源 all-in-one 数据洞察中心,集成网站分析、服务监控、服务器状态监控
<kbd>1.30.18</kbd> • [官网链接](https://tianji.msgbyte.com/)
<kbd>1.30.20</kbd> • [官网链接](https://tianji.msgbyte.com/)
</td>
<td width="33%" align="center">
@@ -963,7 +963,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
📺 动漫自动订阅与下载工具支持多平台和主流下载器适合NAS自动追番
<kbd>2.4.10</kbd> • [官网链接](https://github.com/wushuo894/ani-rss)
<kbd>2.4.11</kbd> • [官网链接](https://github.com/wushuo894/ani-rss)
</td>
<td width="33%" align="center">

View File

@@ -1,6 +1,6 @@
services:
ani-rss:
image: wushuo894/ani-rss:v2.4.10
image: wushuo894/ani-rss:v2.4.11
container_name: ani-rss
restart: always
environment:

View File

@@ -1,6 +1,6 @@
services:
inspector:
image: ghcr.io/modelcontextprotocol/inspector:0.17.3
image: ghcr.io/modelcontextprotocol/inspector:0.17.5
container_name: ${CONTAINER_NAME}
restart: always
networks:

View File

@@ -1,6 +1,6 @@
services:
kimi-free-api:
image: akashrajpuroh1t/kimi-free-api-fix:1.0.1
image: akashrajpuroh1t/kimi-free-api-fix:1.0.2
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8000

View File

@@ -80,7 +80,7 @@ services:
env_file:
- .env
lobe:
image: lobehub/lobe-chat-database:1.143.1
image: lobehub/lobe-chat-database:1.143.2
container_name: lobe-chat
network_mode: service:network-service
depends_on:

View File

@@ -1,6 +1,6 @@
services:
n8n:
image: n8nio/n8n:1.123.1
image: n8nio/n8n:1.123.2
container_name: ${CONTAINER_NAME}
restart: always
user: 1000:1000

View File

@@ -1,6 +1,6 @@
services:
dashboard:
image: ghcr.io/nezhahq/nezha:v1.14.9
image: ghcr.io/nezhahq/nezha:v1.14.10
container_name: ${CONTAINER_NAME}
restart: always
volumes:

View File

@@ -2,7 +2,7 @@ services:
tianji:
container_name: ${CONTAINER_NAME}
restart: always
image: moonrailgun/tianji:1.30.18
image: moonrailgun/tianji:1.30.20
networks:
- 1panel-network
ports: