lettarrboxd (sha256:e96672536e90a6e6658df1e975db7ac3bda91337395fdaa0f489078605c73e29)

Published 2026-04-20 16:39:00 +00:00 by ryan in ryan/lettarrboxd

Installation

docker pull forgejo.dawes.cc/ryan/lettarrboxd@sha256:e96672536e90a6e6658df1e975db7ac3bda91337395fdaa0f489078605c73e29
sha256:e96672536e90a6e6658df1e975db7ac3bda91337395fdaa0f489078605c73e29

About this package

Automatically add movies and series from Letterboxd and Serializd to Radarr and Sonarr.

Image layers

ADD alpine-minirootfs-3.22.4-aarch64.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"]
LABEL org.opencontainers.image.title=lettarrboxd
LABEL org.opencontainers.image.source=https://github.com/dawescc/lettarrboxd
LABEL org.opencontainers.image.url=https://github.com/dawescc/lettarrboxd
LABEL org.opencontainers.image.description=Automatically add movies and series from Letterboxd and Serializd to Radarr and Sonarr.
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.version=2.8.6
ARG COMMIT_SHA=20562f93e279307266d440ee2ccbe1cf03fce10c
LABEL org.opencontainers.image.revision=20562f93e279307266d440ee2ccbe1cf03fce10c
WORKDIR /app
COPY package.json bun.lock ./ # buildkit
RUN |1 COMMIT_SHA=20562f93e279307266d440ee2ccbe1cf03fce10c /bin/sh -c bun install --frozen-lockfile --production && rm -rf ~/.bun/install/cache # buildkit
COPY . . # buildkit
RUN |1 COMMIT_SHA=20562f93e279307266d440ee2ccbe1cf03fce10c /bin/sh -c mkdir -p /app/data # buildkit
ENV NODE_ENV=production
ENV DATA_DIR=/app/data
RUN |1 COMMIT_SHA=20562f93e279307266d440ee2ccbe1cf03fce10c /bin/sh -c addgroup -g 1001 -S lettarrboxd && adduser -S lettarrboxd -u 1001 -G lettarrboxd # buildkit
RUN |1 COMMIT_SHA=20562f93e279307266d440ee2ccbe1cf03fce10c /bin/sh -c chown -R lettarrboxd:lettarrboxd /app /app/data # buildkit
USER lettarrboxd
EXPOSE [3000/tcp]
HEALTHCHECK &{["CMD-SHELL" "bun -e \"fetch('http://localhost:3000/health').then(r => r.ok ? process.exit(0) : process.exit(1))\" || exit 1"] "5m0s" "30s" "5s" "0s" '\x03'}
CMD ["bun" "start"]

Labels

Key Value
org.opencontainers.image.created 2026-04-20T08:09:50.728Z
org.opencontainers.image.description Automatically add movies and series from Letterboxd and Serializd to Radarr and Sonarr.
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 20562f93e279307266d440ee2ccbe1cf03fce10c
org.opencontainers.image.source https://github.com/dawescc/lettarrboxd
org.opencontainers.image.title lettarrboxd
org.opencontainers.image.url https://github.com/dawescc/lettarrboxd
org.opencontainers.image.version 2.8.6
Details
Container
2026-04-20 16:39:00 +00:00
0
OCI / Docker
linux/arm64
MIT
53 MiB
Versions (5) View all
nightly 2026-04-24
3.0.0-nightly 2026-04-24
latest 2026-04-21
2.8.7 2026-04-21
2.8.6-nightly 2026-04-20