{"id":13613518,"url":"https://github.com/hassio-addons/addon-ide","last_synced_at":"2025-10-05T16:30:44.994Z","repository":{"id":88120910,"uuid":"100868504","full_name":"hassio-addons/addon-ide","owner":"hassio-addons","description":"IDE - Home Assistant Community Add-ons","archived":true,"fork":false,"pushed_at":"2020-02-14T18:32:18.000Z","size":854,"stargazers_count":61,"open_issues_count":0,"forks_count":19,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-15T21:33:45.426Z","etag":null,"topics":["addon","addons","cloud9-ide","home-assistant","homeassistant","ide"],"latest_commit_sha":null,"homepage":"https://addons.community","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/hassio-addons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/support.yml","governance":null,"roadmap":null,"authors":null},"funding":{"github":"frenck","patreon":"frenck","custom":"https://frenck.dev/donate/"}},"created_at":"2017-08-20T14:54:19.000Z","updated_at":"2023-01-28T10:59:13.000Z","dependencies_parsed_at":"2023-05-18T09:15:38.777Z","dependency_job_id":null,"html_url":"https://github.com/hassio-addons/addon-ide","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassio-addons%2Faddon-ide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassio-addons%2Faddon-ide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassio-addons%2Faddon-ide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassio-addons%2Faddon-ide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hassio-addons","download_url":"https://codeload.github.com/hassio-addons/addon-ide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235418369,"owners_count":18987131,"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","addons","cloud9-ide","home-assistant","homeassistant","ide"],"created_at":"2024-08-01T20:00:49.083Z","updated_at":"2025-10-05T16:30:39.688Z","avatar_url":"https://github.com/hassio-addons.png","language":"Shell","funding_links":["https://github.com/sponsors/frenck","https://patreon.com/frenck","https://frenck.dev/donate/","https://www.patreon.com/frenck"],"categories":["Hass.io","Install from Source","Add-ons"],"sub_categories":["Third Party Add-ons","Smart Home Automation"],"readme":"# Home Assistant Community Add-on: IDE\n\n[![GitHub Release][releases-shield]][releases]\n![Project Stage][project-stage-shield]\n[![License][license-shield]](LICENSE.md)\n\n![Supports aarch64 Architecture][aarch64-shield]\n![Supports amd64 Architecture][amd64-shield]\n![Supports armhf Architecture][armhf-shield]\n![Supports armv7 Architecture][armv7-shield]\n![Supports i386 Architecture][i386-shield]\n\n[![GitLab CI][gitlabci-shield]][gitlabci]\n![Project Maintenance][maintenance-shield]\n[![GitHub Activity][commits-shield]][commits]\n\n[![Discord][discord-shield]][discord]\n[![Community Forum][forum-shield]][forum]\n\n[![Sponsor Frenck via GitHub Sponsors][github-sponsors-shield]][github-sponsors]\n\n[![Support Frenck on Patreon][patreon-shield]][patreon]\n\nAdvanced IDE for Home Assistant, based on Cloud9 IDE\n\n## Deprecation warning\n\n**This add-on is in a deprecated state!**\n\nThis add-on is powered by the Cloud9 IDE project, which has been acquired by\nAmazon in 2016. As of 17 October 2018, the open source development of the\nCloud9 Core has been halted.\n\nIt became harder to maintain and keep this add-on running. As the world\nadvances, but the C9 does not, so things become incompatible over time.\n\nThe point of no longer being able to upgrade parts of the add-on, has come.\n\nTherefore this add-on will no longer receive any updates and is deprecated.\n\nIf you are running Hass.io on an amd64 based system, we would recommend changing\nto the vscode add-on. For other architectures (e.g., Raspberry Pi), we expect\nto release an alternative add-on.\n\n## About\n\nCloud9 IDE is an online integrated development environment. It supports\nhundreds of programming languages, including C, C++, PHP, Ruby, Perl, Python,\nJavaScript with Node.js, and Go.\n\nThis add-on is a packaged version of the Cloud9 IDE, tuned for use with Home\nAssistant. It is designed to allow you to configure and edit your Home Assistant\nsetup straight from the web interface using a useful, pretty and fullblown\neditor.\n\n![IDE in the Home Assistant Frontend](images/screenshot.png)\n\n## Installation\n\nThe installation of this add-on is pretty straightforward and not different in\ncomparison to installing any other Home Assistant add-on.\n\n1. Search for the \"IDE\" add-on in the Supervisor add-on store and install it.\n1. Start the \"IDE\" add-on\n1. Check the logs of the \"IDE\" add-on to see if everything went well.\n1. Surf to your Hass.io instance and use port `8321`\n    (e.g. `http://hassio.local:8321`).\n1. Login using your Home Assistant credentials.\n\n## Configuration\n\n**Note**: _Remember to restart the add-on when the configuration is changed._\n\nExample add-on configuration:\n\n```yaml\nlog_level: info\nssl: true\ncertfile: fullchain.pem\nkeyfile: privkey.pem\npackages:\n  - php7-cli\ninit_commands: []\n```\n\n**Note**: _This is just an example, don't copy and paste it! Create your own!_\n\n### Option: `log_level`\n\nThe `log_level` option controls the level of log output by the addon and can\nbe changed to be more or less verbose, which might be useful when you are\ndealing with an unknown issue. Possible values are:\n\n- `trace`: Show every detail, like all called internal functions.\n- `debug`: Shows detailed debug information.\n- `info`: Normal (usually) interesting events.\n- `warning`: Exceptional occurrences that are not errors.\n- `error`:  Runtime errors that do not require immediate action.\n- `fatal`: Something went terribly wrong. Add-on becomes unusable.\n\nPlease note that each level automatically includes log messages from a\nmore severe level, e.g., `debug` also shows `info` messages. By default,\nthe `log_level` is set to `info`, which is the recommended setting unless\nyou are troubleshooting.\n\nUsing `trace` or `debug` log levels puts the cloud9 server into debug mode\nas well.\n\n### Option: `ssl`\n\nEnables/Disables SSL (HTTPS) on the IDE. Set it `true` to enable it,\n`false` otherwise.\n\n### Option: `certfile`\n\nThe certificate file to use for SSL.\n\n**Note**: _The file MUST be stored in `/ssl/`, which is the default_\n\n### Option: `keyfile`\n\nThe private key file to use for SSL.\n\n**Note**: _The file MUST be stored in `/ssl/`, which is the default_\n\n### Option: `packages`\n\nAllows you to specify additional [Alpine packages][alpine-packages] to be\ninstalled in your shell environment (e.g., Python, PHP, Go).\n\n**Note**: _Adding many packages will result in a longer start-up\ntime for the add-on._\n\n### Option: `init_commands`\n\nCustomize your IDE environment even more with the `init_commands` option.\nAdd one or more shell commands to the list, and they will be executed every\nsingle time this add-on starts.\n\n### Option: `leave_front_door_open`\n\nAdding this option to the add-on configuration allows you to disable\nauthentication on the IDE by setting it to `true`.\n\n**Note**: _We STRONGLY suggest, not to use this, even if this add-on is\nonly exposed to your internal network. USE AT YOUR OWN RISK!_\n\n## Embedding into Home Assistant\n\nIt is possible to embed the IDE directly into Home Assistant, allowing\nyou to access your IDE through the Home Assistant frontend.\n\nHome Assistant provides the `panel_iframe` integration, for these purposes.\n\nExample configuration:\n\n```yaml\npanel_iframe:\n  ide:\n    title: IDE\n    icon: mdi:code-braces\n    url: https://addres.to.your.hass.io:8321\n```\n\n## Known issues and limitations\n\nThis add-on is currently in an experimental state, and some features are not\nimplemented yet. Some of the presently known limitations:\n\n- User and project settings are not persistent between add-on restarts.\n- Auto-completion is based on file contents and does not yet query Home\n  Assistant.\n- `ZSH` is available, but not enabled by default, due to Cloud9 limitations.\n\n## Changelog \u0026 Releases\n\nThis repository keeps a change log using [GitHub's releases][releases]\nfunctionality. The format of the log is based on\n[Keep a Changelog][keepchangelog].\n\nReleases are based on [Semantic Versioning][semver], and use the format\nof ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented\nbased on the following:\n\n- ``MAJOR``: Incompatible or major changes.\n- ``MINOR``: Backwards-compatible new features and enhancements.\n- ``PATCH``: Backwards-compatible bugfixes and package updates.\n\n## Support\n\nGot questions?\n\nYou have several options to get them answered:\n\n- The [Home Assistant Community Add-ons Discord chat server][discord] for add-on\n  support and feature requests.\n- The [Home Assistant Discord chat server][discord-ha] for general Home\n  Assistant discussions and questions.\n- The Home Assistant [Community Forum][forum].\n- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]\n\nYou could also [open an issue here][issue] GitHub.\n\n## Contributing\n\nThis is an active open-source project. We are always open to people who want to\nuse the code or contribute to it.\n\nWe have set up a separate document containing our\n[contribution guidelines](CONTRIBUTING.md).\n\nThank you for being involved! :heart_eyes:\n\n## Authors \u0026 contributors\n\nThe original setup of this repository is by [Franck Nijhof][frenck].\n\nFor a full list of all authors and contributors,\ncheck [the contributor's page][contributors].\n\n## We have got some Home Assistant add-ons for you\n\nWant some more functionality to your Home Assistant instance?\n\nWe have created multiple add-ons for Home Assistant. For a full list, check out\nour [GitHub Repository][repository].\n\n## License\n\nMIT License\n\nCopyright (c) 2017-2020 Franck Nijhof\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg\n[alpine-packages]: https://pkgs.alpinelinux.org/packages\n[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg\n[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg\n[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg\n[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-ide.svg\n[commits]: https://github.com/hassio-addons/addon-ide/commits/master\n[contributors]: https://github.com/hassio-addons/addon-ide/graphs/contributors\n[discord-ha]: https://discord.gg/c5DvZ4e\n[discord-shield]: https://img.shields.io/discord/478094546522079232.svg\n[discord]: https://discord.me/hassioaddons\n[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg\n[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ide-based-on-cloud9/33810?u=frenck\n[frenck]: https://github.com/frenck\n[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png\n[github-sponsors]: https://github.com/sponsors/frenck\n[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-ide/badges/master/pipeline.svg\n[gitlabci]: https://gitlab.com/hassio-addons/addon-ide/pipelines\n[home-assistant]: https://home-assistant.io\n[i385-shield]: https://img.shields.io/badge/i386-yes-green.svg\n[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg\n[issue]: https://github.com/hassio-addons/addon-ide/issues\n[keepchangelog]: http://keepachangelog.com/en/1.0.0/\n[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-ide.svg\n[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg\n[ohmyzsh]: http://ohmyz.sh/\n[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png\n[patreon]: https://www.patreon.com/frenck\n[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg\n[reddit]: https://reddit.com/r/homeassistant\n[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-ide.svg\n[releases]: https://github.com/hassio-addons/addon-ide/releases\n[repository]: https://github.com/hassio-addons/repository\n[semver]: http://semver.org/spec/v2.0.0.htm\n[zsh]: https://en.wikipedia.org/wiki/Z_shell\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhassio-addons%2Faddon-ide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhassio-addons%2Faddon-ide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhassio-addons%2Faddon-ide/lists"}