mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +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,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 9.1.1
|
||||||
|
|
||||||
|
- Use GitHub Container Registry for the base image
|
||||||
|
- Upgrade Home Assistant CLI to 4.12.1
|
||||||
|
- Upstream ttyd project now uses the main branch
|
||||||
|
|
||||||
## 9.1.0
|
## 9.1.0
|
||||||
|
|
||||||
- Upgrade Home Assistant CLI to 4.11.0
|
- Upgrade Home Assistant CLI to 4.11.0
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ RUN \
|
|||||||
&& make \
|
&& make \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
&& git clone --branch master --single-branch \
|
&& git clone --branch main --single-branch \
|
||||||
https://github.com/tsl0922/ttyd.git /tmp/ttyd \
|
https://github.com/tsl0922/ttyd.git /tmp/ttyd \
|
||||||
&& git -C /tmp/ttyd checkout "${TTYD_VERSION}" \
|
&& git -C /tmp/ttyd checkout "${TTYD_VERSION}" \
|
||||||
\
|
\
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "homeassistant/aarch64-base:3.13",
|
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.13",
|
||||||
"amd64": "homeassistant/amd64-base:3.13",
|
"amd64": "ghcr.io/home-assistant/amd64-base:3.13",
|
||||||
"armhf": "homeassistant/armhf-base:3.13",
|
"armhf": "ghcr.io/home-assistant/armhf-base:3.13",
|
||||||
"armv7": "homeassistant/armv7-base:3.13",
|
"armv7": "ghcr.io/home-assistant/armv7-base:3.13",
|
||||||
"i386": "homeassistant/i386-base:3.13"
|
"i386": "ghcr.io/home-assistant/i386-base:3.13"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"CLI_VERSION": "4.11.0",
|
"CLI_VERSION": "4.12.1",
|
||||||
"LIBWEBSOCKETS_VERSION": "4.1.4",
|
"LIBWEBSOCKETS_VERSION": "4.1.4",
|
||||||
"TTYD_VERSION": "1.6.3"
|
"TTYD_VERSION": "1.6.3"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Terminal & SSH",
|
"name": "Terminal & SSH",
|
||||||
"version": "9.1.0",
|
"version": "9.1.1",
|
||||||
"slug": "ssh",
|
"slug": "ssh",
|
||||||
"description": "Allow logging in remotely to Home Assistant using SSH",
|
"description": "Allow logging in remotely to Home Assistant using SSH",
|
||||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",
|
||||||
@@ -19,7 +19,14 @@
|
|||||||
"ports": {
|
"ports": {
|
||||||
"22/tcp": null
|
"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": {
|
"options": {
|
||||||
"authorized_keys": [],
|
"authorized_keys": [],
|
||||||
"apks": [],
|
"apks": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user