diff --git a/README.md b/README.md index 9152691a7..6644247aa 100644 --- a/README.md +++ b/README.md @@ -585,10 +585,10 @@ SOFTWARE. [plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [plex-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [plex-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/273251e -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/273251e/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/77075e3 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/77075e3/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-273251e-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-77075e3-blue.svg [ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.svg [ssh-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 6625efef9..7aad6c32b 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog since v3.0.0 -2018/07/21 20:26 UTC - [273251e](https://github.com/hassio-addons/addon-ssh/commit/273251e72ed9c69ff90ff4b33f436f576f5d2d2e) by [@frenck](https://github.com/frenck) +2018/07/21 20:35 UTC - [77075e3](https://github.com/hassio-addons/addon-ssh/commit/77075e3b62f762a98c8ba010d20244d3d37c18f8) by [@frenck](https://github.com/frenck) +> :books: Adds instructions on embedding Web Terminal into the frontend + +2018/07/21 20:35 UTC - [273251e](https://github.com/hassio-addons/addon-ssh/commit/273251e72ed9c69ff90ff4b33f436f576f5d2d2e) by [@frenck](https://github.com/frenck) > :ambulance: Fixes add-on devicetree permission issue diff --git a/ssh/README.md b/ssh/README.md index cd8130591..e83a3abce 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -84,7 +84,7 @@ 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-ssh/blob/273251e/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/77075e3/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-ssh-web-terminal/33820?u=frenck [hass-ssh]: https://home-assistant.io/addons/ssh/ @@ -92,8 +92,8 @@ If you are more interested in stable releases of our add-ons: [ohmyzsh]: http://ohmyz.sh/ [openssh]: https://www.openssh.com/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-273251e-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/273251e +[release-shield]: https://img.shields.io/badge/version-77075e3-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/77075e3 [ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png [ssh-audit]: https://github.com/arthepsy/ssh-audit [zsh]: https://en.wikipedia.org/wiki/Z_shell diff --git a/ssh/config.json b/ssh/config.json index e6d0ef7c3..7b7a7d7be 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "273251e", + "version": "77075e3", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck",