Overview
- Full name
docker.io/fogforest/yesplaymusic- Registry
- docker.io
- Namespace
- fogforest
- Repository
- yesplaymusic
- Cached tags
- 5
- Last synced
- 07/05/2026, 11:15 PM
Introduction
YesPlayMusic 第三方网易云音乐 Web 客户端镜像,自托管音乐播放器 Web UI,需网易云账号登录。
Details
fogforest/yesplaymusic 运行 YesPlayMusic 开源第三方网易云音乐 Web 客户端,提供美观的 Web UI 播放网易云音乐库。定位为音乐 Web 播放器,需网易云账号 Cookie 登录;docker 单机或 K8s Deployment 内网音乐服务。
快速启动
docker run -d --name yesplaymusic \
-p 8080:80 \
docker.io/fogforest/yesplaymusic:latest
推荐实践
docker run -d --name yesplaymusic \
--restart unless-stopped \
-p 8080:80 \
docker.io/fogforest/yesplaymusic:1.0.0
核心参数说明
-p 8080:80— YesPlayMusic Web UI- 登录 — 网易云账号 Cookie
- 免责 — 第三方客户端
- 场景 — 内网自托管音乐
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: yesplaymusic
spec:
replicas: 1
selector:
matchLabels:
app: yesplaymusic
template:
metadata:
labels:
app: yesplaymusic
spec:
containers:
- name: music
image: docker.io/fogforest/yesplaymusic:1.0.0
ports:
- containerPort: 80
---
apiVersion: v1
kind: Service
metadata:
name: yesplaymusic
spec:
selector:
app: yesplaymusic
ports:
- port: 80
targetPort: 80
Ingress 内网音乐播放器。
Latest tags (20)
View all 5 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/fogforest/yesplaymusic :latest | linux/amd64linux/arm64/v8 | 2025/07/08 18:27 | 51.5 MB | sha256:57939a18289a… | |||
docker.io/fogforest/yesplaymusic :0.4.9 | linux/amd64linux/arm64 | 2025/02/01 03:55 | 52.1 MB | sha256:323dd7736e5b… | |||
docker.io/fogforest/yesplaymusic :0.4.8-2 | linux/amd64linux/arm64 | 2024/03/22 14:34 | 42.0 MB | sha256:675b73d9a7ca… | |||
docker.io/fogforest/yesplaymusic :0.4.7 | linux/amd64linux/arm64 | 2023/02/11 20:42 | 39.5 MB | sha256:6d7938e8288a… | |||
docker.io/fogforest/yesplaymusic :0.4.5 | linux/amd64linux/arm64 | 2022/09/26 02:05 | 38.7 MB | sha256:3d609faff5ef… |