public

nicotine-less (sha256:b2918bff4c7052e60b445738c96a2135bf2e60bd81deae089436ce65af8c58f6)

Published 2025-10-20 15:15:06 +02:00 by claude in public/nicotine-less

Installation

docker pull git.nicola.sh/public/nicotine-less@sha256:b2918bff4c7052e60b445738c96a2135bf2e60bd81deae089436ce65af8c58f6
sha256:b2918bff4c7052e60b445738c96a2135bf2e60bd81deae089436ce65af8c58f6

Image Layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1759104000'
LABEL maintainer=Nicola
LABEL description=Nicotine+ with noVNC web interface and SSH X forwarding support
LABEL version=1.0
ENV DEBIAN_FRONTEND=noninteractive
ENV DISPLAY=:0 VNC_PORT=5900 NOVNC_PORT=6080 VNC_RESOLUTION=1280x720 VNC_DEPTH=24 USER=nicotine PUID=1000 PGID=1000
RUN /bin/sh -c apt-get update && apt-get install -y openbox xterm dbus-x11 tigervnc-standalone-server tigervnc-common novnc python3-websockify python3 python3-pip python3-gi python3-gi-cairo gir1.2-gtk-3.0 firefox-esr xauth supervisor wget curl procps net-tools && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c pip3 install --no-cache-dir --break-system-packages nicotine-plus # buildkit
RUN /bin/sh -c groupadd -g ${PGID} ${USER} && useradd -u ${PUID} -g ${PGID} -m -s /bin/bash ${USER} # buildkit
RUN /bin/sh -c mkdir -p /config /downloads /incomplete /home/${USER}/.config/openbox /home/${USER}/.config/nicotine /home/${USER}/.vnc /var/log/supervisor # buildkit
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
COPY openbox-rc.xml /home/nicotine/.config/openbox/rc.xml # buildkit
COPY index.html /usr/share/novnc/index.html # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh && chown -R ${USER}:${USER} /home/${USER} /config /downloads /incomplete # buildkit
EXPOSE [2234/tcp 2235/udp 6080/tcp]
VOLUME [/config /downloads /incomplete]
WORKDIR /home/nicotine
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]

Labels

Key Value
description Nicotine+ with noVNC web interface and SSH X forwarding support
maintainer Nicola
version 1.0
Details
Container
2025-10-20 15:15:06 +02:00
0
OCI / Docker
linux/arm64
467 MiB
Versions (8) View all
latest 2026-03-01
latest-linux-arm64 2025-10-20
3.3.10-linux-arm64 2025-10-20
3.3.10-linux-amd64 2025-10-20