{"id":13846103,"url":"https://github.com/phith0n/projector-runner","last_synced_at":"2025-04-11T03:42:25.011Z","repository":{"id":76996829,"uuid":"356680685","full_name":"phith0n/projector-runner","owner":"phith0n","description":"Run Swing based GUI application within the Docker container through the Jetbrains Projector, and access it from browsers.","archived":false,"fork":false,"pushed_at":"2021-04-10T21:35:15.000Z","size":59,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T01:43:29.069Z","etag":null,"topics":["docker","jetbrains","swing"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/tuwen/projector","language":"Shell","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/phith0n.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-04-10T19:55:53.000Z","updated_at":"2024-09-17T01:34:20.000Z","dependencies_parsed_at":"2023-10-25T15:01:39.148Z","dependency_job_id":null,"html_url":"https://github.com/phith0n/projector-runner","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phith0n%2Fprojector-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phith0n%2Fprojector-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phith0n%2Fprojector-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phith0n%2Fprojector-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phith0n","download_url":"https://codeload.github.com/phith0n/projector-runner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248339287,"owners_count":21087213,"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":["docker","jetbrains","swing"],"created_at":"2024-08-04T17:04:20.508Z","updated_at":"2025-04-11T03:42:24.993Z","avatar_url":"https://github.com/phith0n.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Jetbrains Projector Docker Runner\n\nRun Swing based GUI application within the Docker container through the [Jetbrains Projector](https://github.com/JetBrains/projector-server), and access it from browsers.\n\n## Usage\n\nThe easiest way to start a Swing GUI application inside a docker container is through the pre-built Docker image [tuwen/projector](https://hub.docker.com/repository/docker/tuwen/projector):\n\n```\ndocker run -it --rm --name projector \\\n    -p 8887:8887 \\\n    -v /path/to/swing-gui-application.jar:/opt/projector/swing-gui-application.jar \\\n    tuwen/projector swing-gui-application.jar\n```\n\nWhen the server is launched, you can open `localhost:8887` in the browser to access the app.\n\nSpecify the launching Main-Class for the jar archive:\n\n```\ndocker run -it --rm --name projector \\\n    -p 8887:8887 \\\n    -v /path/to/swing-gui-application.jar:/opt/projector/swing-gui-application.jar \\\n    tuwen/projector swing-gui-application.jar org.example.Main\n```\n\n## Demo\n\nA demo for [Godzilla](https://github.com/BeichenDream/Godzilla):\n\n![](demo.png)\n\n## License\n\nSame as Jetbrains Projector.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphith0n%2Fprojector-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphith0n%2Fprojector-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphith0n%2Fprojector-runner/lists"}