Block a user
emby-in-on (v1.4.1)
Published 2026-04-19 14:37:31 +08:00 by lzw-723
Installation
docker pull gitea.tunnel.litchi.quest/lzw-723/emby-in-on:v1.4.1sha256:f29d8d176d714530fa5da092917d3bf28dc2ad00e7f23101e9236b203244f158
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c mkdir -p /app/config /app/data /app/public # buildkit |
| COPY public ./public # buildkit |
| COPY /out/emby-in-one ./emby-in-one # buildkit |
| EXPOSE map[8096/tcp:{}] |
| CMD ["./emby-in-one"] |