
如果你使用 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://raw.githubusercontent.com/JasonHHouse/gaps/2f57e4d8c694cca5139fbff3deae60b4e4f7d308/images/issues.svg]() https://raw.githubusercontent.com/JasonHHouse/gaps/2f57e4d8c694cca5139fbff3deae60b4e4f7d308/images/license.svg](https://github.com/JasonHHouse/Gaps/issues) https://raw.githubusercontent.com/JasonHHouse/gaps/2f57e4d8c694cca5139fbff3deae60b4e4f7d308/images/prs.svg](https://github.com/JasonHHouse/Gaps/pulls) https://raw.githubusercontent.com/JasonHHouse/gaps/2f57e4d8c694cca5139fbff3deae60b4e4f7d308/images/status.svg](/LICENSE)
Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course.
Gaps is a FOSS application. An example of Gaps running would be having a copy of 'Alien (1979)' and Gaps recommending 'Aliens (1986)' and 'Alien³ (1992)' to be added to your collection.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
Option 1
Gaps can run in [object Object]. If you choose to run this way, you'll need a Docker environment installed. Docker has a good write up on installing Docker CE. Check it out [object Object]. Once you get docker up and running
Option 2
Gaps can run as an exe on Windows. GapsOnWindows can be found on the [object Object] page. Gaps-{version}.zip.
With Docker installed, you'll need to now pull down the latest Gaps image. The Gaps image is hosted https://hub.docker.com/r/housewrecker/gaps. To pull the image, run the following command in a terminal
If you are running an x86 machine, use this command.
docker pull housewrecker/gaps:latest
If you are running an ARM machine, use this command.
docker pull housewrecker/gaps:arm-latest
With the image pulled, now you can run the container.
Note: 8484 is used internally by gaps. Externally, any available host port can be used. This can be configured by changing -p {valid port number}:8484
docker run -d -p 8484:8484 --name mygaps --expose 32400 -v /{localFolder}/gaps:/usr/data housewrecker/gaps:latest
Open your browser and navigate to, http://{IP_ADDRESS}:8484
If everything worked, you will be greeted by the gaps home page.
!https://github.com/JasonHHouse/gaps/blob/master/images/gaps-main.png?raw=true
!https://github.com/JasonHHouse/gaps/blob/master/images/gaps-main.png?raw=true
Click the Settings tab to set up Gaps.
TMDB
First, you need to enter your The Movie Database (TMDB) API Key. As noted on the page, to use Gaps, you'll need a MovieDB API key. Navigate over to The Movie DB, create an account, and make an API Key. Copy that key and paste it below.
With your TMDB key added, now you need to configure the information to connect to Plex.
Click the Test button to confirm your key works.
Click the Save button to add your key.
Click the Plex tab to set up Gaps.
Plex
!https://github.com/JasonHHouse/gaps/blob/master/images/plex-configuration.png?raw=true
Now you'll need to configure how to connect Gaps to Plex. This includes three main things: the host/IP address of Plex, the port Plex uses, and your personal Plex Token.
The host/IP address and port are the same ones you use to connect to Plex via the web. It could look something like this
https://localhost:32400/web/index.html
Or
[***]
If Plex and Gaps are both running in the same Docker, you may need to use the IP address on the local network. Example
[***]
So, in the first case, the host is localhost and the port 32400. In the second case, the host is 127.0.0.1 with the same port.
Lastly, you'll need to get your personal Plex Token. If you do not know already it's easy to find. Plex has a great write up here about how to find your token.
Click the Test button to confirm your Plex server configuration works.
Click the Save button to add your Plex server.
Folders
Note: Right now only searching via Plex is working. In time, I'll add back in searching by folder.
Network
!https://github.com/JasonHHouse/gaps/blob/master/images/network-configuration.png?raw=true
Increase the timeout if Plex connection is on a remote network and timeouts are occurring.
Click the Libraries tab to set up Gaps.
If you have more than one Movie Library or Plex Server, the dropdown lets you pick the Server and Library to search from.
!https://github.com/JasonHHouse/gaps/blob/master/images/plex-libraries-empty.png?raw=true
Click the Search button to find your Plex Movies.
!https://github.com/JasonHHouse/gaps/blob/master/images/plex-libraries.png?raw=true
Gaps will display the movies found in the Plex Server Library.
Note: Rerun this step for each server you want Gaps to find the missing movies in.
Click the Recommended tab to set up Gaps.
Once you've started searching, the movies will start populating on the final page.
!https://github.com/JasonHHouse/gaps/blob/master/images/recommended-empty.png?raw=true
Click the Search button to find your missing movies.
!https://github.com/JasonHHouse/gaps/blob/master/images/recommended.png?raw=true
For large libraries, this can take a while to run. The results are stored and only need to be rerun when Plex updates. Missing movies are added as found. Do not navigate away. Gaps will still run but you'll have to check logs to know when it is complete. It is currently easier to just leave the page open. Fixes for this are coming soon.
!https://github.com/JasonHHouse/gaps/blob/master/images/rss.png?raw=true
Once you've completed at least one search of your plex libraries, you can then view and use the output as RSS.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。






来自真实用户的反馈,见证轩辕镜像的优质服务