Block a user
remoteidepc (latest)
Published 2026-03-22 00:25:13 +01:00 by TheHomecraft
Installation
docker pull git.befatorinc.de/thehomecraft/remoteidepc:latestsha256:279fcd8f1669438e33948a1a0fdeb6cd365f5958fe883a66a58c0feea39ba683
Image Layers
| LABEL maintainer=Clement Verna <cverna@fedoraproject.org> |
| ENV DISTTAG=f43container FGC=f43 FBR=f43 |
| ADD fedora-20260209.tar / # buildkit |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c dnf update -y # buildkit |
| RUN /bin/sh -c dnf install @kde-desktop-environment -y # buildkit |
| RUN /bin/sh -c dnf update -y # buildkit |
| RUN /bin/sh -c dnf install tigervnc-server -y # buildkit |
| RUN /bin/sh -c dnf install screen -y # buildkit |
| RUN /bin/sh -c dnf install xorg-x11-server-Xorg -y # buildkit |
| RUN /bin/sh -c dnf install xorg-x11-xinit -y # buildkit |
| RUN /bin/sh -c dnf install dbus-x11 -y # buildkit |
| RUN /bin/sh -c dnf install xterm -y # buildkit |
| RUN /bin/sh -c dnf install startplasma-x11 -y # buildkit |
| RUN /bin/sh -c mkdir -p /root/.vnc/ # buildkit |
| RUN /bin/sh -c echo "#!/bin/sh" >> /root/.vnc/xstartup # buildkit |
| RUN /bin/sh -c echo "unset SESSION_MANAGER" >> /root/.vnc/xstartup # buildkit |
| RUN /bin/sh -c echo "unset DBUS_SESSION_BUS_ADDRESS" >> /root/.vnc/xstartup # buildkit |
| RUN /bin/sh -c echo "export XDG_RUNTIME_DIR=/tmp/runtime-root" >> /root/.vnc/xstartup # buildkit |
| RUN /bin/sh -c echo "mkdir -p /tmp/runtime-root" >> /root/.vnc/xstartup # buildkit |
| RUN /bin/sh -c echo "chmod 700 /tmp/runtime-root" >> /root/.vnc/xstartup # buildkit |
| RUN /bin/sh -c echo "exec dbus-launch --exit-with-session startplasma-x11" >> /root/.vnc/xstartup # buildkit |
| RUN /bin/sh -c chmod +x /root/.vnc/xstartup # buildkit |
| COPY scripts /root/Desktop/scripts # buildkit |
| RUN /bin/sh -c chmod +x /root/Desktop/scripts/* # buildkit |
| RUN /bin/sh -c (echo "befatorinc"; echo "befatorinc") | passwd root # buildkit |
| RUN /bin/sh -c (echo "befator"; echo "befator"; echo "n") | vncpasswd # buildkit |
| RUN /bin/sh -c echo "PermitRootLogin yes" >> /etc/ssh/sshd_config # buildkit |
| RUN /bin/sh -c echo "PasswordAuthentication yes" >> /etc/ssh/sshd_config # buildkit |
| RUN /bin/sh -c echo "UsePAM no" >> /etc/ssh/sshd_config # buildkit |
| RUN /bin/sh -c ssh-keygen -A # buildkit |
| EXPOSE [5901/tcp] |
| CMD ["sh" "-c" "vncserver :1 -geometry 1920x1080 -depth 24 -SecurityTypes None && /usr/sbin/sshd && tail -f /root/.vnc/*.log"] |
Labels
| Key | Value |
|---|---|
| maintainer | Clement Verna <cverna@fedoraproject.org> |