mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on SSH & Web Terminal to ca45398
This commit is contained in:
parent
5f8c321358
commit
a6a9efbb90
5 changed files with 12 additions and 8 deletions
|
@ -903,10 +903,10 @@ SOFTWARE.
|
||||||
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[sqlite-web-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[sqlite-web-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[sqlite-web-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[sqlite-web-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/974989f
|
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/ca45398
|
||||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/974989f/README.md
|
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/ca45398/README.md
|
||||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||||
[ssh-version-shield]: https://img.shields.io/badge/version-974989f-blue.svg
|
[ssh-version-shield]: https://img.shields.io/badge/version-ca45398-blue.svg
|
||||||
[ssh-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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
|
[ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
# Changelog since v9.1.1
|
# Changelog since v9.1.1
|
||||||
|
- 🔥 Remove homeassistant_cli (#352)
|
||||||
|
|
||||||
|
* 🔥 Remove homeassistant_cli
|
||||||
|
|
||||||
|
* Remove hass_cli bash completion
|
||||||
|
- ⬆️ Upgrades ttyd to 3e37e33 (#351)
|
||||||
- 🔥 Remove hibp checks (#350)
|
- 🔥 Remove hibp checks (#350)
|
||||||
|
|
||||||
* 🔥 Remove hibp checks
|
* 🔥 Remove hibp checks
|
||||||
|
|
|
@ -53,8 +53,6 @@ well. Additionally, it comes out of the box with the following:
|
||||||
- Contains a sensible set of tools right out of the box: curl, Wget, RSync, GIT,
|
- Contains a sensible set of tools right out of the box: curl, Wget, RSync, GIT,
|
||||||
Nmap, Mosquitto client, MariaDB/MySQL client, Awake (“wake on LAN”), Nano,
|
Nmap, Mosquitto client, MariaDB/MySQL client, Awake (“wake on LAN”), Nano,
|
||||||
Vim, tmux, and a bunch commonly used networking tools.
|
Vim, tmux, and a bunch commonly used networking tools.
|
||||||
- Has the Home Assistant CLI (`hass-cli`) command line tool pre-installed and
|
|
||||||
pre-configured.
|
|
||||||
- Support executing commands inside using a Home Assistant service call, e.g.,
|
- Support executing commands inside using a Home Assistant service call, e.g.,
|
||||||
for use with automations.
|
for use with automations.
|
||||||
|
|
||||||
|
|
|
@ -101,8 +101,8 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-974989f-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-ca45398-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/974989f
|
[release]: https://github.com/hassio-addons/addon-ssh/tree/ca45398
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/main/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/main/images/screenshot.png
|
||||||
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/main/images/ssh-audit.png
|
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/main/images/ssh-audit.png
|
||||||
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
||||||
|
|
|
@ -83,4 +83,4 @@ startup: services
|
||||||
uart: true
|
uart: true
|
||||||
url: https://github.com/hassio-addons/addon-ssh
|
url: https://github.com/hassio-addons/addon-ssh
|
||||||
usb: true
|
usb: true
|
||||||
version: 974989f
|
version: ca45398
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue