ssh: Upgrade Home Assistant CLI (#1990)

* Use GitHub Container Registry for the base image

* ⬆️ Upgrades Home Assistant CLI to v4.12.1

* Bump version, update changelog

* ttyd now uses the main branch
This commit is contained in:
Franck Nijhof
2021-04-30 15:13:48 +02:00
committed by GitHub
parent bd0f801677
commit 364dbacef6
4 changed files with 22 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Terminal & SSH",
"version": "9.1.0",
"version": "9.1.1",
"slug": "ssh",
"description": "Allow logging in remotely to Home Assistant using SSH",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",
@@ -19,7 +19,14 @@
"ports": {
"22/tcp": null
},
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw", "media:rw"],
"map": [
"config:rw",
"ssl:rw",
"addons:rw",
"share:rw",
"backup:rw",
"media:rw"
],
"options": {
"authorized_keys": [],
"apks": [],