mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Advanced SSH & Web Terminal to e8d5f73
This commit is contained in:
parent
aa56f6962b
commit
9251e5ef1f
5 changed files with 17 additions and 17 deletions
|
@ -705,10 +705,10 @@ SOFTWARE.
|
|||
[adguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[adguard-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[adguard-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/8ecd322
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/8ecd322/README.md
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/e8d5f73
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/e8d5f73/README.md
|
||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-8ecd322-blue.svg
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-e8d5f73-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v13.1.0
|
||||
- Rename add-on to Advanced SSH & Web Terminal (#548)
|
||||
- Allow HA commands without an interactive shell (#545)
|
||||
- ⬆️ Update alpine_3_17/git to v2.38.5-r0 (#544)
|
||||
|
||||
|
|
10
ssh/DOCS.md
10
ssh/DOCS.md
|
@ -1,4 +1,4 @@
|
|||
# Home Assistant Community Add-on: SSH & Web Terminal
|
||||
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
|
||||
|
||||
This add-on allows you to log in to your Home Assistant instance using
|
||||
SSH or a Web Terminal, giving you to access your folders and
|
||||
|
@ -11,8 +11,8 @@ usability, flexibility and also provides access using a web interface.
|
|||
|
||||
## WARNING
|
||||
|
||||
The SSH & Web Terminal add-on is very powerful and gives you access to almost
|
||||
all tools and hardware of your system.
|
||||
The advanced SSH & Web Terminal add-on is very powerful and gives you access
|
||||
to almost all tools and hardware of your system.
|
||||
|
||||
While this add-on is created and maintained with care and with security in mind,
|
||||
in the wrong or inexperienced hands, it could damage your system.
|
||||
|
@ -68,8 +68,8 @@ comparison to installing any other Home Assistant add-on.
|
|||
|
||||
1. Click the "Install" button to install the add-on.
|
||||
1. Configure the `username` and `password`/`authorized_keys` options.
|
||||
1. Start the "SSH & Web Terminal" add-on.
|
||||
1. Check the logs of the "SSH & Web Terminal" add-on to see if everything
|
||||
1. Start the "Advanced SSH & Web Terminal" add-on.
|
||||
1. Check the logs of the "Advanced SSH & Web Terminal" add-on to see if everything
|
||||
went well.
|
||||
|
||||
## Configuration
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Home Assistant Community Add-on: SSH & Web Terminal
|
||||
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
|
@ -26,8 +26,8 @@ usability, flexibility and also provides access using a web interface.
|
|||
|
||||
## WARNING
|
||||
|
||||
The SSH & Web Terminal add-on is a really powerful and gives you virtually
|
||||
access to all tools and almost all hardware of your system.
|
||||
The advanced SSH & Web Terminal add-on is a really powerful and gives you
|
||||
virtually access to all tools and almost all hardware of your system.
|
||||
|
||||
While this add-on is created and maintained with care and with security in mind,
|
||||
in the wrong or inexperienced hands, it could damage your system.
|
||||
|
@ -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]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-8ecd322-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/8ecd322
|
||||
[release-shield]: https://img.shields.io/badge/version-e8d5f73-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/e8d5f73
|
||||
[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]: https://github.com/jtesta/ssh-audit
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
name: SSH & Web Terminal
|
||||
version: 8ecd322
|
||||
name: Advanced SSH & Web Terminal
|
||||
version: e8d5f73
|
||||
slug: ssh
|
||||
description: SSH & Web Terminal access to your Home Assistant instance
|
||||
description: A supercharged SSH & Web Terminal access to your Home Assistant instance
|
||||
url: https://github.com/hassio-addons/addon-ssh
|
||||
codenotary: codenotary@frenck.dev
|
||||
advanced: true
|
||||
startup: services
|
||||
ingress: true
|
||||
ingress_port: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue