jmeiracorbal/lxde-novnc

By jmeiracorbal

Updated 10 months ago

Provides a graphical interface for lxde with VNC redirected to the browser through web sockets.

Image
Networking
Operating systems
Monitoring & observability
0

1.2K

jmeiracorbal/lxde-novnc repository overview

LXDE noVNC

This project provides a graphical interface for Linux desktop with noVNC (on browser) through the signal of x11vnc server using webSockets.

It's ideal for remote access, testing or educational sandboxes. Security improvements are implemented but you can configure over you own responsability.

Getting started

Quickly deploy, creating the docker-compose.yml:

services:
  desktop:
    image: jmeiracorbal/lxde-novnc:latest
    container_name: lxde-novnc
    ports:
      - "6080:6080"
      - "5900:5900"
    environment:
      - SYSTEM_USER=docker
      - VNC_PASS=letmein
    restart: unless-stopped

Execute the compose file:

docker compose up -d

After running, go to open localhost on port :6080 and you'll see the LXDE desktop running on your browser.

Check more details on Github

Tag summary

Content type

Image

Digest

sha256:cd5b4edfc

Size

374.2 MB

Last updated

10 months ago

docker pull jmeiracorbal/lxde-novnc:v0.5.0