{"id":22688461,"url":"https://github.com/javanile/novnc","last_synced_at":"2025-04-12T21:52:19.342Z","repository":{"id":89152553,"uuid":"145910295","full_name":"javanile/novnc","owner":"javanile","description":"Ready to use NoVNC client for SeleniumHQ on Docker","archived":false,"fork":false,"pushed_at":"2024-03-26T16:21:23.000Z","size":15,"stargazers_count":7,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T21:52:16.205Z","etag":null,"topics":["behavior-driven-development","docker","docker-compose","novnc","novnc-html5","selenium"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/javanile/novnc","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javanile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2018-08-23T21:44:38.000Z","updated_at":"2024-08-13T04:51:47.000Z","dependencies_parsed_at":"2024-03-26T17:46:02.402Z","dependency_job_id":null,"html_url":"https://github.com/javanile/novnc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fnovnc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fnovnc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fnovnc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fnovnc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javanile","download_url":"https://codeload.github.com/javanile/novnc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248637833,"owners_count":21137538,"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":["behavior-driven-development","docker","docker-compose","novnc","novnc-html5","selenium"],"created_at":"2024-12-10T00:14:33.209Z","updated_at":"2025-04-12T21:52:19.319Z","avatar_url":"https://github.com/javanile.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# ⭐ Give me a star, please! ⭐\n\n\u003cimg src=\"https://raw.githubusercontent.com/francescobianco/gif/main/images/give-stars-h192.gif\" /\u003e\u003cimg src=\"https://raw.githubusercontent.com/francescobianco/gif/main/images/push-button-h192.gif\" /\u003e\n\n\u003c/div\u003e\n\n---\n\n# javanile/novnc\n\nThis image is intended to run a small standalone server that can target either other machines on the same network or other Docker containers.\n\n[![](https://images.microbadger.com/badges/image/javanile/novnc.svg)](https://hub.docker.com/r/javanile/novnc)\n[![](https://images.microbadger.com/badges/version/javanile/novnc.svg)](https://hub.docker.com/r/javanile/novnc)\n\n## Usage\n**STEP #1** Place NoVNC service into your docker-compose.yml file\n```yml\nversion: '2'\n\nservices:\n\n  novnc:\n    image: javanile/novnc\n    environment:\n      - REMOTE_HOST=localhost\n      - REMOTE_PORT=5900\n    ports:\n      - 8081:8081\n    links:\n      - selenium\n\n  selenium:\n    image: selenium/standalone-chrome-debug:3.11.0-californium\n    environment:\n      - VNC_NO_PASSWORD=1\n      - SCREEN_WIDTH=1200\n      - SCREEN_HEIGHT=675\n    ports:\n      - 4444:4444\n      - 5900:5900\n```\n**STEP #2** Run container with follow command\n```bash\ndocker-compose up -d\n```\n**STEP #3** Now visit this http://localhost:8081 boom!\n\n## Configuration\nTwo environment variables exist in the docker file for configuration REMOTE_HOST and REMOTE_PORT.\n\n### Variables\n- **REMOTE_HOST**: Host running a VNC Server to connect to - defaults to *localhost*\n- **REMOTE_PORT**: Port that the VNC Server is listening on - defaults to *5900*\n\n### Ports\n- **8081** is exposed by default.\n\n## Standalone usage\n```bash\ndocker run -d -p 8081:8081 -e REMOTE_HOST=192.168.86.135 -e REMOTE_PORT=5901 javanile/novnc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavanile%2Fnovnc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavanile%2Fnovnc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavanile%2Fnovnc/lists"}