mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on SSH & Web Terminal 11.0.0
This commit is contained in:
parent
c5b9860095
commit
c3a3020d91
5 changed files with 17 additions and 16 deletions
|
@ -1,5 +1,13 @@
|
|||
## What’s changed
|
||||
|
||||
This release is built on the new Alpine Linux 3.16.
|
||||
All dependencies have been upgraded, including Python 3.10 and OpenSSH 9.0.
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- 📚 Use new My Home Assistant link format @frenck (#412)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades Home Assistant CLI to v4.17.0 @frenck (#409)
|
||||
- ⬆️ Upgrades add-on base image to 12.0.0 @frenck (#410)
|
||||
- ⬆️ Upgrades Home Assistant CLI to v4.18.0 @frenck (#411)
|
||||
|
|
10
ssh/DOCS.md
10
ssh/DOCS.md
|
@ -72,12 +72,6 @@ comparison to installing any other Home Assistant add-on.
|
|||
1. Check the logs of the "SSH & Web Terminal" add-on to see if everything
|
||||
went well.
|
||||
|
||||
Home Assistant, by default, ships with the Community Add-ons store installed.
|
||||
However, if it is missing (for any reason), you can add it by clicking the
|
||||
button My button below.
|
||||
|
||||
[![Add repository to your Home Assitant instance.][repository-badge]][repository]
|
||||
|
||||
## Configuration
|
||||
|
||||
**Note**: _Remember to restart the add-on when the configuration is changed._
|
||||
|
@ -302,7 +296,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|||
SOFTWARE.
|
||||
|
||||
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
|
||||
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_ssh
|
||||
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_ssh&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||
[alpine-packages]: https://pkgs.alpinelinux.org/packages
|
||||
[contributors]: https://github.com/hassio-addons/addon-ssh/graphs/contributors
|
||||
[discord-ha]: https://discord.gg/c5DvZ4e
|
||||
|
@ -316,8 +310,6 @@ SOFTWARE.
|
|||
[openssh]: https://www.openssh.com/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-ssh/releases
|
||||
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
|
||||
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
||||
[zsh]: https://en.wikipedia.org/wiki/Z_shell
|
||||
|
|
|
@ -82,8 +82,8 @@ well. Additionally, it comes out of the box with the following:
|
|||
[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-v10.1.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v10.1.3
|
||||
[release-shield]: https://img.shields.io/badge/version-v11.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v11.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/arthepsy/ssh-audit
|
||||
|
|
|
@ -23,6 +23,7 @@ image: ghcr.io/hassio-addons/ssh/{arch}
|
|||
ingress: true
|
||||
ingress_port: 0
|
||||
ingress_stream: true
|
||||
init: false
|
||||
journald: true
|
||||
map:
|
||||
- config:rw
|
||||
|
@ -84,4 +85,4 @@ startup: services
|
|||
uart: true
|
||||
url: https://github.com/hassio-addons/addon-ssh
|
||||
usb: true
|
||||
version: 10.1.3
|
||||
version: 11.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue