🎉 Release of add-on IDE 0.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-09 19:58:49 +00:00
parent cba3b94d22
commit 498fc465cf
4 changed files with 75 additions and 0 deletions

View file

@ -132,6 +132,19 @@ HomeKit support for your Home Assistant instance using Homebridge
[:books: Homebridge add-on documentation][addon-doc-homebridge]
### ✓ [IDE][addon-ide]
![Latest Version][ide-version-shield]
![Supports armhf Architecture][ide-armhf-shield]
![Supports aarch64 Architecture][ide-aarch64-shield]
![Supports amd64 Architecture][ide-amd64-shield]
![Supports i386 Architecture][ide-i386-shield]
![Docker Pulls][ide-pulls-shield]
Advanced IDE for Home Assistant, based on Cloud9 IDE
[:books: IDE add-on documentation][addon-doc-ide]
## Releases
Add-on releases are **NOT** based on [Semantic Versioning][semver], unlike
@ -159,6 +172,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: FTP][ftp-issue]
- [Open an issue for the add-on: Home Assistant Control Panel][control-panel-issue]
- [Open an issue for the add-on: Homebridge][homebridge-issue]
- [Open an issue for the add-on: IDE][ide-issue]
For a general repository issue or add-on ideas [open an issue here][issue]
@ -271,6 +285,15 @@ 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
[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-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ide-armhf.svg
[ide-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[ide-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[awesome-shield]: https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e

1
ide/CHANGELOG.md Normal file
View file

@ -0,0 +1 @@
Initial release.

51
ide/config.json Normal file
View file

@ -0,0 +1,51 @@
{
"name": "IDE",
"version": "0.1.0",
"slug": "ide",
"description": "Advanced IDE for Home Assistant, based on Cloud9 IDE",
"url": "https://github.com/hassio-addons/addon-ide",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8321]",
"startup": "services",
"boot": "auto",
"hassio_api": true,
"homeassistant_api": true,
"host_network": false,
"ports": {
"8321/tcp": 8321
},
"map": [
"config:rw",
"ssl:rw",
"addons:rw",
"share:rw",
"backup:rw"
],
"options": {
"log_level": "info",
"username": "",
"password": "",
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"packages": [],
"init_commands": []
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"username": "str",
"password": "str",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"packages": [
"str"
],
"init_commands": [
"str"
]
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/ide-{arch}"
}

BIN
ide/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB