
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
!Flood logo
https://img.shields.io/travis/Flood-UI/flood/master.svg?style=flat-square](https://travis-ci.org/Flood-UI/flood) https://img.shields.io/***/418267176873623553.svg?style=flat-square]([***]
Flood is a monitoring service for https://github.com/rakshasa/rtorrent. It's a Node.js service that communicates with rTorrent instances and serves a decent web UI for administration. It's a work-in-progress.
Feedback
If you have a specific issue or bug, please file a Github issue. Please join the Flood *** server to discuss feature requests and implementation details.
./configure, be sure to run with the --with-xmlrpc-c flag.8 or higher (you might want to manage different Node versions with https://github.com/nodenv/nodenv or https://github.com/creationix/nvm or https://github.com/tj/n).node-gyp pre-requisites, see https://www.npmjs.com/package/node-gyp#installation, ex: python2, make, gcc.Copy config.template.js to config.js and review its comments. This is required.
When loading the web interface, you will be pro***ed to configure the connection to rtorrent. Other configuration options are handled config.js.
What to configure
baseURI property. All requests will be prefixed with this value.
https://foo.bar/apps/flood, you would set baseURI to /apps/flood. If serving flood from https://foo.bar, you do not need to configure baseURI.Note: Some of these values are baked into the static assets (like baseURI), so changes to this file require recompling static assets.
From the root of the Flood directory...
npm install if you haven't already or if you've pulled changes.npm run build.npm start.Access the UI in your browser. With default settings, go to http://localhost:3000. You can configure the port in config.js.
I've been bad about cutting actual releases, so check this repo for recent commits.
git pull in this repository's directory.config.template.js for configuration changes that you may wish to incoporate in your config.js.npm install to update dependencies.npm run build to transpile and bundle static assets.npm start.nodejs-legacy (sudo apt-get install nodejs-legacy) for dependencies to install successfully. You can read more on http://stackoverflow.com/questions/21168141/cannot-install-packages-using-node-package-manager-in-ubuntu.npm install.npm run start:development:server and npm run start:development:client in separate terminal instances.
npm run start:development:server uses https://github.com/remy/nodemon to watch for changes to the server-side JavaScript.npm run start:development:client watches for changes in the client-side source.localhost:4200.DEV_SERVER_PORT: webpackDevServer's port, used when developing Flood. Defaults to 4200.DEV_SERVER_HOST: webpackDevServer's host, used when developing Flood. Defaults to 0.0.0.0.DEV_SERVER_HTTPS: webpackDevServer's protocol, used when developing Flood. Defaults to http.docker build -t rtorrent-flood .docker run --name rtorrent-flood -e RTORRENT_SCGI_HOST=w.x.y.z -p 3000:3000 rtorrent-floodFLOOD_BASE_URIFLOOD_SECRETFLOOD_ENABLE_SSLThe docker container includes a volume at /data, which is where the database will be located. Additionally, you can place your SSL files there, /data/flood_ssl.key and /data/flood_ssl.cert. Set FLOOD_ENABLE_SSL to true to enable their use if present. Additionally, a local rtorrent socket file located at /data/rtorrent.sock can be used if RTORRENT_SOCK is set to true.
Check out the https://github.com/Flood-UI/flood/wiki/Docker for more information.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务