mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on SSH & Web Terminal to d8dd62a
This commit is contained in:
parent
da7dfdf5ae
commit
135f62c58a
5 changed files with 7 additions and 32 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/96bccd1
|
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/d8dd62a
|
||||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/96bccd1/README.md
|
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/d8dd62a/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-96bccd1-blue.svg
|
[ssh-version-shield]: https://img.shields.io/badge/version-d8dd62a-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,5 @@
|
||||||
# Changelog since v9.1.1
|
# Changelog since v9.1.1
|
||||||
|
- 🔥 Remove STDIN service (#349)
|
||||||
- ⬆️ Upgrades add-on base image to 11.0.0 (#348)
|
- ⬆️ Upgrades add-on base image to 11.0.0 (#348)
|
||||||
- Update CI Workflows (#347)
|
- Update CI Workflows (#347)
|
||||||
- Fix privileged mode instructions for HASS 2021.12 (#346)
|
- Fix privileged mode instructions for HASS 2021.12 (#346)
|
||||||
|
|
25
ssh/DOCS.md
25
ssh/DOCS.md
|
@ -239,31 +239,6 @@ HaveIBeenPwned password requirement by setting it to `true`.
|
||||||
**Note**: _We STRONGLY suggest picking a stronger/safer password instead of
|
**Note**: _We STRONGLY suggest picking a stronger/safer password instead of
|
||||||
using this option! USE AT YOUR OWN RISK!_
|
using this option! USE AT YOUR OWN RISK!_
|
||||||
|
|
||||||
## Executing commands in this add-on using a Home Assistant service call
|
|
||||||
|
|
||||||
This add-on uses the `hassio.addon_stdin` service to expose a shell interface
|
|
||||||
to Home Assistant. This allows you to execute commands and scripts within
|
|
||||||
the SSH & Web Terminal add-on, straight from Home Assistant.
|
|
||||||
|
|
||||||
This is particularly helpful when you want to execute custom scripts or
|
|
||||||
commands from automations.
|
|
||||||
|
|
||||||
Example automation running `my_command`:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
automation:
|
|
||||||
- alias: "Example my script"
|
|
||||||
trigger:
|
|
||||||
platform: state
|
|
||||||
entity_id: binary_sensor.motion_sensor
|
|
||||||
to: "ON"
|
|
||||||
action:
|
|
||||||
service: hassio.addon_stdin
|
|
||||||
data:
|
|
||||||
addon: a0d7b954_ssh
|
|
||||||
input: "/config/scripts/my_command"
|
|
||||||
```
|
|
||||||
|
|
||||||
## Known issues and limitations
|
## Known issues and limitations
|
||||||
|
|
||||||
- The add-on fails to start when a password that is listed by HaveIBeenPwned
|
- The add-on fails to start when a password that is listed by HaveIBeenPwned
|
||||||
|
|
|
@ -102,8 +102,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-96bccd1-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-d8dd62a-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/96bccd1
|
[release]: https://github.com/hassio-addons/addon-ssh/tree/d8dd62a
|
||||||
[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
|
||||||
|
|
|
@ -81,8 +81,7 @@ services:
|
||||||
- mqtt:want
|
- mqtt:want
|
||||||
slug: ssh
|
slug: ssh
|
||||||
startup: services
|
startup: services
|
||||||
stdin: true
|
|
||||||
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: 96bccd1
|
version: d8dd62a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue