{"id":18841087,"url":"https://github.com/x1ao4/composehub","last_synced_at":"2026-03-10T16:33:27.277Z","repository":{"id":235879334,"uuid":"790846132","full_name":"x1ao4/ComposeHub","owner":"x1ao4","description":"一个用来分享有趣、实用的 Docker 容器的 Docker Compose 的项目","archived":false,"fork":false,"pushed_at":"2025-08-18T10:55:31.000Z","size":174,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T22:39:20.025Z","etag":null,"topics":["app","application","container","containers","docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/x1ao4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-23T16:28:04.000Z","updated_at":"2025-10-12T12:44:57.000Z","dependencies_parsed_at":"2024-04-24T20:15:33.702Z","dependency_job_id":"8e2fb5a8-bfcc-4699-b067-4af267ac492c","html_url":"https://github.com/x1ao4/ComposeHub","commit_stats":null,"previous_names":["x1ao4/composehub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/x1ao4/ComposeHub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x1ao4%2FComposeHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x1ao4%2FComposeHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x1ao4%2FComposeHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x1ao4%2FComposeHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x1ao4","download_url":"https://codeload.github.com/x1ao4/ComposeHub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x1ao4%2FComposeHub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30342182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","application","container","containers","docker","docker-compose"],"created_at":"2024-11-08T02:50:00.408Z","updated_at":"2026-03-10T16:33:27.250Z","avatar_url":"https://github.com/x1ao4.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ComposeHub\nComposeHub 是一个用来分享有趣、实用的 Docker 容器的 Docker Compose 的项目。你可以在这里直接下载或复制容器的 Docker Compose，然后进行部署。Docker Compose 中需要进行修改的部分都有说明，抄作业比较方便。\n\n## 需要修改的部分\n- **自定义目录**：通常是用来设置容器的应用/用户数据的存储位置的，按需要进行设置。\n- **PUID/PGID**：用户 ID 和组 ID，用来设置容器以什么身份/权限运行。MacOS、Linux 和 NAS 用户可以在终端或 SSH 中通过命令 `id -u 用户名` 和 `id -g 用户名` 查询自己的 PUID 和 PGID，Windows 用户可以直接设置为 `1000`（`0` 代表 root 用户，`1000` 或其他值代表非 root 用户，若没有特殊要求一般使用自己的 ID）。\n- **端口**：`ports` 这个部分是用来设置容器端口的，例如 `5244:5244`，左侧表示宿主机上的端口号，右侧表示 Docker 容器内部的端口号，一般情况下无需改动，若端口号存在冲突或有其他需求，可以修改左侧的端口号，例如 `5044:5244`，这样你在宿主机上访问 `5044` 端口时，你的请求会被转发到 Docker 容器的 `5244` 端口，从而到达你的应用。\n- **其他配置**：若还存在其他需要自定义的配置选项，请根据说明按需要进行设置。\n\n## 容器列表\n1. [AIPAN](https://github.com/unilei/aipan-netdisk-search)：一个支持自行部署的网盘资源搜索引擎，支持搜索百度、夸克、阿里、迅雷等网盘的资源。\n2. [AList-STRM](https://github.com/tefuirZ/alist-strm)：一个用于为 AList 生成 STRM 文件的工具，可用于网盘文件 302 直链或免挂载入库，有 WebUI。\n3. [AList](https://alist.nn.ci/zh/)：一个支持多种存储的文件列表程序，提供文件预览和下载功能，支持通过 WebDAV 访问网盘。\n4. [Aliyundrive Subscribe](https://github.com/adminpass/aliyundrive-subscribe)：阿里云盘订阅，自动订阅、转存、重命名、下载、签到、搜索和资源管理工具。\n5. [ALL in ONE](https://hub.docker.com/r/youshandefeiyang/allinone)：通过自建服务器，使用自己的 IP 地址或域名访问由作者维护的 IPTV 或其他直播平台的直播源。\n6. [AutoFilm](https://github.com/Akimio521/AutoFilm)：一个用于为 AList 生成 STRM 文件的工具，可用于网盘文件 302 直链或免挂载入库。\n7. [Bili-Sync](https://bili-sync.allwens.work/)：一个用于下载和同步哔哩哔哩收藏夹、合集和视频列表的工具，可生成 NFO 文件，支持弹幕转换。\n8. [Chinese Localization for Plex](https://github.com/x1ao4/chinese-localization-for-plex)：Plex 拼音排序、拼音搜索及标签汉化工具。\n9. [Clear 115 Share Dir](https://github.com/x1ao4/ComposeHub/blob/main/clear-115-share-dir/compose.yaml)：定时自动清空 115 网盘我的接收或回收站的工具，支持自定义执行周期。\n10. [CloudDrive](https://www.clouddrive2.com/index.html)：一个强大的多云盘管理工具，为用户提供包含云盘本地挂载的一站式多云盘解决方案。\n11. [CloudSaver](https://github.com/jiangrui1994/CloudSaver)：网盘资源搜索与转存工具，支持 115 网盘、夸克网盘一键转存、豆瓣榜单、多用户使用等功能。\n12. [DailyCheck-115](https://hub.docker.com/r/knightzhi/dailycheck-115/)：115 网盘自动签到、许愿工具。\n13. [DeepL API](https://hub.docker.com/r/zu1k/deepl)：通过逆向 DeepL 客户端使用的协议，实现的免费 DeepL API。\n14. [Docker Copilot](https://github.com/onlyLTY/dockerCopilot)：Docker 助手，支持一键更新容器、删除未使用镜像、备份容器设置、恢复容器设置等功能。\n15. [Dockge](https://github.com/louislam/dockge)：一个 Docker Compose 堆栈管理工具，支持集中管理 Docker Compose 和监视应用等功能。\n16. [Douban API](https://github.com/x1ao4/douban-api)：豆瓣 API 服务，基于豆瓣移动端 API 获取影视热门榜单数据。\n17. [Dozzle](https://dozzle.dev/)：一个用于实时监控 Docker 容器运行状态和查看容器日志的轻量级工具。\n18. [Dufs](https://github.com/sigoden/dufs)：一个开源文件服务器，支持文件管理、搜索和访问控制等功能，可为本地存储提供 WebDAV 服务。\n19. [Edition Manager for Plex](https://github.com/x1ao4/edition-manager-for-plex)：Plex 电影版本（Edition）管理工具。\n20. [File Browser](https://github.com/filebrowser/filebrowser)：一个开源文件服务器，支持文件管理、搜索、分享和访问控制等功能，支持用户注册使用。\n21. [HandBrake](https://github.com/jlesage/docker-handbrake)：一款开源、跨平台的视频转换/转码工具，内置了多种预设方案，支持批量转换。\n22. [IPTV Checker](https://github.com/zhimin-dev/iptv-checker)：M3U 直播源有效性检测工具，支持批量管理源、删除无效源，并提供了一些直播源。\n23. [Lucky](https://lucky666.cn/)：软硬路由公网神器，支持端口转发、反向代理、动态域名、网络唤醒、内网穿透、免费自动证书等功能。\n24. [MDC-NG](https://github.com/mdc-ng/mdc-ng)：视频刮削工具，支持刮削元数据、整理文件等功能，支持下载、处理图片，可生成 NFO 文件。\n25. [MKVToolNix](https://github.com/jlesage/docker-mkvtoolnix)：一款用于创建、编辑、分割、合并和检查 MKV 媒体文件的工具，可用于压缩或 Remux 媒体文件。\n26. [Music Tag Web](https://github.com/xhongc/music-tag-web)：音乐标签编辑工具，支持从国内外音乐平台刮削元数据并写入标签，支持批量处理。\n27. [NEVU](https://github.com/Ipmake/Nevu)：一个基于 Plex API 构建的 Plex 三方 UI（前端/客户端）服务，支持网页和安卓。\n28. [Nginx Proxy Manager](https://nginxproxymanager.com/)：一个简单易用的 Nginx 代理主机管理工具，支持反向代理、免费自动证书等功能。\n29. [NULLBR115](https://hub.docker.com/r/gravityle/nullbr115)：NULLBR 的配套工具，支持搜索、转存和 STRM 生成等功能。\n30. [P115DAV](https://hub.docker.com/r/cgkings/p115dav)：为 115 网盘提供 WebDAV 服务的工具。\n31. [PanSou](https://github.com/fish2018/pansou)：一款高性能的网盘资源搜索 API 服务，支持 Telegram 频道和插件搜索。\n32. [Pixman](https://hub.docker.com/r/pixman/pixman)：通过自建服务器，使用自己的 IP 地址或域名访问由作者维护的 IPTV 直播源。\n33. [Plex Auto Languages](https://github.com/RemiRigal/Plex-Auto-Languages)：Plex 电视节目音频、字幕自动选择工具，可自动将单集的选择应用到全剧。\n34. [Plex Auto Skip](https://github.com/mdhiggins/PlexAutoSkip)：通过远程控制实现局域网内连接 Plex 服务器的设备在播放时自动跳过片头尾和自动连续播放。\n35. [Plex Trakt Sync](https://github.com/Taxel/PlexTraktSync)：一个用于同步 Plex 与 Trakt 的观看记录、评分和收藏等信息的工具，支持实时同步。\n36. [Quark Auto Save X](https://github.com/x1ao4/quark-auto-save-x)：Quark Auto Save 的修改版，更适合订阅和整理夸克网盘的影视资源。\n37. [Quark Auto Save](https://github.com/Cp0204/quark-auto-save)：夸克网盘自动签到、转存、重命名工具，可用于夸克网盘资源订阅和整理。\n38. [RSSHub](https://docs.rsshub.app/)：一个开源、简单易用、易于扩展的 RSS 生成器，可以为任何内容生成 RSS 订阅源。\n39. [Stream Master](https://github.com/SenexCrenshaw/StreamMaster)：一个 M3U 代理服务平台，支持导入、管理 M3U 和 EPG，提供串流分析和统计工具。\n40. [Threadfin](https://github.com/Threadfin/Threadfin)：一个基于 xTeVe 构建的专为 Plex DVR 和 Emby/Jellyfin Live TV 设计的 M3U 代理服务器。\n41. [Uptime Kuma](https://github.com/louislam/uptime-kuma)：一个自托管的服务器监控工具，支持多种监控方式和通知服务。\n42. [Wangpan-Change-Plex](https://github.com/x1ao4/ComposeHub/blob/main/wangpan-change-plex/compose.yaml)：Plex 网盘自动局部入库工具，支持阿里云盘、115 网盘。\n43. [xTeVe](https://github.com/xteve-project/xTeVe)：一个 M3U 代理服务器，专为 Plex DVR 和 Emby Live TV 设计，支持合并、管理外部 M3U 和 XMLTV。\n44. [YunPlex](https://github.com/awillheartwu/yunplex)：一个用来同步 Plex 音乐资料库和网易云音乐歌单的工具。\n\n## 赞赏\n如果你觉得这个项目对你有用，可以考虑请我喝杯咖啡或者给我一个⭐️。谢谢你的支持！\n\n\u003cimg width=\"383\" alt=\"赞赏\" src=\"https://github.com/user-attachments/assets/bdd2226b-6282-439d-be92-5311b6e9d29c\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx1ao4%2Fcomposehub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx1ao4%2Fcomposehub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx1ao4%2Fcomposehub/lists"}