Files
addons/ssh/config.json
2020-09-14 12:09:06 +02:00

39 lines
937 B
JSON

{
"name": "Terminal & SSH",
"version": "8.8.1",
"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"],
"init": false,
"advanced": true,
"startup": "services",
"ingress": true,
"panel_icon": "mdi:console",
"panel_title": "Terminal",
"boot": "auto",
"hassio_api": true,
"hassio_role": "manager",
"audio": true,
"auto_uart": true,
"ports": {
"22/tcp": null
},
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw", "media:rw"],
"options": {
"authorized_keys": [],
"password": "",
"server": {
"tcp_forwarding": false
}
},
"schema": {
"authorized_keys": ["str"],
"password": "str",
"server": {
"tcp_forwarding": "bool"
}
},
"image": "homeassistant/{arch}-addon-ssh"
}