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 7.0.1
This commit is contained in:
parent
041d42037f
commit
f83ee86fd7
4 changed files with 12 additions and 86 deletions
|
@ -1,87 +1,13 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
Time for a major release! 🎉
|
||||
This is a general maintenance release.
|
||||
|
||||
This release upgrades a lot of the internals of the add-on, to the latest & greatest. But wait, there is more!
|
||||
### 🔨 Changes
|
||||
|
||||
### Bash support is here!
|
||||
- :ambulance: Fix possible issue with sudo.conf permissions
|
||||
- :hammer: Improve Bash command prompt by adding the current directory to it
|
||||
|
||||
It has been requested quite a few times since the add-on existed. So if ZSH isn't your cup of tea, disable it in the add-on options by setting `zsh` to `false`.
|
||||
|
||||
As an added bonus, Bash completion support is also installed and configured for use with the `hassio` and `hass-cli` commands.
|
||||
|
||||
### Faster, but Ingress only Web Terminal
|
||||
|
||||
The Web Terminal is now only accessible via Ingress, direct access has been removed. This removes a lot of moving parts from the add-on. Combined with the latest version of `ttyd` (which powers the Web Terminal), it has become lightning fast and responsive.
|
||||
|
||||
The Terminal now leverages your browsers WebGL capabilities, making it fly! 🚀
|
||||
|
||||
### Hass.io CLI completion with ZSH
|
||||
|
||||
The add-on ships with the latest Hass.io CLI, which now supports ZSH's auto-completion, which you can activate by hitting <tab> twice after you type part of the `hassio` command.
|
||||
|
||||

|
||||
|
||||
### Other noteworthy changes
|
||||
|
||||
- Session sharing between SSH & the Web Terminal is now turned off by default. A lot of new users run into issues understanding how `tmux` works, hence, I've opted to disable session sharing by default.
|
||||
- Uses base images, based on the latest Alpine Linux 3.11.
|
||||
- All configuration options regarding the Web Terminal have been removed since with Ingress, they are no longer needed.
|
||||
|
||||
## 🔨 All Changes
|
||||
|
||||
Fetching origin
|
||||
- :arrow_up: Updates yamllint to v1.20.0 (#106)
|
||||
- :ambulance: Spelling and grammar fixes (#107)
|
||||
- :pencil2: Funding adjustments
|
||||
- :arrow_up: Upgrades add-on base image to v6.0.1
|
||||
- :arrow_up: Upgrades bsd-compat-headers to 0.7.2-r0
|
||||
- :arrow_up: Upgrades cmake to 3.15.5-r0
|
||||
- :arrow_up: Upgrades docker to 19.03.5-r0
|
||||
- :arrow_up: Upgrades openssl to 1.1.1d-r3
|
||||
- :arrow_up: Upgrades python3 to 3.8.0-r0
|
||||
- :arrow_up: Upgrades zlib-dev to 1.2.11-r3
|
||||
- :arrow_up: Upgrades device-mapper-libs to 2.02.186-r0
|
||||
- :arrow_up: Upgrades zsh-autosuggestions to 0.6.3-r0
|
||||
- :arrow_up: Upgrades nmap to 7.80-r1
|
||||
- :arrow_up: Upgrades vim to 8.2.0-r0
|
||||
- :arrow_up: Upgrades tmux to 3.0a-r0
|
||||
- :arrow_up: Upgrades nano to 4.6-r0
|
||||
- :arrow_up: Upgrades sudo to 1.8.29-r0
|
||||
- :arrow_up: Upgrades sqlite to 3.30.1-r1
|
||||
- :arrow_up: Upgrades rsync to 3.1.3-r2
|
||||
- :arrow_up: Upgrades networkmanager to 1.20.8-r0
|
||||
- :arrow_up: Upgrades ack to 3.2.0-r0
|
||||
- :arrow_up: Upgrades awake to 1.0-r4
|
||||
- :arrow_up: Upgrades bind-tools to 9.14.8-r5
|
||||
- :arrow_up: Upgrades bluez to 5.52-r0
|
||||
- :arrow_up: Upgrades mosquitto-clients to 1.6.8-r0
|
||||
- :arrow_up: Upgrades git to 2.24.1-r0
|
||||
- :arrow_up: Upgrades libltdl to 2.4.6-r7
|
||||
- :arrow_up: Upgrades libxml2-utils to 2.9.10-r1
|
||||
- :arrow_up: Upgrades mariadb-client to 10.4.10-r0
|
||||
- :arrow_up: Upgrades mosh to 1.3.2-r13
|
||||
- :arrow_up: Upgrades ncurses to 6.1_p20191130-r0
|
||||
- :arrow_up: Upgrades lua-resty-http to 0.15-r0
|
||||
- :arrow_up: Upgrades nginx to 1.16.1-r4
|
||||
- :sparkles: Adds htop
|
||||
- :arrow_up: Upgrades Hassio CLI to 3.1.2
|
||||
- :fire: Removes direct access to Web Terminal (Ingress only)
|
||||
- :hammer: Disable shared sessions by default
|
||||
- :hammer: Update Hass.io wheels for Alpine 3.11
|
||||
- :arrow_up: Upgrades libwebsockets to 3.2.1, added libuv support
|
||||
- :arrow_up: Upgrades ttyd to aed3faa3, WebGL & LibUV support
|
||||
- :sparkles: Adds support for using Bash instead of ZSH
|
||||
- :fire: Remove unused leave_front_door_open config
|
||||
- :shirt: Prettier JSON config file
|
||||
- :sparkles: Adds support for Bash completion
|
||||
- :ambulance: Work around a bug in latest sudo
|
||||
- :ambulance: Fix issue with tmux config with latest tmux
|
||||
- :sparkles: Adds Hass.io CLI auto complete support on ZSH
|
||||
- :fire: Remove add-on config for web ui link
|
||||
- :books: Update add-on documentation to match latest changes
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v6.4.3...v7.0.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.0.0...v7.0.1
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -76,7 +76,7 @@ well. Additionally, it comes out of the box with the following:
|
|||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v7.0.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v7.0.1/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
|
@ -88,8 +88,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-v7.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.0.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v7.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.0.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png
|
||||
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png
|
||||
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SSH & Web Terminal",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.1",
|
||||
"slug": "ssh",
|
||||
"description": "SSH & Web Terminal access to your Home Assistant instance",
|
||||
"url": "https://github.com/hassio-addons/addon-ssh",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue