🎉 Release of add-on SSH & Web Terminal 7.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-16 15:07:24 +00:00
parent 16032f214b
commit 3f7ec3035a
4 changed files with 43 additions and 21 deletions

View file

@ -1041,10 +1041,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/v7.0.1 [addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v7.1.0
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v7.0.1/README.md [addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v7.1.0/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-v7.0.1-blue.svg [ssh-version-shield]: https://img.shields.io/badge/version-v7.1.0-blue.svg
[ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.svg [ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.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

View file

@ -1,13 +1,31 @@
[Full Changelog][changelog] [Full Changelog][changelog]
This is a general maintenance release. This is a general maintenance release, which incorporates the re-branding of Home Assistant as well.
Newly added to this release is the seamless connection with the MariaDB & Mosquitto add-ons. The command-line tools for these, are automatically configured to connect to the add-ons.
The `hassio` command-line tool has been replaced/renamed to `ha`. Don't worry, the old commands still work, giving you some time to get used to this all.
### 🔨 Changes ### 🔨 Changes
- :ambulance: Fix possible issue with sudo.conf permissions - :fireworks: Updates maintenance/license year to 2020
- :hammer: Improve Bash command prompt by adding the current directory to it - :pencil2: Fixes some spelling and grammar
- :arrow_up: Upgrades add-on base image to v7.0.0
- :books: Update add-on documentation to use new YAML configuration format
- :hammer: Update add-on config with new password & list features
- :arrow_up: Upgrades Home Assistant CLI to 4.0.1
- :hammer: Re-branding
- :arrow_up: Upgrades ttyd to v1.6.0
- :arrow_up: Upgrades libwebsockets to 3.2.2
- :arrow_up: Upgrades python3 to 3.8.1-r0
- :arrow_up: Upgrades libxml2-utils to 2.9.10-r2
- :arrow_up: Upgrades mariadb-client to 10.4.12-r0
- :arrow_up: Upgrades sudo to 1.8.31-r0
- :sparkles: Add hook up with the MQTT & MySQL services
- :ambulance: Fix incorrect version tag on ttyd
- :ambulance: Correct MySQL cnf path
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.0.0...v7.0.1 [changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.0.1...v7.1.0
Questions? Join our Discord server! https://discord.me/hassioaddons Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -1,4 +1,4 @@
# Community Hass.io Add-ons: SSH & Web Terminal # Home Assistant Community Add-on: SSH & Web Terminal
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -8,13 +8,13 @@
[![Support Frenck on Patreon][patreon-shield]][patreon] [![Support Frenck on Patreon][patreon-shield]][patreon]
This add-on allows you to log in to your Hass.io Home Assistant instance using This add-on allows you to log in to your Home Assistant instance using
SSH or by using the Web Terminal. SSH or by using the Web Terminal.
## About ## About
This add-on allows you to log in to your Hass.io Home Assistant instance using This add-on allows you to log in to your Home Assistant instance using
SSH or a Web Terminal, giving you to access your Hass.io folders and SSH or a Web Terminal, giving you to access your folders and
also includes a command-line tool to do things like restart, update, also includes a command-line tool to do things like restart, update,
and check your instance. and check your instance.
@ -52,14 +52,14 @@ well. Additionally, it comes out of the box with the following:
- Comes with an SSH compatibility mode option to allow older clients to connect. - Comes with an SSH compatibility mode option to allow older clients to connect.
- Support for Mosh allowing roaming and supports intermittent connectivity. - Support for Mosh allowing roaming and supports intermittent connectivity.
- SFTP support is disabled by default but is user configurable. - SFTP support is disabled by default but is user configurable.
- Compatible if Hass.io was installed via the generic Linux installer. - Compatible if Home Assistant was installed via the generic Linux installer.
- Username is configurable, so `root` is no longer mandatory. - Username is configurable, so `root` is no longer mandatory.
- Persists custom SSH client settings & keys between add-on restarts - Persists custom SSH client settings & keys between add-on restarts
- Log levels for allowing you to triage issues easier. - Log levels for allowing you to triage issues easier.
- Hardware access to your audio, uart/serial devices and GPIO pins. - Hardware access to your audio, uart/serial devices and GPIO pins.
- Runs with more privileges, allowing you to debug and test more situations. - Runs with more privileges, allowing you to debug and test more situations.
- Has access to the dbus of the host system. - Has access to the dbus of the host system.
- Has the option to access the Docker instance running Hass.io host system. - Has the option to access the Docker instance running on the host system.
- Runs on host level network, allowing you to open ports or run little daemons. - Runs on host level network, allowing you to open ports or run little daemons.
- Have custom Alpine packages installed on start. This allows you to install - Have custom Alpine packages installed on start. This allows you to install
your favorite tools, which will be available every single time you log in. your favorite tools, which will be available every single time you log in.
@ -76,7 +76,7 @@ well. Additionally, it comes out of the box with the following:
## WARNING! THIS IS A BETA VERSION! ## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons. This Home Assistant Add-ons repository contains beta releases of add-ons.
- They might stop working at any time. - They might stop working at any time.
- They could have a negative impact on your system. - They could have a negative impact on your system.
@ -92,20 +92,20 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v7.0.1/README.md [docs]: https://github.com/hassio-addons/addon-ssh/blob/v7.1.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 [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 [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck [github-sponsors]: https://github.com/sponsors/frenck
[hass-ssh]: https://home-assistant.io/addons/ssh/ [hass-ssh]: https://home-assistant.io/addons/ssh/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[ohmyzsh]: http://ohmyz.sh/ [ohmyzsh]: http://ohmyz.sh/
[openssh]: https://www.openssh.com/ [openssh]: https://www.openssh.com/
[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-v7.0.1-blue.svg [release-shield]: https://img.shields.io/badge/version-v7.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.0.1 [release]: https://github.com/hassio-addons/addon-ssh/tree/v7.1.0
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png [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-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png
[ssh-audit]: https://github.com/arthepsy/ssh-audit [ssh-audit]: https://github.com/arthepsy/ssh-audit

View file

@ -1,6 +1,6 @@
{ {
"name": "SSH & Web Terminal", "name": "SSH & Web Terminal",
"version": "7.0.1", "version": "7.1.0",
"slug": "ssh", "slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance", "description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh", "url": "https://github.com/hassio-addons/addon-ssh",
@ -26,6 +26,10 @@
"boot": "auto", "boot": "auto",
"hassio_api": true, "hassio_api": true,
"hassio_role": "manager", "hassio_role": "manager",
"services": [
"mysql:want",
"mqtt:want"
],
"homeassistant_api": true, "homeassistant_api": true,
"host_network": true, "host_network": true,
"auto_uart": true, "auto_uart": true,
@ -70,10 +74,10 @@
"init_commands": [] "init_commands": []
}, },
"schema": { "schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"ssh": { "ssh": {
"username": "str", "username": "str",
"password": "str", "password": "password",
"authorized_keys": [ "authorized_keys": [
"str" "str"
], ],