GitHub 热门项目:docker-xiaoya

摘要

GitHub项目:docker-xiaoya 仓库地址:https://github。com/monlor/docker-xiaoya Stars:3175 | 作者:monlor 项目描述:。

monlor xiaoya https com docker
2026-05-21 1 阅读 GitHub Trending
GitHub 项目:docker-xiaoya 仓库地址:https://github.com/monlor/docker-xiaoya 星级:3175 | 作者:蒙勒 项目描述:? 使用 Docker Compose 更优雅地部署小雅服务,支持 Alist + Emby + Jellyfin 一键部署,全平台支持,Linux/Windows/Mac/Synology、X86/Arm 架构 =================================================== 自述文件内容: ![docker-xiaoya](https://socialify.git.ci/monlor/docker-xiaoya/image?description=0&font=Rokkitt&forks=1&issues=1&language=1&logo=https%3A %2F%2Fcdn.monlor.com%2F2024%2F6%2F4%2F2024-06-04%252017.30.47.jpeg&name=1&owner=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Auto)

小雅全家桶部署

使用 Docker Compose 一键配置 Alist + Emby

构建状态 repo 大小 GitHub 版本(按日期最新) 所有贡献者 buymeacoffee

## 功能特点 ![](https://cdn.monlor.com/2024/6/4/SCR-20240603-kpvb.jpeg) ? 使用 Docker Compose 一键部署服务,兼容群晖,Linux,Windows,Mac,包含所有 X86 和 Arm 架构 ✨ 配置列表+下载元数据+配置emby服务全流程自动,消耗人工干预 * 所有脚本集成到Docker镜像,避免污染系统环境 * 合并emby的x86和arm镜像,部署时区分镜像名 *自动清理阿里云盘,每默认10分钟一次 * 自动更新小雅alist中的云盘数据,默认每天一次 * 自动更新emby服务配置,默认每周一次 * 自动更新emby媒体数据,默认每天一次 * 支持小雅夸克网盘资源,挂载自定义夸克网盘资源 * 支持小雅PikPak网盘资源,挂载自定义PikPak资源 * 支持小雅阿里云盘资源,挂载自定义阿里云盘资源 * 支持WebDav,TvBox服务 * [Beta]汽车Armv7设备,包括alist、emby ## 提问规则 1. 提BUG和需求,在[Issues](https://github.com/monlor/docker-xiaoya/issues) 里提 2.相关问题讨论或其他内容,在[讨论](https://github.com/monlor/docker-xiaoya/discussions)里提 ## 一键配置 ### 配置或更新脚本 > 脚本支持重复执行,每天自动同步最新(不需要同步请选择下面的稳定版本) ````bash 导出版本=main && bash -c "$(curl -fsSL ${GH_PROXY}https://raw.githubusercontent.com/monlor/docker-xiaoya/${VERSION:-main}/install.sh)" ```` **使用加速源** ````bash 导出 VERSION=main GH_PROXY=https://gh.monlor.com/ IMAGE_PROXY=ghcr.monlor.com && bash -c "$(curl -fsSL ${GH_PROXY}https://raw.githubusercontent.com/monlor/docker-xiaoya/${VERSION:-main}/install.sh)" ```` **环境信息** | 类型 | 地址 | 默认用户密码 | | --- | --- | --- | |阿里斯特 | http://ip:5678 | - | |网络达夫 | http://ip:5678/dav |访客/访客_Api789 | |电视盒 | http://ip:5678/tvbox/my_ext.json | - | |恩比 | http://ip:2345 |小雅/1234 | ### 卸载脚本 ````bash bash -c "$(curl -fsSL https://raw.githubusercontent.com/monlor/docker-xiaoya/main/uninstall.sh)" ```` **使用加速源** ````bash 导出 GH_PROXY=https://gh.monlor.com/ IMAGE_PROXY=ghcr.monlor.com && bash -c "$(curl -fsSL ${GH_PROXY}https://raw.githubusercontent.com/monlor/docker-xiaoya/main/uninstall.sh)" ```` ### 自定义配置 【