mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-30 11:24:19 +01:00
21 lines
447 B
JSON
21 lines
447 B
JSON
{
|
|
"name": "SSH server",
|
|
"version": "0.7",
|
|
"slug": "ssh",
|
|
"description": "Connect to your server over SSH",
|
|
"url": "https://home-assistant.io/addons/ssh/",
|
|
"startup": "before",
|
|
"boot": "auto",
|
|
"ports": {
|
|
"22/tcp": 22
|
|
},
|
|
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw"],
|
|
"options": {
|
|
"authorized_keys": [null]
|
|
},
|
|
"schema": {
|
|
"authorized_keys": ["str"]
|
|
},
|
|
"image": "homeassistant/{arch}-addon-ssh"
|
|
}
|