{"id":48295841,"url":"https://github.com/edgelevel/alpine-xfce-vnc","last_synced_at":"2026-04-04T23:33:45.753Z","repository":{"id":47763361,"uuid":"272052616","full_name":"edgelevel/alpine-xfce-vnc","owner":"edgelevel","description":"Alpine docker image with Xfce4, x11vnc and noVNC","archived":false,"fork":false,"pushed_at":"2022-11-29T12:48:17.000Z","size":1388,"stargazers_count":34,"open_issues_count":2,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T09:03:47.127Z","etag":null,"topics":["alpine","docker","novnc","vnc","x11","xfce"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edgelevel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-13T17:12:18.000Z","updated_at":"2025-02-24T21:17:46.000Z","dependencies_parsed_at":"2023-01-22T13:31:24.569Z","dependency_job_id":null,"html_url":"https://github.com/edgelevel/alpine-xfce-vnc","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/edgelevel/alpine-xfce-vnc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgelevel%2Falpine-xfce-vnc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgelevel%2Falpine-xfce-vnc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgelevel%2Falpine-xfce-vnc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgelevel%2Falpine-xfce-vnc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edgelevel","download_url":"https://codeload.github.com/edgelevel/alpine-xfce-vnc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgelevel%2Falpine-xfce-vnc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31419363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["alpine","docker","novnc","vnc","x11","xfce"],"created_at":"2026-04-04T23:33:45.276Z","updated_at":"2026-04-04T23:33:45.729Z","avatar_url":"https://github.com/edgelevel.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alpine-xfce-vnc\n\n[![Docker Cloud Build Status][build-image]][build-url]\n[![Docker Cloud Automated build][build-automated-image]][build-automated-url]\n[![Docker Image Size (tag)][size-image]][size-url]\n[![GitHub tag (latest by date)][tag-image]][tag-url]\n\n[build-image]: https://img.shields.io/docker/cloud/build/edgelevel/alpine-xfce-vnc?style=flat-square\n[build-url]: https://hub.docker.com/r/edgelevel/alpine-xfce-vnc\n[build-automated-image]: https://img.shields.io/docker/cloud/automated/edgelevel/alpine-xfce-vnc?style=flat-square\n[build-automated-url]: https://hub.docker.com/r/edgelevel/alpine-xfce-vnc/builds\n[size-image]: https://img.shields.io/docker/image-size/edgelevel/alpine-xfce-vnc/latest?color=blueviolet\u0026style=flat-square\n[size-url]: https://hub.docker.com/r/edgelevel/alpine-xfce-vnc\n[tag-image]: https://img.shields.io/github/v/tag/edgelevel/alpine-xfce-vnc?color=orange\u0026style=flat-square\n[tag-url]: https://hub.docker.com/r/edgelevel/alpine-xfce-vnc/tags\n\n[Alpine](https://alpinelinux.org) docker image with [Xfce4](https://xfce.org), [x11vnc](http://www.karlrunge.com/x11vnc) and [noVNC](https://novnc.com/info.html)\n\n```bash\n# pull latest image\ndocker run --rm \\\n  -p 5900:5900 -p 6080:6080 \\\n  --name alpine-xfce-vnc \\\n  --hostname alpine \\\n  edgelevel/alpine-xfce-vnc\n```\n\nMultiple versions are available with the following tags\n* `base`, `base-x.y.z`, `x.y.z` and `latest`\n* `web`, `web-x.y.z`\n\n---\n\nConnect using [TigerVNC](https://tigervnc.org) client\n\n```bash\n# tigervnc-viewer\nvncviewer localhost:5900\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/tigervnc.png\" height=\"400\" alt=\"tigervnc\"\u003e\n\u003c/p\u003e\n\nConnect using [noVNC](https://novnc.com/info.html) via browser\n\n```bash\n# (mac|linux) novnc\n[open|xdg-open] http://localhost:6080\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/novnc.png\" height=\"400\" alt=\"novnc\"\u003e\n\u003c/p\u003e\n\n## Development\n\n```bash\n# alpine\ndocker run --rm --name alpine -it alpine:edge\n\n# ubuntu\ndocker run --rm --name phusion phusion/baseimage:master-amd64\ndocker exec -it phusion bash\n\n# build images\nmake docker-build\n\n# run temporary container [base|web]\nmake docker-run tag=base\n\n# access container\ndocker exec -it alpine-xfce-vnc bash\nsupervisorctl status\n\n# cleanup\nmake docker-clean\n\n# publish a new version on dockerhub\ngit tag vX.Y.Z\ngit push origin --tags\n# manual: automated dockerhub builds are NOT working anymore\nmake docker-push docker-password=\u003cPASSWORD\u003e\n```\n\n### Known issues\n\n\u003e Plugin \"Power Manager Plugin\" unexpectedly left the panel, do you want to restart it?\n\nThe first time you access the container, expect the following error\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/power-manager-plugin-error.png\" height=\"200\" alt=\"power-manager-plugin-error\"\u003e\n\u003c/p\u003e\n\nAs explained [here](https://bugzilla.xfce.org/show_bug.cgi?id=15666), *The plugin doesn't work in the container due to a lack of power in docker, so this is not a bug but a limitation of docker*\n\n\u003e Failed to execute child process \"ash\" Failed to fdwalk: Operation not permitted\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/xfce-terminal-error.png\" height=\"300\" alt=\"power-manager-plugin-error\"\u003e\n\u003c/p\u003e\n\nAs temporary solution run the container with `--security-opt seccomp=unconfined`\n\nSee\n* https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/116\n* https://github.com/mviereck/x11docker/issues/346\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgelevel%2Falpine-xfce-vnc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgelevel%2Falpine-xfce-vnc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgelevel%2Falpine-xfce-vnc/lists"}