专属
文档
插件
助手
邀请
顶部
快速返回页面顶部
收起
收起工具栏
轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像

交易
充值流量我的订单

文档

工具

功能
提交工单页面收录

帮助
轩辕镜像免费版

其他
关于我们网站地图
热门搜索:
gaps

housewrecker/gaps

housewrecker

Search your movies and find missing movies from MovieDB collections.

23 次收藏下载次数: 0状态:社区镜像维护者:housewrecker仓库类型:镜像最近更新:4 年前
让 AI 帮你使用轩辕镜像? · 展开查看说明

如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

轩辕镜像,加速的不只是镜像。点击查看
镜像简介
标签列表
镜像标签列表与下载命令
轩辕镜像,加速的不只是镜像。点击查看

Gaps

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)


Unfortunately, I no longer have the time to maintain Gaps and it is no longer under active development.

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.

📝 Table of Contents

  • About
  • Getting Started
  • Deployment
  • Usage
  • Built Using
  • TODO
  • Contributing
  • Authors
  • Acknowledgments

🧐 About

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.

🏁 Getting Started

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.

Prerequisites

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.

Installing

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

🎈 Usage

Home Page

!https://github.com/JasonHHouse/gaps/blob/master/images/gaps-main.png?raw=true

Click the Settings tab to set up Gaps.

Settings

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.

Libraries

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.

Missing

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.

Recommended and RSS

!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.

⛏️ Built Using

  • jQuery - JS Framework
  • Bootstrap - UI Framework
  • Spring Boot - Server Framework
  • NodeJs - Testing and Build Environment

✍️ Authors

  • https://github.com/JasonHHouse - Idea & Initial work

🎉 Acknowledgements

  • https://github.com/knoxie Developer, testing, and support
  • Inspiration
    • A missing feature from Plex

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 gaps 镜像标签

docker pull docker.xuanyuan.run/housewrecker/gaps:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull housewrecker/gaps:<标签>

更多 gaps 镜像推荐

stripeoss/gaps logo

stripeoss/gaps

stripeoss
暂无描述
2 次收藏5万+ 次下载
9 年前更新
gapsystem/gap-docker-master logo

gapsystem/gap-docker-master

gapsystem
GAP开发版本Docker容器,包含从GAP仓库master分支构建的核心系统及为下一个主要版本准备的GAP包,用于测试和开发。
2 次收藏10万+ 次下载
4 年前更新
gapsystem/gap-docker-stable-4.10 logo

gapsystem/gap-docker-stable-4.10

gapsystem
该Docker镜像包含GAP系统stable-4.10分支的核心构建及为下一个版本发布准备的GAP包,用于测试该分支的稳定性及相关包的兼容性。
1 次收藏10万+ 次下载
5 年前更新
gapsystem/gap-docker-stable-4.11 logo

gapsystem/gap-docker-stable-4.11

gapsystem
提供基于GAP仓库stable-4.11分支构建的核心GAP系统及该分支下准备发布的GAP包,用于测试和开发。
5万+ 次下载
4 年前更新
gapsystem/gap-docker logo

gapsystem/gap-docker

gapsystem
GAP数学系统及其所有 redistributed 包的Docker容器,提供最新版GAP的完整安装环境,支持直接运行GAP、挂载本地文件、网络访问及Jupyter集成,方便用户快速开展数学计算与研究。
3 次收藏5万+ 次下载
5 年前更新
gapsystem/gap-docker-stable-4.9 logo

gapsystem/gap-docker-stable-4.9

gapsystem
提供GAP系统stable-4.9分支及对应版本包的Docker容器,支持代数计算等数学研究场景,适用于GAP的开发与测试。
1 次收藏1万+ 次下载
6 年前更新

查看更多 gaps 相关镜像

轩辕镜像配置手册

按平台快速找到配置文档

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

一键安装

一键安装 Docker

Linux Docker 一键安装

需要其他帮助?请查看我们的 常见问题 Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

免费版与专业版区别

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

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

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
housewrecker/gaps
教程轩辕镜像功能与使用教程
价格查看流量套餐与价格
热门查看热门 Docker 镜像推荐
博客Docker 镜像公告与技术博客
官方公众号:源码跳动|官方技术交流群:831623681
官方公众号:源码跳动|官方技术交流群:|问题咨询请:提交工单
商务合作:点击复制邮箱
©2024-2026 源码跳动
商务合作:点击复制邮箱Copyright © 2024-2026 杭州源码跳动科技有限公司. All rights reserved.