kohakutou (0.1.0.22)
Published 2026-09-04 00:49:25 -04:00 by Paldren
Installation
docker pull forge.wolfhound.dev/paldren/kohakutou:0.1.0.22sha256:dd8d575034a61f97684017678bc98970a305e19981dd0fe9840861be35e46957About this package
Kohakutou 0.1.0.22
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.30 |
| 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.30 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| WORKDIR /app |
| ENV PORT=8755 |
| ENV ASPNETCORE_URLS=http://+:8755 |
| ENV TZ=America/New_York |
| ENV DISPLAY=:99 |
| 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 && 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] |
| ENTRYPOINT ["/entrypoint.sh"] |
| CMD ["dotnet" "Kohakutou.App.dll"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Kohakutou 0.1.0.22 |
| org.opencontainers.image.title | Kohakutou |
| org.opencontainers.image.version | 0.1.0.22 |