新增使用SQLite 的 koishi

This commit is contained in:
HPCesia 2024-12-17 20:52:15 +08:00
parent 841c92d80d
commit f72092b12b
5 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,17 @@
additionalProperties: #固定参数
formFields:
- default: 5140
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text

View File

@ -0,0 +1,18 @@
services:
koishi:
image: koishijs/koishi:v1.15.0
container_name: ${CONTAINER_NAME}
restart: always
environment:
- TZ=${TIME_ZONE}
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5140
volumes:
- ./data:/koishi
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

25
apps/koishi/README.md Normal file
View File

@ -0,0 +1,25 @@
# Koishi
**Koishi** 是一个跨平台、可扩展、高性能的聊天机器人框架。
## 特性
### 开箱即用
Koishi 提供了高度便利的控制台,让你无需基础让你在几分钟之内搭建自己的聊天机器人。
- 提供在线插件市场,即使没有任何编程基础,也能轻松在控制台中下载安装插件
- 支持 QQTelegramDiscord飞书等主流聊天平台支持多账户和跨平台数据互通
- 随时随地通过控制面板监控运行状态,控制机器人的行为,甚至上号聊天
### 生态丰富
经过了长达四年的迭代Koishi 已经发展出了丰富的插件生态和与之匹配的健壮系统。超过 1000 个官方和社区插件覆盖了机器人开发的方方面面从平台支持、数据库、资源存储、网页控制台、状态管理到具体的业务功能一应俱全。无论你的目标是构建大型交互应用还是轻量级的辅助机器人Koishi 都为你提供了最佳实践。如果担心在复杂的功能中迷失方向,我们也准备了细致的文档来提供帮助。
### 专为开发者打造
Koishi 更为开发者准备了众多专业功能,使插件开发者得以在各种复杂需求中构建规模化的解决方案。
- 类型支持Koishi 完全基于 TypeScript 开发,拥有顶级的类型支持,丰富的代码提示让你在编写代码的时候甚至无需查看文档
- 单元测试:所有核心功能均已经通过单元测试,既确保了可靠性,也为开发者提供了一套测试插件和定位问题的最佳实践
- 模块热重载:开发 Koishi 插件时,只需轻点保存即可热重载,无需频繁重启机器人,如同前端开发一样丝滑顺畅

20
apps/koishi/data.yml Normal file
View File

@ -0,0 +1,20 @@
name: Koishi
tags:
- 实用工具
title: 跨平台、可扩展、高性能的聊天机器人框架
type: 工具
description: 跨平台、可扩展、高性能的聊天机器人框架
additionalProperties:
key: koishi
name: Koishi
tags:
- Tool
shortDescZh: 跨平台、可扩展、高性能的聊天机器人框架
shortDescEn: Cross-platform, extensive, high-performance chatbot framework
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://koishi.chat
github: https://github.com/koishijs/koishi
document: https://koishi.chat/zh-CN/manual/introduction.html

BIN
apps/koishi/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB