mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on SSH & Web Terminal 7.1.0
This commit is contained in:
parent
16032f214b
commit
3f7ec3035a
4 changed files with 43 additions and 21 deletions
|
@ -1041,10 +1041,10 @@ SOFTWARE.
|
|||
[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-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-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v7.0.1/README.md
|
||||
[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.1.0/README.md
|
||||
[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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,13 +1,31 @@
|
|||
[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
|
||||
|
||||
- :ambulance: Fix possible issue with sudo.conf permissions
|
||||
- :hammer: Improve Bash command prompt by adding the current directory to it
|
||||
- :fireworks: Updates maintenance/license year to 2020
|
||||
- :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
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -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]
|
||||
|
||||
|
@ -8,13 +8,13 @@
|
|||
|
||||
[![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.
|
||||
|
||||
## About
|
||||
|
||||
This add-on allows you to log in to your Hass.io Home Assistant instance using
|
||||
SSH or a Web Terminal, giving you to access your Hass.io folders and
|
||||
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
|
||||
also includes a command-line tool to do things like restart, update,
|
||||
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.
|
||||
- Support for Mosh allowing roaming and supports intermittent connectivity.
|
||||
- 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.
|
||||
- Persists custom SSH client settings & keys between add-on restarts
|
||||
- Log levels for allowing you to triage issues easier.
|
||||
- Hardware access to your audio, uart/serial devices and GPIO pins.
|
||||
- Runs with more privileges, allowing you to debug and test more situations.
|
||||
- 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.
|
||||
- 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.
|
||||
|
@ -76,7 +76,7 @@ well. Additionally, it comes out of the box with the following:
|
|||
|
||||
## 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 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]: 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]: 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]: https://github.com/sponsors/frenck
|
||||
[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/
|
||||
[openssh]: https://www.openssh.com/
|
||||
[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.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.0.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v7.1.0-blue.svg
|
||||
[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
|
||||
[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.1",
|
||||
"version": "7.1.0",
|
||||
"slug": "ssh",
|
||||
"description": "SSH & Web Terminal access to your Home Assistant instance",
|
||||
"url": "https://github.com/hassio-addons/addon-ssh",
|
||||
|
@ -26,6 +26,10 @@
|
|||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "manager",
|
||||
"services": [
|
||||
"mysql:want",
|
||||
"mqtt:want"
|
||||
],
|
||||
"homeassistant_api": true,
|
||||
"host_network": true,
|
||||
"auto_uart": true,
|
||||
|
@ -70,10 +74,10 @@
|
|||
"init_commands": []
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"ssh": {
|
||||
"username": "str",
|
||||
"password": "str",
|
||||
"password": "password",
|
||||
"authorized_keys": [
|
||||
"str"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue