kohakutou (0.3.0.23)

Published 2026-09-19 00:48:04 -04:00 by Paldren

Installation

docker pull forge.wolfhound.dev/paldren/kohakutou:0.3.0.23
sha256:96be6a463049b211a20e05be99dc7651e323ac66a16f6031a609a2c6b7121ffd

About this package

Kohakutou 0.3.0.23

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1789689600'
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu72 libssl3 libstdc++6 tzdata zlib1g && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=8.0.31
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=8.0.31
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
LABEL org.opencontainers.image.title=Kohakutou org.opencontainers.image.description=Crunchyroll to Jellyfin grabber with an *arr-style WebUI. org.opencontainers.image.source=https://forge.wolfhound.dev/Paldren/Kohakutou org.opencontainers.image.url=https://forge.wolfhound.dev/Paldren/Kohakutou org.opencontainers.image.licenses=MIT net.unraid.docker.managed=dockerman net.unraid.docker.webui=http://[IP]:[PORT:8755]/ net.unraid.docker.icon=https://forge.wolfhound.dev/Paldren/Kohakutou/raw/branch/main/unraid/Kohakutou.png
ENV PORT=8755
ENV ASPNETCORE_URLS=http://+:8755
ENV TZ=America/New_York
ENV DISPLAY=:99
ENV DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE=false
ENV DOTNET_USE_POLLING_FILE_WATCHER=true
ENV ASPNETCORE_hostBuilder__reloadConfigOnChange=false
COPY /out ./ # buildkit
COPY crunchyroll-downloader /app/crunchyroll-downloader # buildkit
COPY docker-entrypoint.sh /entrypoint.sh # buildkit
COPY docker/kohakutou.html /app/kohakutou.html # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends chromium xvfb x11vnc novnc websockify matchbox-window-manager openbox wmctrl xdotool fonts-liberation fonts-noto-color-emoji ffmpeg curl && rm -rf /var/lib/apt/lists/* && chmod +x /entrypoint.sh /app/crunchyroll-downloader && mkdir -p /config /temp /media /keys /ffmpeg # buildkit
EXPOSE [6080/tcp 8755/tcp]
VOLUME [/config /temp /media /keys /ffmpeg]
STOPSIGNAL SIGTERM
HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://127.0.0.1:8755/ >/dev/null || exit 1] Interval:30s Timeout:8s StartPeriod:45s StartInterval:0s Retries:3}
ENTRYPOINT ["/entrypoint.sh"]
CMD ["dotnet" "Kohakutou.App.dll"]

Labels

Key Value
net.unraid.docker.icon https://forge.wolfhound.dev/Paldren/Kohakutou/raw/branch/main/unraid/Kohakutou.png
net.unraid.docker.managed dockerman
net.unraid.docker.webui http://[IP]:[PORT:8755]/
org.opencontainers.image.description Kohakutou 0.3.0.23
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://forge.wolfhound.dev/Paldren/Kohakutou
org.opencontainers.image.title Kohakutou
org.opencontainers.image.url https://forge.wolfhound.dev/Paldren/Kohakutou
org.opencontainers.image.version 0.3.0.23
Details
Container
2026-09-19 00:48:04 -04:00
1
OCI / Docker
linux/amd64
MIT
568 MiB
Versions (181) View all
latest 2026-09-19
0.3.0.53 2026-09-19
0.3.0.50 2026-09-19
0.3.0.48 2026-09-19
0.3.0.46 2026-09-19