kv-music (sha256:0f9201a30c1132fe3dd00279a53bbe7c66a0cba450933d40d32f0d6873e5c715)
Published 2026-08-08 21:35:15 +07:00 by vndangkhoa
Installation
docker pull git.khoavo.myds.me/vndangkhoa/kv-music@sha256:0f9201a30c1132fe3dd00279a53bbe7c66a0cba450933d40d32f0d6873e5c715sha256:0f9201a30c1132fe3dd00279a53bbe7c66a0cba450933d40d32f0d6873e5c715About this package
A modern, self-hosted music streaming app powered by YouTube Music
Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip python3-venv ffmpeg ca-certificates curl gnupg libssl3 zlib1g && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c python3 -m venv /opt/venv # buildkit |
| ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c pip install --no-cache-dir -U "yt-dlp[default]" yt-dlp-ejs # buildkit |
| RUN /bin/sh -c pip install --no-cache-dir --upgrade yt-dlp "yt-dlp[default]" # buildkit |
| COPY /app/backend-rust-bin /app/server # buildkit |
| COPY /app/frontend/dist /app/static # buildkit |
| RUN /bin/sh -c mkdir -p /tmp/kv-music-cache /tmp/kv-music-downloads && chmod 777 /tmp/kv-music-cache /tmp/kv-music-downloads # buildkit |
| RUN /bin/sh -c chmod +x /app/server # buildkit |
| ENV PORT=8080 |
| ENV RUST_LOG=info |
| ENV PYTHONUNBUFFERED=1 |
| EXPOSE [8080/tcp] |
| USER 0 |
| CMD ["sh" "-c" "echo 'Starting KV Music...' && /app/server 2>&1"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-08-08T14:33:23.961Z |
| org.opencontainers.image.description | A modern, self-hosted music streaming app powered by YouTube Music |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 0efb494f1ba7f29d4099f54416b64080076801a0 |
| org.opencontainers.image.source | https://github.com/vndangkhoa/kv-music |
| org.opencontainers.image.title | kv-music |
| org.opencontainers.image.url | https://github.com/vndangkhoa/kv-music |
| org.opencontainers.image.version | latest |
Details
2026-08-08 21:35:15 +07:00
Versions (14)
View all
Container
0
OCI / Docker
linux/amd64
455 MiB
sha-b8f45a2
2026-08-08
latest
2026-08-08
sha-4f846e7
2026-08-08
sha-0efb494
2026-08-08
sha-0e8e7b0
2026-08-08