Jānis janhouse

jellyfin-year-in-review (latest)

Published 2025-12-12 21:01:18 +00:00 by janhouse

Installation

docker pull git.janhouse.lv/janhouse/jellyfin-year-in-review:latest
sha256:17e23c01d4052349577e3feb96cc3c3cdeff940519d824b181ab13bae987591a

About this package

Generate personalized year-in-review statistics and highlights from your Jellyfin media server

Image Layers

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ARG BUN_INSTALL_BIN=/usr/local/bin
ENV BUN_INSTALL_BIN=/usr/local/bin
COPY /usr/local/bin/bun /usr/local/bin/ # buildkit
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c addgroup -g 1000 bun && adduser -u 1000 -G bun -s /bin/sh -D bun && ln -s /usr/local/bin/bun /usr/local/bin/bunx && apk add libgcc libstdc++ && which bun && which bunx && bun --version # buildkit
WORKDIR /home/bun/app
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["/usr/local/bin/bun"]
RUN /bin/sh -c apk add --update --no-cache git wget grep && rm -rf /var/cache/apk/* # buildkit
WORKDIR /app
LABEL org.opencontainers.image.title=Jellyfin Year in Review
LABEL org.opencontainers.image.description=Generate personalized year-in-review statistics and highlights from your Jellyfin media server
LABEL org.opencontainers.image.source=https://github.com/Janhouse/jellyfin-year-in-review
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
LABEL org.opencontainers.image.vendor=Janhouse
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
RUN /bin/sh -c addgroup --system --gid 1001 nodejs # buildkit
RUN /bin/sh -c adduser --system --uid 1001 nextjs # buildkit
COPY /app/public ./public # buildkit
COPY /app/.next/standalone/server.js ./ # buildkit
COPY /app/.next/standalone/node_modules ./node_modules # buildkit
COPY /app/.next/standalone/.next ./.next # buildkit
COPY /app/.next/static ./.next/static # buildkit
COPY /app/.next/BUILD_ID ./.next/BUILD_ID # buildkit
COPY /app/scripts/inject-env.sh ./scripts/ # buildkit
COPY ./entrypoint.sh ./ # buildkit
COPY ./email-template.html ./ # buildkit
RUN /bin/sh -c mkdir -p /app/.next/cache && chown -R nextjs:nodejs /app/.next /app/public /app/scripts # buildkit
USER nextjs
EXPOSE [3000/tcp]
ENV PORT=3000
ENV HOSTNAME=0.0.0.0
HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:3000/ || exit 1"] "10s" "5s" "0s" "0s" '\x00'}
ENTRYPOINT ["./entrypoint.sh"]
CMD ["bun" "--bun" "server.js"]

Labels

Key Value
com.docker.compose.project jellyfin-year-in-review
com.docker.compose.service jellyfin-year-in-review
com.docker.compose.version 2.40.3
org.opencontainers.image.created 2025-12-07T04:55:04.721Z
org.opencontainers.image.description Generate personalized year-in-review statistics and highlights from your Jellyfin media server
org.opencontainers.image.licenses AGPL-3.0-or-later
org.opencontainers.image.revision 5eb2145b3104f48eadd601518904e56aaa9937bf
org.opencontainers.image.source https://github.com/Janhouse/jellyfin-year-in-review
org.opencontainers.image.title Jellyfin Year in Review
org.opencontainers.image.url https://github.com/oven-sh/bun
org.opencontainers.image.vendor Janhouse
org.opencontainers.image.version 1.3.4-alpine
Details
Container
2025-12-12 21:01:18 +00:00
17
OCI / Docker
linux/amd64
AGPL-3.0-or-later
74 MiB
Versions (1) View all
latest 2025-12-12