{"id":20175144,"url":"https://github.com/frosit/addon-projector-server","last_synced_at":"2026-05-10T13:18:48.377Z","repository":{"id":151001746,"uuid":"410144262","full_name":"frosit/addon-projector-server","owner":"frosit","description":"Allows using JetBrains IDE's in home assistant using projector, similar to the vscode addon.","archived":false,"fork":false,"pushed_at":"2021-09-25T14:15:36.000Z","size":277,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T16:23:31.288Z","etag":null,"topics":["addon","home-assistant","homeassistant","ide","jetbrains","projector","projector-server"],"latest_commit_sha":null,"homepage":"","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/frosit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-09-25T01:20:38.000Z","updated_at":"2024-02-19T13:18:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0a7bdae-12be-43f9-beb6-73dba0325cef","html_url":"https://github.com/frosit/addon-projector-server","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/frosit%2Faddon-projector-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frosit%2Faddon-projector-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frosit%2Faddon-projector-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frosit%2Faddon-projector-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frosit","download_url":"https://codeload.github.com/frosit/addon-projector-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241610990,"owners_count":19990508,"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":["addon","home-assistant","homeassistant","ide","jetbrains","projector","projector-server"],"created_at":"2024-11-14T01:46:06.251Z","updated_at":"2026-05-10T13:18:48.333Z","avatar_url":"https://github.com/frosit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Home Assistant Community Add-on: Projector server\r\n\r\nJetBrains IDE's, accessible through the browser.\r\n\r\n![Projector server in the Home Assistant Frontend](images/screenshot.png)\r\n\r\n## About\r\n\r\nThis add-on allows JetBrains IDE's to be installed within home assistant and accessed in the UI using the browser. It is very similar to the [Visual Studio Code add-on](https://github.com/hassio-addons/addon-vscode) which was used as a starting point in the setup. The implementation uses [Projector Server](https://github.com/JetBrains/projector-server).\r\n\r\nUsing the addon configuration, a wide variety of IDE's can be installed, for example:\r\n\r\n* IDEA Ultimate\r\n* PyCharm\r\n* GoLand\r\n* WebStorm\r\n* PhpStorm\r\n* more [compatible IDE's](https://github.com/JetBrains/projector-installer/blob/master/projector_installer/compatible_ide.json)\r\n\r\n__Warning:__ Both this add-on and projector are fairly new. The add-on could have issues on stability / security. Help is appreciated, use at own risk.\r\n\r\n## Changelog \u0026 Releases\r\n\r\nThis repository keeps a change log using [GitHub's releases][releases]\r\nfunctionality.\r\n\r\nReleases are based on [Semantic Versioning][semver], and use the format\r\nof `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented\r\nbased on the following:\r\n\r\n- `MAJOR`: Incompatible or major changes.\r\n- `MINOR`: Backwards-compatible new features and enhancements.\r\n- `PATCH`: Backwards-compatible bugfixes and package updates.\r\n\r\n## Support\r\n\r\nGot questions?\r\n\r\nYou have several options to get them answered:\r\n\r\n- Find me on twitter [@fros_it](https://twitter.com/fros_it)\r\n- [open an issue here][issue] on GitHub.\r\n\r\n## Authors \u0026 contributors\r\n\r\nThis addon uses the [Visual Studio Code addon](https://github.com/hassio-addons/addon-vscode) as a starting point which was created by [Franck Nijhof](https://github.com/frenck).\r\n\r\nThe projector implementation is done by [Fabio Ros](https://github.com/frosit)\r\n\r\nFor a full list of all authors and contributors,\r\ncheck [the contributor's page][contributors].\r\n\r\n## License\r\n\r\nMIT License\r\n\r\nCopyright (c) 2019-2021 Fabio Ros\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n\r\n[contributors]: https://github.com/frosit/addon-projector-server/graphs/contributors\r\n[issue]: https://github.com/frosit/addon-projector-server/issues\r\n[releases]: https://github.com/frosit/addon-projector-server/releases\r\n[semver]: http://semver.org/spec/v2.0.0\r\n[ubuntu-packages]: https://packages.ubuntu.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrosit%2Faddon-projector-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrosit%2Faddon-projector-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrosit%2Faddon-projector-server/lists"}