Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions apps/easybot/1.4.0-f36ec/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
additionalProperties:
formFields:
- default: 5000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: PANEL_APP_PORT_HTTP
labelZh: 监听端口
required: true
rule: paramPort
type: number
label:
en: Web Service Listening Port
ja: Webサービスリッスンポート
ms: Port Mendengar Perkhidmatan Web
pt-br: Porta de Escuta do Serviço Web
ru: Порт прослушивания веб-сервиса
ko: 웹 서비스 수신 포트
zh-Hant: 網頁服務監聽端口
zh: 网页服务监听端口
- default: 26990
edit: true
envKey: BRIDGE_PORT
labelEn: Bridge
labelZh: Bridge端口
required: true
rule: paramPort
type: number
label:
en: Bridge Port
ja: ブリッジポート
ms: Port Jambatan
pt-br: Porta da Ponte
ru: Порт моста
ko: 브리지 포트
zh-Hant: Bridge端口
zh: Bridge端口
27 changes: 27 additions & 0 deletions apps/easybot/1.4.0-f36ec/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: '3.8'

services:
easybot:
image: zzh4141/easybot-docker:1.4.0-f36ec
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
- 1panel-network
ports:
- ${BRIDGE_PORT}:${BRIDGE_PORT}
- "5000:5000"
volumes:
- easybot_data:/app
environment:
- ServerOptions__Host=0.0.0.0
- ServerOptions__Port=${BRIDGE_PORT}
- Kestrel__Endpoints__web_app__Url=http://0.0.0.0:${PANEL_APP_PORT_HTTP}
labels:
createdBy: "Apps"

networks:
1panel-network:
external: true

volumes:
easybot_data:
15 changes: 15 additions & 0 deletions apps/easybot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# EasyBot
这是一款集消息同步、自定义命令、绑定管理、高级权限控制、群组互动、自定义模板支持以及自定义插件支持等全方位功能于一体的服务器管理工具,全方位优化游戏社区体验!
# !!!注意!!!
如果你修改了其中 网页服务监听地址 请同时修改docker-compose.yml中的端口映射
# 🚀 核心功能
1. 消息同步系统 - 实现多平台消息无缝同步
2. 自定义命令 - 灵活配置个性化管理命令
3. 绑定管理 - 完善的用户绑定和权限管理
4. 权限控制 - 多层次、精细化的权限控制系统

# 🛠️ 高级功能
1. 群组互动 - 增强社区互动体验
2. 模板支持 - 自定义消息和界面模板
3. 插件系统 - 支持自定义插件扩展功能
4. Web UI - 直观的网页管理界面
20 changes: 20 additions & 0 deletions apps/easybot/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
additionalProperties:
key: EasyBot
name: EasyBot
tags:
- Tool
description:
en: ""
zh: 这是一款多功能功能于一体的服务器管理工具,全方位优化游戏社区体验!
zh-Hant: 這是一款多功能於一體的伺服器管理工具,全方位優化遊戲社群體驗!
ja: ""
ms: ""
pt-br: ""
ru: ""
ko: ""
type: Tool
crossVersionUpdate: true
limit: 1
website: https://docs.inectar.cn/
github: https://github.com/easybot-team/
document: https://docs.inectar.cn/docs/easybot/intor
Binary file added apps/easybot/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.