{"id":15007350,"url":"https://github.com/tibor309/webtop","last_synced_at":"2025-07-06T23:32:53.218Z","repository":{"id":235501027,"uuid":"790818914","full_name":"tibor309/webtop","owner":"tibor309","description":"🖥️ Linux desktop acessible trough a web browser","archived":false,"fork":false,"pushed_at":"2025-04-20T12:20:34.000Z","size":159,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T13:29:44.895Z","etag":null,"topics":["container","desktop","docker","fedora","kasm","kasmvnc","linux","linux-desktop","ubuntu","webtop"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tibor309.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"ko_fi":"tibor309"}},"created_at":"2024-04-23T15:30:31.000Z","updated_at":"2025-04-07T08:52:44.000Z","dependencies_parsed_at":"2024-05-01T16:08:04.234Z","dependency_job_id":"da0108d7-3583-4319-92b3-9ea0aa470b89","html_url":"https://github.com/tibor309/webtop","commit_stats":null,"previous_names":["tibor309/webtop"],"tags_count":0,"template":false,"template_full_name":"github/codespaces-blank","purl":"pkg:github/tibor309/webtop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tibor309%2Fwebtop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tibor309%2Fwebtop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tibor309%2Fwebtop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tibor309%2Fwebtop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tibor309","download_url":"https://codeload.github.com/tibor309/webtop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tibor309%2Fwebtop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263988836,"owners_count":23540273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["container","desktop","docker","fedora","kasm","kasmvnc","linux","linux-desktop","ubuntu","webtop"],"created_at":"2024-09-24T19:08:58.687Z","updated_at":"2025-07-06T23:32:53.174Z","avatar_url":"https://github.com/tibor309.png","language":"Dockerfile","funding_links":["https://ko-fi.com/tibor309"],"categories":[],"sub_categories":[],"readme":"# 🖥️ Webtop\nLinux containers with full desktop environments accessible trough a web browser.\n\n## Desktops\nYou can choose from these distros and desktops.\n\n| Distro | Flavour |\n| :--- | :--- |\n| **Ubuntu** | [![ubuntu][ubuntu-gnome-badge]][ubuntu-gnome-repo] [![ubuntu-vanilla][ubuntu-vanilla-gnome-badge]][ubuntu-vanilla-gnome-repo] [![ubuntu-kde][ubuntu-kde-badge]][ubuntu-kde-repo] [![ubuntu-xfce][ubuntu-xfce-badge]][ubuntu-xfce-repo] [![ubuntu-cinnamon][ubuntu-cinnamon-badge]][ubuntu-cinnamon-repo] |\n| **Fedora** | [![fedora-kde][fedora-kde-badge]][fedora-kde-repo] [![fedora-xfce][fedora-xfce-badge]][fedora-xfce-repo] |\n| **Zorin OS** | [![zorin-core][zorin-core-badge]][zorin-core-repo] |\n\n## Setup\nTo setup the container, you can use the docker cli, or docker compose. Don't forget to change the image tag to your desired desktop variant!\n\n### [docker-compose][dcompose] (recommended)\n```yaml\n---\nservices:\n  webtop:\n    image: ghcr.io/tibor309/webtop:kubuntu\n    container_name: webtop\n    security_opt:\n      - seccomp:unconfined #optional\n    environment:\n      - PUID=1000\n      - PGID=1000\n      - TZ=Etc/UTC\n      - SUBFOLDER=/ #optional\n      - TITLE=Webtop #optional\n    volumes:\n      - /path/to/data:/config\n      - /var/run/docker.sock:/var/run/docker.sock #optional\n    ports:\n      - 3000:3000\n      - 3001:3001\n    devices:\n      - /dev/dri:/dev/dri #optional\n    shm_size: \"1gb\" #optional\n    restart: unless-stopped\n```\n\n### [docker-cli][dcli]\n```bash\ndocker run -d \\\n  --name=webtop \\\n  --security-opt seccomp=unconfined `#optional` \\\n  -e PUID=1000 \\\n  -e PGID=1000 \\\n  -e TZ=Etc/UTC \\\n  -e SUBFOLDER=/ `#optional` \\\n  -e TITLE=Webtop `#optional` \\\n  -p 3000:3000 \\\n  -p 3001:3001 \\\n  -v /path/to/data:/config \\\n  -v /var/run/docker.sock:/var/run/docker.sock `#optional` \\\n  --device /dev/dri:/dev/dri `#optional` \\\n  --shm-size=\"1gb\" `#optional` \\\n  --restart unless-stopped \\\n  ghcr.io/tibor309/webtop:kubuntu\n```\n\n## Config\nThis container is based on the linuxserver.io kasmvnc base image, so you can use their mods and additional configs if you want.\n\n| Parameter | Function |\n| :----: | --- |\n| `-p 3000` | Web Desktop GUI |\n| `-p 3001` | Web Desktop GUI HTTPS |\n| `-e PUID=1000` | For UserID |\n| `-e PGID=1000` | For GroupID |\n| `-e TZ=Etc/UTC` | Specify a timezone to use, see this [list][tz]. |\n| `-e SUBFOLDER=/` | Specify a subfolder to use with reverse proxies, IE `/subfolder/` |\n| `-e TITLE=Webtop` | String which will be used as page/tab title in the web browser. |\n| `-v /config` | abc user's home directory, stores local files and settings |\n| `-v /var/run/docker.sock` | Docker Socket on the system, if you want to use Docker in the container |\n| `--device /dev/dri` | Add this for GL support (Linux hosts only) |\n| `--shm-size=` | We set this to 1 gig to prevent modern web browsers from crashing |\n| `--security-opt seccomp=unconfined` | For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker. |\n\n## Usage\nTo access the container, navigate to the ip address for your machine with the port you provided at the setup.\n\n* [http://yourhost:3000/][link]\n* [https://yourhost:3001/][link]\n\n[dcompose]: https://docs.linuxserver.io/general/docker-compose\n[dcli]: https://docs.docker.com/engine/reference/commandline/cli/\n[tz]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List\n[link]: https://www.youtube.com/watch?v=dQw4w9WgXcQ\n\n\n[ubuntu-cinnamon-badge]: https://img.shields.io/badge/Ubuntu%20Cinnamon%20Remix-E95420?style=for-the-badge\u0026logo=ubuntu\u0026logoColor=white\n[ubuntu-gnome-badge]: https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge\u0026logo=ubuntu\u0026logoColor=white\n[ubuntu-vanilla-gnome-badge]: https://img.shields.io/badge/Ubuntu%20Vanilla-4A86CF?style=for-the-badge\u0026logo=ubuntu\u0026logoColor=white\n[ubuntu-kde-badge]: https://img.shields.io/badge/Kubuntu-0079C1?style=for-the-badge\u0026logo=kubuntu\u0026logoColor=white\n[ubuntu-xfce-badge]: https://img.shields.io/badge/Xubuntu-0044AA.svg?style=for-the-badge\u0026logo=Xubuntu\u0026logoColor=white\n[fedora-xfce-badge]: https://img.shields.io/badge/Fedora%20xfce%20spin-51A2DA?style=for-the-badge\u0026logo=fedora\u0026logoColor=white\n[fedora-kde-badge]: https://img.shields.io/badge/Fedora%20kde%20spin-51A2DA?style=for-the-badge\u0026logo=fedora\u0026logoColor=white\n[zorin-core-badge]: https://img.shields.io/badge/Zorin%20OS%20Core-15A6F0.svg?style=for-the-badge\u0026logo=Zorin\u0026logoColor=white\n\n[ubuntu-cinnamon-repo]: https://github.com/tibor309/webtop/tree/ubuntu-cinnamon\n[ubuntu-gnome-repo]: https://github.com/tibor309/webtop/tree/ubuntu\n[ubuntu-vanilla-gnome-repo]: https://github.com/tibor309/webtop/tree/ubuntu-vanilla\n[ubuntu-kde-repo]: https://github.com/tibor309/webtop/tree/kubuntu\n[ubuntu-xfce-repo]: https://github.com/tibor309/webtop/tree/xubuntu\n[fedora-xfce-repo]: https://github.com/tibor309/webtop/tree/fedora-xfce\n[fedora-kde-repo]: https://github.com/tibor309/webtop/tree/fedora-kde\n[zorin-core-repo]: https://github.com/tibor309/webtop/tree/zorinos-core\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftibor309%2Fwebtop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftibor309%2Fwebtop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftibor309%2Fwebtop/lists"}