
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
More information about the archiving project can be found on the ArchiveTeam wiki: http://archiveteam.org/index.php?title=The_Artist_Union
Be sure to replace YOURNICKHERE with the nickname that you want to be shown as, on the tracker. You don't need to register it, just pick a nickname you like.
In most of the below cases, there will be a web interface running at http://localhost:8001/. If you don't know or care what this is, you can just ignore it—otherwise, it gives you a fancy view of what's going on.
If anything goes wrong while running the commands below, please scroll down to the bottom of this page. There's troubleshooting information there.
Follow the http://archiveteam.org/index.php?title=Warrior for installing the Warrior, and select the "The Artist Union" project in the Warrior interface.
To run this outside the warrior, clone this repository, cd into its directory and run:
python3 -m pip install setuptools wheel python3 -m pip install --upgrade seesaw zstandard requests ./get-wget-lua.sh
then start downloading with:
run-pipeline3 pipeline.py --concurrent 2 YOURNICKHERE
For more options, run:
run-pipeline3 --help
If you don't have root access and/or your version of pip is very old, you can replace "pip install --upgrade seesaw" with:
wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py ; python3 get-pip.py --user ; ~/.local/***/pip3 install --upgrade --user seesaw
so that pip and seesaw are installed in your home, then run
~/.local/***/run-pipeline3 pipeline.py --concurrent 2 YOURNICKHERE
This feature requires seesaw version 0.0.16 or greater. Use pip install --upgrade seesaw to upgrade.
Use the --context-value argument to pass in bind_address=123.4.5.6 (replace the IP address with your own).
Example of running 2 threads, no web interface, and Wget ***ding of IP address:
run-pipeline3 pipeline.py --concurrent 2 YOURNICKHERE --disable-web-server --context-value ***d_address=123.4.5.6
Package libzstd-dev version 1.4.4 is required which is currently available from buster-backports.
adduser --system --group --shell /***/bash archiveteam echo deb http://deb.debian.org/debian buster-backports main contrib > /etc/apt/sources.list.d/backports.list apt-get update \ && apt-get install -y git-core libgnutls-dev lua5.1 liblua5.1-0 liblua5.1-0-dev screen bzip2 zlib1g-dev flex autoconf autopoint texinfo gperf lua-socket rsync automake pkg-config python3-dev python3-pip build-essential \ && apt-get -t buster-backports install zstd libzstd-dev libzstd1 python3 -m pip install setuptools wheel python3 -m pip install --upgrade seesaw zstandard requests su -c "cd /home/archiveteam; git clone https://github.com/ArchiveTeam/theartistunion-grab.git; cd theartistunion-grab; ./get-wget-lua.sh" archiveteam screen su -c "cd /home/archiveteam/theartistunion-grab/; run-pipeline pipeline.py --concurrent 2 --address '127.0.0.1' YOURNICKHERE" archiveteam [... ctrl+A D to detach ...]
In Debian Jessie, Ubuntu 18.04 Bionic and above, the libgnutls-dev package was renamed to libgnutls28-dev. So, you need to do the following instead:
adduser --system --group --shell /***/bash archiveteam echo deb http://deb.debian.org/debian buster-backports main contrib > /etc/apt/sources.list.d/backports.list apt-get update \ && apt-get install -y git-core libgnutls28-dev lua5.1 liblua5.1-0 liblua5.1-0-dev screen bzip2 zlib1g-dev flex autoconf autopoint texinfo gperf lua-socket rsync automake pkg-config python3-dev python3-pip build-essential \ && apt-get -t buster-backports install zstd libzstd-dev libzstd1 [... pretty much the same as above ...]
Wget-lua is also available on https://launchpad.net/~archiveteam/+archive/wget-lua for Ubuntu.
Ensure that you have the CentOS equivalent of bzip2 installed as well. You will need the EPEL repository to be enabled.
yum -y groupinstall "Development Tools" yum -y install gnutls-devel lua-devel python-pip zlib-devel zstd libzstd-devel git-core gperf lua-socket luarocks texinfo git rsync gettext-devel pip install --upgrade seesaw [... pretty much the same as above ...]
Tested with EL7 repositories.
The same as CentOS but with "dnf" instead of "yum". Did not successfully test compiling, so far.
zypper install liblua5_1 lua51 lua51-devel screen python-pip libgnutls-devel bzip2 python-devel gcc make pip install --upgrade seesaw [... pretty much the same as above ...]
You need Homebrew. Ensure that you have the OS X equivalent of bzip2 installed as well.
brew install python lua gnutls pip install --upgrade seesaw [... pretty much the same as above ...]
There is a known issue with some packaged versions of rsync. If you get errors during the upload stage, theartistunion-grab will not work with your rsync version.
This supposedly fixes it:
alias rsync=/usr/local/***/rsync
Ensure that you have the Arch equivalent of bzip2 installed as well.
python2-pip installed.pip2 install --upgrade seesaw.#!/usr/bin/python2 instead of #!/usr/bin/python.useradd --system --group users --shell /bin/bash --create-home archiveteamscreen su -c "cd /home/archiveteam/theartistunion-grab/; run-pipeline pipeline.py --concurrent 2 --address '127.0.0.1' YOURNICKHERE" archiveteamapk add lua5.1 git python bzip2 bash rsync gcc libc-dev lua5.1-dev zlib-dev gnutls-dev autoconf flex make python -m ensurepip pip install -U seesaw git clone https://github.com/ArchiveTeam/theartistunion-grab cd theartistunion-grab; ./get-wget-lua.sh run-pipeline pipeline.py --concurrent 2 --address '127.0.0.1' YOURNICKHERE
Honestly, I have no idea. ./get-wget-lua.sh supposedly doesn't work due to differences in the tar that ships with FreeBSD. Another problem is the apparent absence of Lua 5.1 development headers. If you figure this out, please do let us know on IRC (irc.efnet.org #archiveteam).
Broken? These are some of the possible solutions:
If you get errors about wget.pod or something similar, the documentation failed to compile - wget-lua, however, compiled fine. Try this:
cd get-wget-lua.tmp mv src/wget ../wget-lua cd ..
The get-wget-lua.tmp name may be inaccurate. If you have a folder with a similar but different name, use that instead and please let us know on IRC what folder name you had!
Optionally, if you know what you're doing, you may want to use wgetpod.patch.
Please ensure that gnutls-dev(el) and openssl-dev(el) are installed.
If you're sure that you followed the steps to install seesaw, permissions on your module directory may be set incorrectly. Try the following:
chmod o+rX -R /usr/local/lib/python2.7/dist-packages
Install seesaw using pip2 instead of pip.
pip2 install seesaw
If you notice a bug and want to file a bug report, please use the GitHub issues tracker.
Are you a developer? Help write code for us! Look at our http://archiveteam.org/index.php?title=Dev for details.
Have an issue not listed here? Join us on IRC and ask! We can be found at irc.efnet.org #archiveteam.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务