diff --git a/README.md b/README.md index 4333ec96..aa00007c 100644 --- a/README.md +++ b/README.md @@ -360,10 +360,10 @@ SOFTWARE. [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-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-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.1.0/README.md +[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.2.0/README.md [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-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/ide/CHANGELOG.md b/ide/CHANGELOG.md index 0dbcc08e..748e354c 100644 --- a/ide/CHANGELOG.md +++ b/ide/CHANGELOG.md @@ -1 +1,32 @@ -Initial release. \ No newline at end of file +[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 \ No newline at end of file diff --git a/ide/README.md b/ide/README.md new file mode 100644 index 00000000..3379eb5c --- /dev/null +++ b/ide/README.md @@ -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: + + + +[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 \ No newline at end of file diff --git a/ide/config.json b/ide/config.json index aaa6df6e..a428f1ed 100644 --- a/ide/config.json +++ b/ide/config.json @@ -1,11 +1,15 @@ { "name": "IDE", - "version": "0.1.0", + "version": "0.2.0", "slug": "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]", "startup": "services", + "arch": [ + "amd64", + "i386" + ], "boot": "auto", "hassio_api": true, "homeassistant_api": true,