
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
This Docker provides a simple solution to get live NHL and MLB games into your Emby, Plex, or Channels live TV setup. When combined with a comprehensive IPTV package this setup can get you rolling with live TV and high quality sports. If you would only like to use this for the available sports, simply disable guide2go (or any other function you would like). Please see the Wiki for some user-created scripts to help get things setup.
docker run -d \ --name=xteve_lazystream \ -p 34400:34400 \ -e TZ="America/Los_Angeles" \ --env-file=.env \ --log-opt max-size=10m \ --log-opt max-file=3 \ -v /mnt/user/appdata/xteve/.xteve:/xteve:rw \ -v /mnt/user/appdata/xteve/config/:/config:rw \ -v /mnt/user/appdata/xteve/guide2go/:/guide2go:rw \ -v /mnt/user/appdata/xteve/playlists/:/playlists:rw \ -v /tmp/xteve/:/tmp/xteve:rw \ taylorbourne/xteve_lazystream
or see docker-compose.yml for an example docker-compose setup.
Defaults & behavior can be changed through environment variables. sample.env should be renamed to .env and supplied through the --env-file docker run option. The .env file can also be picked up if using this in a docker compose setup.
By default, the cron job is scheduled to run every hour. A custom cron schedule can be specified by renaming the sample_cron.txt file in the /config volume to cron.txt and editing the schedule. Make sure to restart your container to take effect.
| Container Path | Host Path |
|---|---|
| /xteve | /mnt/user/appdata/xteve/.xteve |
| /config | /mnt/user/appdata/xteve/config |
| /guide2go | /mnt/user/appdata/xteve/guide2go |
| /playlists | /mnt/user/appdata/xteve/playlists |
| /tmp/xteve | /tmp/xteve |
By default, xTeVe is setup with all 200 channels mapped for NHL and MLB games. This can be setup directly with Plex / Emby to work out of the box without any changes. If needed, changes can be made to xTeVe by going to 127.0.0.1:34400/web/.
If you have an existing guide2go setup you may copy the .yaml files into the path mounted at /guide2go. Otherwise run the following command and follow the on-screen steps
docker exec -it dockername guide2go -configure /guide2go/your_epg_name.yaml
Simply run the cronjob file inside the Docker container
docker exec -it dockername ./cronjob.sh
https://github.com/tarkah/lazystream – https://github.com/tarkah/
https://github.com/xteve-project/xTeVe and https://github.com/mar-mei/guide2go – https://github.com/mar-mei
Original author of the https://github.com/***_guide2go – https://github.com/alturismo
XMLTV EPG grabber for Schedules Direct, thanks to @marmei
GitHub: https://github.com/mar-mei/guide2go
Schedules Direct: [***]
GitHub: https://github.com/tarkah/lazystream
IPTV and EPG proxy server for Plex, Emby, etc – thanks to @marmei
Website: [***]
: []
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务