/addon-projector-server

Allows using JetBrains IDE's in home assistant using projector, similar to the vscode addon.

Primary LanguageShellMIT LicenseMIT

Home Assistant Community Add-on: Projector server

JetBrains IDE's, accessible through the browser.

Projector server in the Home Assistant Frontend

About

This 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 which was used as a starting point in the setup. The implementation uses Projector Server.

Using the addon configuration, a wide variety of IDE's can be installed, for example:

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.

Changelog & Releases

This repository keeps a change log using GitHub's releases functionality.

Releases are based on Semantic Versioning, and use the format of MAJOR.MINOR.PATCH. In a nutshell, the version will be incremented based on the following:

  • MAJOR: Incompatible or major changes.
  • MINOR: Backwards-compatible new features and enhancements.
  • PATCH: Backwards-compatible bugfixes and package updates.

Support

Got questions?

You have several options to get them answered:

Authors & contributors

This addon uses the Visual Studio Code addon as a starting point which was created by Franck Nijhof.

The projector implementation is done by Fabio Ros

For a full list of all authors and contributors, check the contributor's page.

License

MIT License

Copyright (c) 2019-2021 Fabio Ros

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.