mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on SSH & Web Terminal to 480a5c6
This commit is contained in:
parent
806134037c
commit
ff20b51aea
4 changed files with 7 additions and 8 deletions
|
@ -1027,10 +1027,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/f2c9418
|
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/480a5c6
|
||||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/f2c9418/README.md
|
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/480a5c6/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-f2c9418-blue.svg
|
[ssh-version-shield]: https://img.shields.io/badge/version-480a5c6-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
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Changelog since v8.0.1
|
# Changelog since v8.0.1
|
||||||
|
- Fix/Remove broken documentation link (#206)
|
||||||
- Upgrade add-on base image to 9.1.4 (#209)
|
- Upgrade add-on base image to 9.1.4 (#209)
|
||||||
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#207)
|
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#207)
|
||||||
|
|
||||||
|
|
|
@ -70,8 +70,6 @@ well. Additionally, it comes out of the box with the following:
|
||||||
Nmap, Mosquitto client, MariaDB/MySQL client, Awake (“wake on LAN”), Nano,
|
Nmap, Mosquitto client, MariaDB/MySQL client, Awake (“wake on LAN”), Nano,
|
||||||
Vim, tmux, and a bunch commonly used networking tools.
|
Vim, tmux, and a bunch commonly used networking tools.
|
||||||
|
|
||||||
[Click here for the full documentation][docs]
|
|
||||||
|
|
||||||
## WARNING! THIS IS AN EDGE VERSION!
|
## WARNING! THIS IS AN EDGE VERSION!
|
||||||
|
|
||||||
This Home Assistant Add-ons repository contains edge builds of add-ons.
|
This Home Assistant Add-ons repository contains edge builds of add-ons.
|
||||||
|
@ -104,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-f2c9418-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-480a5c6-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/f2c9418
|
[release]: https://github.com/hassio-addons/addon-ssh/tree/480a5c6
|
||||||
[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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "SSH & Web Terminal",
|
"name": "SSH & Web Terminal",
|
||||||
"version": "f2c9418",
|
"version": "480a5c6",
|
||||||
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue