kohakutou (0.2.0.197)
Published 2026-09-12 01:14:13 -04:00 by Paldren
Installation
docker pull forge.wolfhound.dev/paldren/kohakutou:0.2.0.197sha256:9614546d4ef775ac53467d0240063a74dba4590bb3dc4004a99e1cb2459a0f39About this package
Kohakutou 0.2.0.197
Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600' |
| 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.2.0.197 |
| 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.2.0.197 |
Details
2026-09-12 01:14:13 -04:00
Versions (181)
View all
Container
1
OCI / Docker
linux/amd64
MIT
566 MiB