ephyra (206c737)

Published 2026-08-23 11:57:42 +02:00 by alex

Installation

docker pull git.shiverpeak.xyz/alex/ephyra:206c737
sha256:2833f860ee13113034fb6c39f7c8331fe5ac1bec6f039b5b4b941fe35fe07afe

About this package

An API-compatible Jellyfin server in Rust

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 in /
CMD ["/bin/bash"]
ARG LIBICU=libicu74
ARG FFMPEG_VERSION=8.1.2-2
ARG WEB_REF=v12.0-rc5
LABEL org.opencontainers.image.title=ephyra org.opencontainers.image.description=An API-compatible Jellyfin server in Rust org.opencontainers.image.licenses=GPL-3.0-only org.ephyra.jellyfin-web=v12.0-rc5 org.ephyra.jellyfin-ffmpeg=8.1.2-2
RUN |3 LIBICU=libicu74 FFMPEG_VERSION=8.1.2-2 WEB_REF=v12.0-rc5 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends /ffmpeg/ffmpeg.deb "${LIBICU}" ca-certificates curl libfontconfig1 libfreetype6 && rm -rf /var/lib/apt/lists/* # buildkit
COPY /ephyra /usr/local/bin/ephyra # buildkit
COPY /web /usr/share/ephyra/web # buildkit
COPY packaging/config.default.toml /usr/share/ephyra/config.default.toml # buildkit
COPY packaging/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
ENV EPHYRA_CONFIG=/config/config.toml HEALTHCHECK_URL=http://127.0.0.1:8096/System/Info/Public
VOLUME [/config /cache]
EXPOSE [8096/tcp]
EXPOSE [7359/udp]
HEALTHCHECK {Test:[CMD-SHELL curl -fsS --noproxy '*' "${HEALTHCHECK_URL}" >/dev/null || exit 1] Interval:30s Timeout:10s StartPeriod:20s StartInterval:0s Retries:3}
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

Labels

Key Value
org.ephyra.jellyfin-ffmpeg 8.1.2-2
org.ephyra.jellyfin-web v12.0-rc5
org.opencontainers.image.description An API-compatible Jellyfin server in Rust
org.opencontainers.image.licenses GPL-3.0-only
org.opencontainers.image.title ephyra
org.opencontainers.image.version 24.04
Details
Container
2026-08-23 11:57:42 +02:00
0
OCI / Docker
linux/amd64
GPL-3.0-only
174 MiB
Versions (13) View all
782c322 2026-09-12
main 2026-09-12
e64d975 2026-09-11
3323621 2026-09-11
c877548 2026-09-11