
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
https://img.shields.io/github/v/release/gekleos/bitagent?sort=semver](https://github.com/gekleos/bitagent/releases) https://img.shields.io/github/actions/workflow/status/gekleos/bitagent/ci.yml?branch=main](https://github.com/gekleos/bitagent/actions) https://img.shields.io/docker/pulls/gekleos/bitagent-ui](https://hub.docker.com/r/gekleos/bitagent-ui) https://img.shields.io/github/license/gekleos/bitagent](https://github.com/gekleos/bitagent/blob/main/LICENSE)
Turn raw DHT noise into ground-truthed torrent metadata for your Sonarr and Radarr stacks.
What BitAgent is:
Spin up BitAgent in under five minutes. Default authentication uses a simple API key.
bash# Generate auth secrets DASHBOARD_API_KEY=$(openssl rand -hex 32) TORZNAB_API_KEY=$(openssl rand -hex 32) # Pull the compose file curl -O https://raw.githubusercontent.com/gekleos/bitagent/main/examples/compose.public.yml # Edit .env, then: docker compose -f compose.public.yml up -d
Wait ~3 minutes for the first DHT bootstrap, then open http://localhost:8080 and use the API key to log in.
Full quickstart: https://github.com/gekleos/bitagent/blob/main/docs/quickstart.md
***** strongly recommended.** When BitAgent participates in the DHT, your node's IP address is visible to other peers. Route DHT traffic through a no-log *** that supports port forwarding and set
BITAGENT_PEER_PORTto the forwarded port. See https://github.com/gekleos/bitagent/blob/main/docs/legal/disclaimer.md for the full network-isolation recommendation.
mermaidflowchart LR arr["*arr suite (Sonarr/Radarr/...)"] -->|Torznab API| tzn["Torznab adapter"] tzn --> core["BitAgent core (Go)"] core --> dht["DHT crawler"] core --> idx["CEL classifier + Postgres"] core --> gql["GraphQL API"] gql --> dash["Operator dashboard (FastAPI/JS)"] arr -->|Webhook on grab| evt["Evidence pipeline"] evt --> idx
The Go core orchestrates DHT traffic, applies CEL-based classification, and persists results to Postgres. The Torznab *** translates *arr queries into DHT searches and returns normalized metadata. The evidence pipeline ingests successful download webhooks to prune low-quality releases and recalibrate classifier thresholds.
Full reference at https://github.com/gekleos/bitagent/blob/main/docs/configuration.md. Six core env vars cover most deployments:
DATABASE_URL — Postgres connection stringDASHBOARD_API_KEY — dashboard auth (set, or auto-generated on first run)TORZNAB_API_KEY — Torznab endpoint auth (set this for any public-internet deployment)BITAGENT_LOG_LEVEL — debug / info / warn / errorBITAGENT_DHT_BIND_ADDR — DHT UDP ***d (default :4413)TMDB_API_KEY — optional, enables Library poster artConfigure your *arr stack by adding a Torznab indexer:
http://bitagent:3333/torznab + your TORZNAB_API_KEYBitAgent v1.0.0 is live. Follow https://github.com/gekleos/bitagent/discussions for roadmap updates and community Q&A.
Tracked in GitHub Discussions. Current focus:
BitAgent is a metadata indexer, not a download client. The authors accept no liability for copyright infringement or any other harm arising from your use of this software. Operators are solely responsible for complying with applicable copyright, data-protection, and network regulations in their jurisdiction. See https://github.com/gekleos/bitagent/blob/main/docs/legal/disclaimer.md for the full disclaimer.
MIT — see https://github.com/gekleos/bitagent/blob/main/LICENSE.
BitAgent is a 2026 fork of https://github.com/bitmagnet-io/bitmagnet. The upstream provided a sound foundation; we extend our gratitude to those contributors. The DHT protocol and BitTorrent ecosystem are the work of the broader open-source community.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务