Sign inSign up

tiwutdev/tiwut-linux-web-desktop-xfce

By tiwutdev

Updated 7 months ago

A simple desktop based on xfce

Image
Internet of things
Operating systems
Content management system
1

919

tiwutdev/tiwut-linux-web-desktop-xfce repository overview

Tiwut Linux Web Desktop XFCE

This repository contains the source files to build and deploy a simple desktop based on xfce instance.

🚀 Features

  • NoVNC: With own password.
  • Easy UI: Manage Desktop via web interface.
  • Dockerized: Ready for deployment with Docker Compose.

🛠 Installation

1. YAML
version: '3.8'

services:
  desktop:
    build: .
    container_name: tiwutdev/tiwut-linux-web-desktop-xfce:latest
    ports:
      - "6080:6080"
    environment:
      - VNC_PASSWORD=12345
    restart: unless-stopped
    shm_size: '512mb'

Tag summary

Content type

Image

Digest

sha256:6a13834c4

Size

354.8 MB

Last updated

7 months ago

docker pull tiwutdev/tiwut-linux-web-desktop-xfce