Support to use SSH as webterminal only (#1117)

This commit is contained in:
Pascal Vizeli
2020-02-20 10:49:53 +01:00
committed by GitHub
parent 2911ba3c44
commit 2df8425e22
4 changed files with 21 additions and 9 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "SSH server",
"version": "8.3",
"name": "Terminal & SSH",
"version": "8.4",
"slug": "ssh",
"description": "Allow logging in remotely to Home Assistant using SSH",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"advanced": true,
"startup": "services",
"ingress": true,
"panel_icon": "mdi:console",
@@ -14,7 +15,7 @@
"hassio_role": "manager",
"auto_uart": true,
"ports": {
"22/tcp": 22
"22/tcp": null
},
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw"],
"options": {