ephyra (8092b4d)

Published 2026-09-11 07:45:09 +02:00 by alex

Installation

docker pull git.shiverpeak.xyz/alex/ephyra:8092b4d
sha256:0d6c8bb937e332c3880b371dd9ef15318956829b2dfdb4dcc631063d625f958c

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:de4937ce3dfc7c89f05f1503c52434f0a631ac84995f0df65eed0754e5c97d48 in /
CMD ["/bin/bash"]
ARG LIBICU=libicu74
ARG FFMPEG_VERSION=8.1.2-3
ARG WEB_REF=v12.0
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 org.ephyra.jellyfin-ffmpeg=8.1.2-3
RUN |3 LIBICU=libicu74 FFMPEG_VERSION=8.1.2-3 WEB_REF=v12.0 /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-3
org.ephyra.jellyfin-web v12.0
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-09-11 07:45:09 +02:00
0
OCI / Docker
linux/amd64
GPL-3.0-only
181 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