mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-29 01:36:27 +01:00
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:
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user