
Webtop
Linux in a web browser supporting popular desktop environments.
Official integration
Created - Last update
Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser. Please note, that the Docker socket is not mounted and that hardware acceleration is disabled.
Deployed services
webtop
lscr.io/linuxserver/webtop:$$cap_WEBTOP_VERSION
- webtop-config:/config
3000
6
Variables
Version Tag
Default: ubuntu-xfce
$$cap_WEBTOP_VERSIONCheck out their documentation for the valid tags https://docs.linuxserver.io/images/docker-webtop#version-tags
Timezone
Default: Etc/UTC
$$cap_WEBTOP_TZTimezone for the application, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
User ID
Default: 1000
$$cap_WEBTOP_PUIDUser ID that the process uses, run (id $user) on your instance to see the ID
Group ID
Default: 1000
$$cap_WEBTOP_PGIDGroup ID that the process uses, run (id $user) on your instance to see the ID
User
Default: abc
$$cap_WEBTOP_CUSTOM_USERHTTP basic authentication user name. Default is `abc`
Password
Default: $$cap_gen_random_hex(16)
$$cap_WEBTOP_PASSWORDHTTP basic authentication password. Default is `abc`. If unset there will be no authentication.
Title
Default: KasmVNC Client
$$cap_WEBTOP_TITLEThe page title displayed on the web browser, default is "KasmVNC Client".