back to home

openilink / openilink-hub

View on GitHub
71 stars
6 forks
2 issues

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing openilink/openilink-hub in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/openilink/openilink-hub)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

OpenILink Hub 多 Bot 管理与消息中继系统。通过扫码绑定微信 Bot,将消息实时转发给下游服务。 快速开始 访问 ,首个注册用户自动成为管理员。 部署 Docker Compose(推荐) 前面加 nginx / Caddy 做 HTTPS 反代,将 443 转发到 9800。 直接运行 环境变量 | 变量 | 默认值 | 说明 | |------|--------|------| | | | 监听地址 | | | | PostgreSQL 连接串 | | | | 站点源地址,必须与浏览器访问地址一致(含协议) | | | | WebAuthn RP ID,通常为域名 | | | | 站点显示名称 | | | | 服务端密钥,生产环境必须修改 | | | — | GitHub OAuth Client ID | | | — | GitHub OAuth Client Secret | | | — | LinuxDo OAuth Client ID | | | — | LinuxDo OAuth Client Secret | 配置 OAuth 登录 OAuth 为可选功能。配置后用户可使用第三方账号登录或绑定到已有账号。 GitHub • 前往 GitHub Developer Settings → OAuth Apps → New OAuth App • 填写: • **Application name**: OpenILink Hub(随意) • **Homepage URL**: • **Authorization callback URL**: • 创建后获取 Client ID 和 Client Secret • 设置环境变量 和 LinuxDo • 前往 connect.linux.do 创建应用 • 回调地址填: • 获取 Client ID 和 Client Secret • 设置环境变量 和 注意事项 • 回调地址格式固定为 • 必须与实际访问地址完全一致(包括协议和端口) • 未配置 Client ID 的 provider 不会出现在登录页 • 已登录用户可在「设置」页面绑定/解绑第三方账号 架构 Provider 扩展 Bot 连接通过 Provider 接口抽象( ),当前实现了 iLink provider。新增 provider 只需: • 在 下实现 接口 • 在 中调用 • 在 中 注册 License MIT