🎉 Release of add-on IDE 0.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-13 22:02:06 +00:00
parent 374f3d2876
commit dd890b4a6a
4 changed files with 97 additions and 6 deletions

View file

@ -360,10 +360,10 @@ SOFTWARE.
[homebridge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [homebridge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[homebridge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [homebridge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[homebridge-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [homebridge-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/v0.1.0 [addon-ide]: https://github.com/hassio-addons/addon-ide/tree/v0.2.0
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.1.0/README.md [addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.2.0/README.md
[ide-issue]: https://github.com/hassio-addons/addon-ide/issues [ide-issue]: https://github.com/hassio-addons/addon-ide/issues
[ide-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg [ide-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[ide-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ide-amd64.svg [ide-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ide-amd64.svg
[ide-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [ide-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1 +1,32 @@
Initial release. [Full Changelog][changelog]
### Added
- Adds .yamllint configuration
- Adds all architectures to add-on config
- Adds Probot configuration
- Pins down Cloud9 core version
- Adds initial add-on README template
- Adds Gitlab CI
### Fixed
- Fixes Markdownlint warning in License
- Fixes hadolint warnings
### Changed
- Replaces Changelog with GitHub releases
- Upgrades add-on base image to v1.4.1
- Updates README
- More efficient cloning of oh-my-zsh source
- Updates forum link for add-on
- Updates maintaince to 2018
### Removed
- Removes CodeClimate
- Removes CircleCI
- Drops support for armhf and aarch64
[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.1.0...v0.2.0

56
ide/README.md Normal file
View file

@ -0,0 +1,56 @@
# Community Hass.io Add-ons: IDE
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
Advanced IDE for Home Assistant, based on Cloud9 IDE
## About
Cloud9 IDE is an online integrated development environment. It supports
hundreds of programming languages, including C, C++, PHP, Ruby, Perl, Python,
JavaScript with Node.js, and Go.
This add-on is a packaged version of the Cloud9 IDE, tuned for use with Home
Assistant. It is designed to allow you to configure and edit your Home Assistant
setup straight from the web interface using a useful, pretty and fullblown
editor.
[Click here for the full documentation][docs]
![IDE in the Home Assistant Frontend][screenshot]
## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
- They might stop working at any time.
- They could have a negative impact on your system.
This repository was created for:
- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-ide/blob/v0.2.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ide-based-on-cloud9/33810?u=frenck
[hass-ssh]: https://home-assistant.io/addons/ssh/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[ohmyzsh]: http://ohmyz.sh/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/v0.2.0
[screenshot]: https://github.com/hassio-addons/addon-ide/raw/master/images/screenshot.png
[zsh]: https://en.wikipedia.org/wiki/Z_shell

View file

@ -1,11 +1,15 @@
{ {
"name": "IDE", "name": "IDE",
"version": "0.1.0", "version": "0.2.0",
"slug": "ide", "slug": "ide",
"description": "Advanced IDE for Home Assistant, based on Cloud9 IDE", "description": "Advanced IDE for Home Assistant, based on Cloud9 IDE",
"url": "https://github.com/hassio-addons/addon-ide", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-ide-based-on-cloud9/33810?u=frenck",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8321]", "webui": "[PROTO:ssl]://[HOST]:[PORT:8321]",
"startup": "services", "startup": "services",
"arch": [
"amd64",
"i386"
],
"boot": "auto", "boot": "auto",
"hassio_api": true, "hassio_api": true,
"homeassistant_api": true, "homeassistant_api": true,