
如果你使用 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://github.com/anthonyraymond/joal
JOAL is not designed to help or encourage you downloading illegal materials ! You must respect the law applicable in your country. I couldn't be held responsible for illegal activities performed by your usage of JOAL.
Download the https://github.com/anthonyraymond/joal/releases/latest.
Put config.json, clients, and torrents folder into the location of your choice (this will be your configuration folder). For the rest of this README, it will be named joal-conf.
The folder should look like this:
In next command you have to replace PATH_TO_CONF, PORT, SECRET_OBFUSCATION_PATH and SECRET_TOKEN with your desired values.
docker run -d \ -p PORT:PORT \ -v PATH_TO_CONF:/data \ --name="joal" \ anthonyraymond/joal \ --joal-conf="/data" \ --spring.main.web-environment=true \ --server.port="PORT" \ --joal.ui.path.prefix="SECRET_OBFUSCATION_PATH" \ --joal.ui.secret-token="SECRET_TOKEN"
PATH_TO_CONF is a required argument: path to the joal-conf folder on host (ie: /home/anthony/joal-conf).--spring.main.web-environment=true: to enable the web context.--server.port=YOUR_PORT: the port to be used for both HTTP and WebSocket connection.--joal.ui.path.prefix="SECRET_OBFUSCATION_PATH": use your own complicated path here (this will be your first layer of security to keep joal secret). This is security though obscurity, but it is required in our case. This must contains only alphanumeric characters (no slash, backslash, or any other non-alphanum char)--joal.ui.secret-token="SECRET_TOKEN": use your own secret token here (this is some kind of a password, choose a complicated one).Once joal is started head to: http://host:port/SECRET_OBFUSCATION_PATH/ui/ (obviously, replace SECRET_OBFUSCATION_PATH) by the value you've chosen
If you want to use iframe you may also pass --joal.iframe.enabled=true argument. If you don't known what that is just ignore it.
Multiple architectures are availables.
If you want to run on arm (raspberry) replace anthonyraymond/joal with anthonyraymond/joal:X.X.X-arm where X.X.X are the desired version of joal.
The application configuration belongs in joal-conf/config.json.
{ "minUploadRate" : 30, "maxUploadRate" : 160, "simultaneousSeed" : 20, "client" : "qbittorrent-3.3.16.client", "keepTorrentWithZeroLeechers" : true }
minUploadRate : The minimum uploadRate you want to fake (in kB/s) (required)maxUploadRate : The maximum uploadRate you want to fake (in kB/s) (required)simultaneousSeed : How many torrents should be seeding at the same time (required)client : The name of the .client file to use in joal-conf/clients/ (required)keepTorrentWithZeroLeechers: should JOAL keep torrent with no leechers or seeders. If yes, torrent with no peers will be seed at 0kB/s. If false torrents will be deleted on 0 peers reached. (required)您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务