⬆️ Updating add-on SSH & Web Terminal to c726c37

This commit is contained in:
Community Hass.io Add-ons Bot 2021-03-22 13:49:40 +00:00
parent db398e0228
commit a76c301c1d
4 changed files with 8 additions and 6 deletions

View file

@ -1004,10 +1004,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/9e5b7de [addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/c726c37
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/9e5b7de/README.md [addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/c726c37/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-9e5b7de-blue.svg [ssh-version-shield]: https://img.shields.io/badge/version-c726c37-blue.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
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,5 @@
# Changelog since v8.0.4 # Changelog since v8.0.4
- Add access to journald (#224)
- Upgrade add-on linter to 2.1.0 (#223) - Upgrade add-on linter to 2.1.0 (#223)
- ⬆️ Upgrades docker to 20.10.3-r1 (#222) - ⬆️ Upgrades docker to 20.10.3-r1 (#222)
- ⬆️ Upgrades add-on base image to v9.1.5 (#221) - ⬆️ Upgrades add-on base image to v9.1.5 (#221)

View file

@ -102,8 +102,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-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-9e5b7de-blue.svg [release-shield]: https://img.shields.io/badge/version-c726c37-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/9e5b7de [release]: https://github.com/hassio-addons/addon-ssh/tree/c726c37
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/main/images/screenshot.png [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-image]: https://github.com/hassio-addons/addon-ssh/raw/main/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": "9e5b7de", "version": "c726c37",
"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",
@ -58,6 +58,7 @@
"share:rw", "share:rw",
"backup:rw" "backup:rw"
], ],
"journald": true,
"options": { "options": {
"ssh": { "ssh": {
"username": "hassio", "username": "hassio",