mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on IDE 0.1.0
This commit is contained in:
parent
dc53c95081
commit
820eb9130e
4 changed files with 75 additions and 0 deletions
23
README.md
23
README.md
|
@ -129,6 +129,19 @@ HomeKit support for your Home Assistant instance using Homebridge
|
||||||
|
|
||||||
[:books: Homebridge add-on documentation][addon-doc-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
|
## Releases
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
|
@ -164,6 +177,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: FTP][ftp-issue]
|
||||||
- [Open an issue for the add-on: Home Assistant Control Panel][control-panel-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: 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]
|
For a general repository issue or add-on ideas [open an issue here][issue]
|
||||||
|
|
||||||
|
@ -276,6 +290,15 @@ 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-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
|
[awesome-shield]: https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg
|
||||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||||
[discord]: https://discord.gg/c5DvZ4e
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
|
1
ide/CHANGELOG.md
Normal file
1
ide/CHANGELOG.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Initial release.
|
51
ide/config.json
Normal file
51
ide/config.json
Normal 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
BIN
ide/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Loading…
Add table
Add a link
Reference in a new issue