mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Advanced SSH & Web Terminal 14.0.0
This commit is contained in:
parent
76a8346f95
commit
77e3c6a209
5 changed files with 38 additions and 33 deletions
|
@ -696,10 +696,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/v13.1.0
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v13.1.0/README.md
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v14.0.0
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v14.0.0/README.md
|
||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v13.1.0-blue.svg
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v14.0.0-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,24 +1,30 @@
|
|||
## What’s changed
|
||||
|
||||
The add-on has been renamed to "Advanced SSH & Web Terminal", to better distinguish itself from the core add-on.
|
||||
|
||||
## 🚨 Breaking changes
|
||||
|
||||
- Rename add-on to Advanced SSH & Web Terminal @frenck ([#548](https://github.com/hassio-addons/addon-ssh/pull/548))
|
||||
|
||||
## ✨ New features
|
||||
|
||||
- Add support for VSCode Remote - SSH @BNolet ([#498](https://github.com/hassio-addons/addon-ssh/pull/498))
|
||||
- Allow HA commands without an interactive shell @frenck ([#545](https://github.com/hassio-addons/addon-ssh/pull/545))
|
||||
|
||||
## 🚀 Enhancements
|
||||
## 📚 Documentation
|
||||
|
||||
- Sync server `KexAlgorithms` with OpenSSH 9.1 and ssh-audit dev @scop ([#513](https://github.com/hassio-addons/addon-ssh/pull/513))
|
||||
- Implement current ssh-audit dev client recommendations @scop ([#516](https://github.com/hassio-addons/addon-ssh/pull/516))
|
||||
- Specify server MACs and KexAlgos in terms of removals @scop ([#515](https://github.com/hassio-addons/addon-ssh/pull/515))
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Add Renovate for dependency management @frenck ([#505](https://github.com/hassio-addons/addon-ssh/pull/505))
|
||||
- Renovate tweaks @frenck ([#514](https://github.com/hassio-addons/addon-ssh/pull/514))
|
||||
- Fix broken URL @wrt54g ([#517](https://github.com/hassio-addons/addon-ssh/pull/517))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Update dependency alpine_3_17/openssl to v3.0.8-r1 @renovate ([#508](https://github.com/hassio-addons/addon-ssh/pull/508))
|
||||
- ⬆️ Update dependency alpine_3_17/cmake to v3.24.4-r0 @renovate ([#507](https://github.com/hassio-addons/addon-ssh/pull/507))
|
||||
- ⬆️ Update dependency alpine_3_17/openssl-dev to v3.0.8-r1 @renovate ([#510](https://github.com/hassio-addons/addon-ssh/pull/510))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 @renovate ([#512](https://github.com/hassio-addons/addon-ssh/pull/512))
|
||||
- ⬆️ Update yamllint to v1.30.0 @renovate ([#511](https://github.com/hassio-addons/addon-ssh/pull/511))
|
||||
- ⬆️ Update OpenSSL to v3.0.8-r3 @renovate ([#523](https://github.com/hassio-addons/addon-ssh/pull/523))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.0 @renovate ([#520](https://github.com/hassio-addons/addon-ssh/pull/520))
|
||||
- ⬆️ Update Docker to v20.10.24-r0 @renovate ([#531](https://github.com/hassio-addons/addon-ssh/pull/531))
|
||||
- ⬆️ Update Python to v3.10.11-r0 @renovate ([#533](https://github.com/hassio-addons/addon-ssh/pull/533))
|
||||
- ⬆️ Update alpine_3_17/bind-tools to v9.18.13-r0 @renovate ([#534](https://github.com/hassio-addons/addon-ssh/pull/534))
|
||||
- ⬆️ Update alpine_3_17/libxml2-utils to v2.10.4-r0 @renovate ([#536](https://github.com/hassio-addons/addon-ssh/pull/536))
|
||||
- ⬆️ Update Docker to v20.10.24-r1 @renovate ([#537](https://github.com/hassio-addons/addon-ssh/pull/537))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.1 @renovate ([#538](https://github.com/hassio-addons/addon-ssh/pull/538))
|
||||
- ⬆️ Update OpenSSL to v3.0.8-r4 @renovate ([#541](https://github.com/hassio-addons/addon-ssh/pull/541))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.2 @renovate ([#542](https://github.com/hassio-addons/addon-ssh/pull/542))
|
||||
- ⬆️ Update yamllint to v1.31.0 @renovate ([#543](https://github.com/hassio-addons/addon-ssh/pull/543))
|
||||
- ⬆️ Update alpine_3_17/git to v2.38.5-r0 @renovate ([#544](https://github.com/hassio-addons/addon-ssh/pull/544))
|
||||
|
|
12
ssh/DOCS.md
12
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
|
||||
|
@ -320,6 +320,6 @@ SOFTWARE.
|
|||
[openssh]: https://www.openssh.com/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-ssh/releases
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
[semver]: https://semver.org/spec/v2.0.0.html
|
||||
[ssh-audit]: https://github.com/jtesta/ssh-audit
|
||||
[zsh]: https://en.wikipedia.org/wiki/Z_shell
|
||||
|
|
|
@ -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.
|
||||
|
@ -98,8 +98,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-v13.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v13.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v14.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v14.0.0
|
||||
[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: 13.1.0
|
||||
name: Advanced SSH & Web Terminal
|
||||
version: 14.0.0
|
||||
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