diff --git a/appstore/kirara-agent/3.2.0/.env b/appstore/kirara-agent/3.2.0/.env new file mode 100644 index 000000000..e2cb73a28 --- /dev/null +++ b/appstore/kirara-agent/3.2.0/.env @@ -0,0 +1,6 @@ +# 数据持久化路径 [必填] +KIRARA_AGENT_ROOT_PATH=/home/kirara-agent + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=8080 + diff --git a/appstore/kirara-agent/3.2.0/data.yml b/appstore/kirara-agent/3.2.0/data.yml new file mode 100644 index 000000000..4009e5771 --- /dev/null +++ b/appstore/kirara-agent/3.2.0/data.yml @@ -0,0 +1,17 @@ +additionalProperties: + formFields: + - default: "/home/kirara-agent" + edit: true + envKey: KIRARA_AGENT_ROOT_PATH + labelZh: 数据持久化路径 + labelEn: Data persistence path + required: true + type: text + - default: 8080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number diff --git a/appstore/kirara-agent/3.2.0/docker-compose.yml b/appstore/kirara-agent/3.2.0/docker-compose.yml new file mode 100644 index 000000000..9718f0d91 --- /dev/null +++ b/appstore/kirara-agent/3.2.0/docker-compose.yml @@ -0,0 +1,21 @@ +networks: + 1panel-network: + external: true +services: + kirara-agent: + container_name: kirara-agent + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + image: lss233/kirara-agent-framework:v3.2.0 + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:8080 + restart: always + volumes: + - ${KIRARA_AGENT_ROOT_PATH}/data:/app/data diff --git a/appstore/kirara-agent/3.2.0/envs/default.env b/appstore/kirara-agent/3.2.0/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/appstore/kirara-agent/3.2.0/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/appstore/kirara-agent/3.2.0/envs/global.env b/appstore/kirara-agent/3.2.0/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/appstore/kirara-agent/3.2.0/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/appstore/kirara-agent/3.2.0/scripts/init.sh b/appstore/kirara-agent/3.2.0/scripts/init.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/kirara-agent/3.2.0/scripts/init.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/kirara-agent/3.2.0/scripts/uninstall.sh b/appstore/kirara-agent/3.2.0/scripts/uninstall.sh new file mode 100644 index 000000000..c86c4fbca --- /dev/null +++ b/appstore/kirara-agent/3.2.0/scripts/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/kirara-agent/3.2.0/scripts/upgrade.sh b/appstore/kirara-agent/3.2.0/scripts/upgrade.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/kirara-agent/3.2.0/scripts/upgrade.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/kirara-agent/README.md b/appstore/kirara-agent/README.md new file mode 100644 index 000000000..e77ff3e7e --- /dev/null +++ b/appstore/kirara-agent/README.md @@ -0,0 +1,30 @@ +# Kirara Agent + +一款支持主流大语言模型、主流聊天平台的聊天的机器人! + +![Kirara Agent](https://file.lifebus.top/imgs/kirara-agent_cover.png) + +![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) + +## 简介 + +### 多平台支持 + +支持 QQ、Telegram、Discord 等多个主流聊天平台 + +### 丰富的模型接入 + +支持 ChatGPT、Claude、文心一言等多个大语言模型 + +### 灵活的 Agent 编排 + +通过工作流配置,自定义 AI 助手的行为和个性 + +### 插件生态 + +强大的插件系统,支持功能扩展 + +--- + +![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) +![Ms Studio](https://analytics.lifebus.top/p/wJix5nI1W) diff --git a/appstore/kirara-agent/data.yml b/appstore/kirara-agent/data.yml new file mode 100644 index 000000000..a61f492ad --- /dev/null +++ b/appstore/kirara-agent/data.yml @@ -0,0 +1,17 @@ +additionalProperties: + key: kirara-agent + name: Kirara Agent + tags: + - WebSite + - Local + shortDescZh: 一款支持主流大语言模型、主流聊天平台的聊天的机器人 + shortDescEn: A chatbot that supports mainstream large language models and mainstream chat platforms + type: website + crossVersionUpdate: true + limit: 0 + website: https://kirara-docs.app.lss233.com/ + github: https://github.com/lss233/kirara-ai/ + document: https://kirara-docs.app.lss233.com/guide/ + architectures: + - amd64 + - arm64 diff --git a/appstore/kirara-agent/logo.png b/appstore/kirara-agent/logo.png new file mode 100644 index 000000000..2512e2b9c Binary files /dev/null and b/appstore/kirara-agent/logo.png differ diff --git a/appstore/llonebot/README.md b/appstore/llonebot/README.md new file mode 100644 index 000000000..65797f08b --- /dev/null +++ b/appstore/llonebot/README.md @@ -0,0 +1,16 @@ +# LLTwoBot + +一个使用 Nix 或 Docker 部署 LLOneBot 的安装。 + +![LLTwoBot](https://file.lifebus.top/imgs/llonebot_cover.png) + +![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) + +## 使用说明 + +扫描登录即可 + +--- + +![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) +![Ms Studio](https://analytics.lifebus.top/p/wJix5nI1W) diff --git a/appstore/llonebot/data.yml b/appstore/llonebot/data.yml new file mode 100644 index 000000000..9f8de4899 --- /dev/null +++ b/appstore/llonebot/data.yml @@ -0,0 +1,17 @@ +additionalProperties: + key: llonebot + name: LLTwoBot + tags: + - WebSite + - Local + shortDescZh: 一个使用 Nix 或 Docker 部署 LLOneBot 的安装。 + shortDescEn: An installation that uses Nix or Docker to deploy LLOneBot. + type: website + crossVersionUpdate: true + limit: 0 + website: https://llonebot.com/ + github: https://github.com/llonebot/llonebot.nix/ + document: https://llonebot.com/guide/getting-started/ + architectures: + - amd64 + - arm64 diff --git a/appstore/llonebot/latest/.env b/appstore/llonebot/latest/.env new file mode 100644 index 000000000..990917f1f --- /dev/null +++ b/appstore/llonebot/latest/.env @@ -0,0 +1,18 @@ +# 数据持久化路径 [必填] +LLONEBOT_ROOT_PATH=/home/llonebot + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=3080 + +# 快速登录QQ号码 [必填] +QUICK_LOGIN_QQ= + +# OneBot HTTP 端口 [必填] +PANEL_APP_PORT_ONEBOT_HTTP=3000 + +# OneBot WebSocket 端口 [必填] +PANEL_APP_PORT_ONEBOT_WS=3001 + +# Satori 端口 [必填] +PANEL_APP_PORT_SATORI=5600 + diff --git a/appstore/llonebot/latest/data.yml b/appstore/llonebot/latest/data.yml new file mode 100644 index 000000000..a9868e5ef --- /dev/null +++ b/appstore/llonebot/latest/data.yml @@ -0,0 +1,48 @@ +additionalProperties: + formFields: + - default: "/home/llonebot" + edit: true + envKey: LLONEBOT_ROOT_PATH + labelZh: 数据持久化路径 + labelEn: Data persistence path + required: true + type: text + - default: 3080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number + - default: "" + edit: true + envKey: QUICK_LOGIN_QQ + labelZh: 快速登录QQ号码 + labelEn: Quick login QQ number + required: true + type: text + - default: 3000 + edit: true + envKey: PANEL_APP_PORT_ONEBOT_HTTP + labelZh: OneBot HTTP 端口 + labelEn: OneBot HTTP port + required: true + rule: paramPort + type: number + - default: 3001 + edit: true + envKey: PANEL_APP_PORT_ONEBOT_WS + labelZh: OneBot WebSocket 端口 + labelEn: OneBot WebSocket port + required: true + rule: paramPort + type: number + - default: 5600 + edit: true + envKey: PANEL_APP_PORT_SATORI + labelZh: Satori 端口 + labelEn: Satori port + required: true + rule: paramPort + type: number diff --git a/appstore/llonebot/latest/docker-compose.yml b/appstore/llonebot/latest/docker-compose.yml new file mode 100644 index 000000000..d0bfc074e --- /dev/null +++ b/appstore/llonebot/latest/docker-compose.yml @@ -0,0 +1,25 @@ +networks: + 1panel-network: + external: true +services: + llonebot: + container_name: llonebot + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + image: initialencounter/llonebot:latest + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:3080 + - ${PANEL_APP_PORT_ONEBOT_HTTP}:3000 + - ${PANEL_APP_PORT_ONEBOT_WS}:3001 + - ${PANEL_APP_PORT_SATORI}:5600 + restart: always + volumes: + - ${LLONEBOT_ROOT_PATH}/data:/root/.config/QQ + - ${LLONEBOT_ROOT_PATH}/llonebot:/root/llonebot diff --git a/appstore/llonebot/latest/envs/default.env b/appstore/llonebot/latest/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/appstore/llonebot/latest/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/appstore/llonebot/latest/envs/global.env b/appstore/llonebot/latest/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/appstore/llonebot/latest/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/appstore/llonebot/latest/scripts/init.sh b/appstore/llonebot/latest/scripts/init.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/llonebot/latest/scripts/init.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/llonebot/latest/scripts/uninstall.sh b/appstore/llonebot/latest/scripts/uninstall.sh new file mode 100644 index 000000000..c86c4fbca --- /dev/null +++ b/appstore/llonebot/latest/scripts/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/llonebot/latest/scripts/upgrade.sh b/appstore/llonebot/latest/scripts/upgrade.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/llonebot/latest/scripts/upgrade.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/llonebot/logo.png b/appstore/llonebot/logo.png new file mode 100644 index 000000000..2512e2b9c Binary files /dev/null and b/appstore/llonebot/logo.png differ diff --git a/appstore/napcat/4.9.81/.env b/appstore/napcat/4.9.81/.env new file mode 100644 index 000000000..1131cd609 --- /dev/null +++ b/appstore/napcat/4.9.81/.env @@ -0,0 +1,18 @@ +# 数据持久化路径 [必填] +NAPCAT_ROOT_PATH=/home/napcat + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=6099 + +# OneBot HTTP 端口 [必填] +PANEL_APP_PORT_ONEBOT_HTTP=3000 + +# OneBot WebSocket 端口 [必填] +PANEL_APP_PORT_ONEBOT_WS=3001 + +# UID [必填] +NAPCAT_UID=0 + +# GID [必填] +NAPCAT_GID=0 + diff --git a/appstore/napcat/4.9.81/data.yml b/appstore/napcat/4.9.81/data.yml new file mode 100644 index 000000000..fcd084fc7 --- /dev/null +++ b/appstore/napcat/4.9.81/data.yml @@ -0,0 +1,47 @@ +additionalProperties: + formFields: + - default: "/home/napcat" + edit: true + envKey: NAPCAT_ROOT_PATH + labelZh: 数据持久化路径 + labelEn: Data persistence path + required: true + type: text + - default: 6099 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number + - default: 3000 + edit: true + envKey: PANEL_APP_PORT_ONEBOT_HTTP + labelZh: OneBot HTTP 端口 + labelEn: OneBot HTTP port + required: true + rule: paramPort + type: number + - default: 3001 + edit: true + envKey: PANEL_APP_PORT_ONEBOT_WS + labelZh: OneBot WebSocket 端口 + labelEn: OneBot WebSocket port + required: true + rule: paramPort + type: number + - default: 0 + edit: true + envKey: NAPCAT_UID + labelZh: UID + labelEn: UID + required: true + type: number + - default: 0 + edit: true + envKey: NAPCAT_GID + labelZh: GID + labelEn: GID + required: true + type: number diff --git a/appstore/napcat/4.9.81/docker-compose.yml b/appstore/napcat/4.9.81/docker-compose.yml new file mode 100644 index 000000000..0f821ac99 --- /dev/null +++ b/appstore/napcat/4.9.81/docker-compose.yml @@ -0,0 +1,26 @@ +networks: + 1panel-network: + external: true +services: + napcat: + container_name: napcat + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + - NAPCAT_UID=${NAPCAT_UID:-0} + - NAPCAT_GID=${NAPCAT_GID:-0} + image: mlikiowa/napcat-docker:v4.9.81 + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:6099 + - ${PANEL_APP_PORT_ONEBOT_HTTP}:3000 + - ${PANEL_APP_PORT_ONEBOT_WS}:3001 + restart: always + volumes: + - ${NAPCAT_ROOT_PATH}/data:/app/.config/QQ + - ${NAPCAT_ROOT_PATH}/napcat:/app/napcat/config diff --git a/appstore/napcat/4.9.81/envs/default.env b/appstore/napcat/4.9.81/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/appstore/napcat/4.9.81/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/appstore/napcat/4.9.81/envs/global.env b/appstore/napcat/4.9.81/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/appstore/napcat/4.9.81/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/appstore/napcat/4.9.81/scripts/init.sh b/appstore/napcat/4.9.81/scripts/init.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/napcat/4.9.81/scripts/init.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/napcat/4.9.81/scripts/uninstall.sh b/appstore/napcat/4.9.81/scripts/uninstall.sh new file mode 100644 index 000000000..c86c4fbca --- /dev/null +++ b/appstore/napcat/4.9.81/scripts/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/napcat/4.9.81/scripts/upgrade.sh b/appstore/napcat/4.9.81/scripts/upgrade.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/napcat/4.9.81/scripts/upgrade.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/napcat/README.md b/appstore/napcat/README.md new file mode 100644 index 000000000..c10401918 --- /dev/null +++ b/appstore/napcat/README.md @@ -0,0 +1,22 @@ +# NapCat + +基于 NTQQ 的现代协议端框架 + +![NapCat](https://file.lifebus.top/imgs/napcat_cover.png) + +![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) + +## 使用说明 + +> 查看Token +> +> 默认登录Token: `napcat` +> +> 请通过日志查看 实际 Token + +扫描登录即可 + +--- + +![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) +![Ms Studio](https://analytics.lifebus.top/p/wJix5nI1W) diff --git a/appstore/napcat/data.yml b/appstore/napcat/data.yml new file mode 100644 index 000000000..65907f206 --- /dev/null +++ b/appstore/napcat/data.yml @@ -0,0 +1,17 @@ +additionalProperties: + key: napcat + name: NapCat + tags: + - WebSite + - Local + shortDescZh: 基于 NTQQ 的现代协议端框架 + shortDescEn: Modern protocol-side framework based on NTQQ + type: website + crossVersionUpdate: true + limit: 0 + website: https://napneko.github.io/ + github: https://github.com/NapNeko/NapCatQQ/ + document: https://napneko.github.io/ + architectures: + - amd64 + - arm64 diff --git a/appstore/napcat/logo.png b/appstore/napcat/logo.png new file mode 100644 index 000000000..2512e2b9c Binary files /dev/null and b/appstore/napcat/logo.png differ diff --git a/dockge/kirara-agent/.env b/dockge/kirara-agent/.env new file mode 100644 index 000000000..e2cb73a28 --- /dev/null +++ b/dockge/kirara-agent/.env @@ -0,0 +1,6 @@ +# 数据持久化路径 [必填] +KIRARA_AGENT_ROOT_PATH=/home/kirara-agent + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=8080 + diff --git a/dockge/kirara-agent/docker-compose.yml b/dockge/kirara-agent/docker-compose.yml new file mode 100644 index 000000000..9718f0d91 --- /dev/null +++ b/dockge/kirara-agent/docker-compose.yml @@ -0,0 +1,21 @@ +networks: + 1panel-network: + external: true +services: + kirara-agent: + container_name: kirara-agent + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + image: lss233/kirara-agent-framework:v3.2.0 + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:8080 + restart: always + volumes: + - ${KIRARA_AGENT_ROOT_PATH}/data:/app/data diff --git a/dockge/kirara-agent/envs/default.env b/dockge/kirara-agent/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/kirara-agent/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/kirara-agent/envs/global.env b/dockge/kirara-agent/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/kirara-agent/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/dockge/llonebot/.env b/dockge/llonebot/.env new file mode 100644 index 000000000..990917f1f --- /dev/null +++ b/dockge/llonebot/.env @@ -0,0 +1,18 @@ +# 数据持久化路径 [必填] +LLONEBOT_ROOT_PATH=/home/llonebot + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=3080 + +# 快速登录QQ号码 [必填] +QUICK_LOGIN_QQ= + +# OneBot HTTP 端口 [必填] +PANEL_APP_PORT_ONEBOT_HTTP=3000 + +# OneBot WebSocket 端口 [必填] +PANEL_APP_PORT_ONEBOT_WS=3001 + +# Satori 端口 [必填] +PANEL_APP_PORT_SATORI=5600 + diff --git a/dockge/llonebot/docker-compose.yml b/dockge/llonebot/docker-compose.yml new file mode 100644 index 000000000..d0bfc074e --- /dev/null +++ b/dockge/llonebot/docker-compose.yml @@ -0,0 +1,25 @@ +networks: + 1panel-network: + external: true +services: + llonebot: + container_name: llonebot + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + image: initialencounter/llonebot:latest + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:3080 + - ${PANEL_APP_PORT_ONEBOT_HTTP}:3000 + - ${PANEL_APP_PORT_ONEBOT_WS}:3001 + - ${PANEL_APP_PORT_SATORI}:5600 + restart: always + volumes: + - ${LLONEBOT_ROOT_PATH}/data:/root/.config/QQ + - ${LLONEBOT_ROOT_PATH}/llonebot:/root/llonebot diff --git a/dockge/llonebot/envs/default.env b/dockge/llonebot/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/llonebot/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/llonebot/envs/global.env b/dockge/llonebot/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/llonebot/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/dockge/napcat/.env b/dockge/napcat/.env new file mode 100644 index 000000000..1131cd609 --- /dev/null +++ b/dockge/napcat/.env @@ -0,0 +1,18 @@ +# 数据持久化路径 [必填] +NAPCAT_ROOT_PATH=/home/napcat + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=6099 + +# OneBot HTTP 端口 [必填] +PANEL_APP_PORT_ONEBOT_HTTP=3000 + +# OneBot WebSocket 端口 [必填] +PANEL_APP_PORT_ONEBOT_WS=3001 + +# UID [必填] +NAPCAT_UID=0 + +# GID [必填] +NAPCAT_GID=0 + diff --git a/dockge/napcat/docker-compose.yml b/dockge/napcat/docker-compose.yml new file mode 100644 index 000000000..0f821ac99 --- /dev/null +++ b/dockge/napcat/docker-compose.yml @@ -0,0 +1,26 @@ +networks: + 1panel-network: + external: true +services: + napcat: + container_name: napcat + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + - NAPCAT_UID=${NAPCAT_UID:-0} + - NAPCAT_GID=${NAPCAT_GID:-0} + image: mlikiowa/napcat-docker:v4.9.81 + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:6099 + - ${PANEL_APP_PORT_ONEBOT_HTTP}:3000 + - ${PANEL_APP_PORT_ONEBOT_WS}:3001 + restart: always + volumes: + - ${NAPCAT_ROOT_PATH}/data:/app/.config/QQ + - ${NAPCAT_ROOT_PATH}/napcat:/app/napcat/config diff --git a/dockge/napcat/envs/default.env b/dockge/napcat/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/napcat/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/napcat/envs/global.env b/dockge/napcat/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/napcat/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai