mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on IDE to aff0822
This commit is contained in:
parent
f33256af3b
commit
cd58e94fb6
4 changed files with 33 additions and 10 deletions
|
@ -1,5 +1,26 @@
|
|||
# Changelog since v0.4.0
|
||||
|
||||
2018/07/26 18:20 UTC - [b5d62a1](https://github.com/hassio-addons/addon-ide/commit/b5d62a1f5da571482ceb8426ff2c68f0789e7ff2) by [@frenck](https://github.com/frenck)
|
||||
2018/08/12 18:16 UTC - [aff0822](https://github.com/hassio-addons/addon-ide/commit/aff082257c916f6976d8df4e405bea00c1884672) by [@frenck](https://github.com/frenck)
|
||||
> :ambulance: Fixes YAML error in GitLab CI build file
|
||||
|
||||
2018/08/12 18:16 UTC - [279eb13](https://github.com/hassio-addons/addon-ide/commit/279eb13a042cf640552dc6fb8e54de4463946b2a) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades Cloud9 Core to e9490da
|
||||
|
||||
2018/08/12 18:16 UTC - [ec46d1f](https://github.com/hassio-addons/addon-ide/commit/ec46d1f8d2798a4fae218dab83f53e99b851fe8c) by [@frenck](https://github.com/frenck)
|
||||
> :lock: Enforces the use of authentication
|
||||
|
||||
2018/08/12 18:16 UTC - [9bbd3e3](https://github.com/hassio-addons/addon-ide/commit/9bbd3e3d36a69a05bc164589413322f3fd624849) by [@frenck](https://github.com/frenck)
|
||||
> :lock: Checks used password against HaveIBeenPwned
|
||||
|
||||
2018/08/12 18:16 UTC - [6d5c6c7](https://github.com/hassio-addons/addon-ide/commit/6d5c6c7699858478495e49210a388b98d5009cf1) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades zip to 3.0-r6
|
||||
|
||||
2018/08/12 18:16 UTC - [a0727f3](https://github.com/hassio-addons/addon-ide/commit/a0727f3e48e7efd02778b36dd32fab42086e2b79) by [@frenck](https://github.com/frenck)
|
||||
> :lock: Enables SSL by default
|
||||
|
||||
2018/08/12 18:16 UTC - [1ec6786](https://github.com/hassio-addons/addon-ide/commit/1ec67868c0a2c43faa79ce7c032da99ecb0c35ad) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades base image to v2.1.0
|
||||
|
||||
2018/08/12 18:16 UTC - [b5d62a1](https://github.com/hassio-addons/addon-ide/commit/b5d62a1f5da571482ceb8426ff2c68f0789e7ff2) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades openssl to 1.0.2o-r2
|
||||
|
||||
|
|
|
@ -46,14 +46,14 @@ If you are more interested in stable releases of our add-ons:
|
|||
[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/b5d62a1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-ide/blob/aff0822/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-b5d62a1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ide/tree/b5d62a1
|
||||
[release-shield]: https://img.shields.io/badge/version-aff0822-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ide/tree/aff0822
|
||||
[screenshot]: https://github.com/hassio-addons/addon-ide/raw/master/images/screenshot.png
|
||||
[zsh]: https://en.wikipedia.org/wiki/Z_shell
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "IDE",
|
||||
"version": "b5d62a1",
|
||||
"version": "aff0822",
|
||||
"slug": "ide",
|
||||
"description": "Advanced IDE for Home Assistant, based on Cloud9 IDE",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-ide-based-on-cloud9/33810?u=frenck",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"log_level": "info",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"ssl": false,
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"packages": [],
|
||||
|
@ -48,7 +48,9 @@
|
|||
],
|
||||
"init_commands": [
|
||||
"str"
|
||||
]
|
||||
],
|
||||
"i_like_to_be_pwned": "bool?",
|
||||
"leave_front_door_open": "bool?"
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue