forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
47 lines (47 loc) · 773 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
version: 9.3.0
slug: ssh
name: Terminal & SSH
description: Allow logging in remotely to Home Assistant using SSH
url: https://github.com/home-assistant/hassio-addons/tree/master/ssh
advanced: true
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
audio: true
hassio_api: true
hassio_role: manager
host_dbus: true
image: homeassistant/{arch}-addon-ssh
ingress: true
init: false
map:
- config:rw
- ssl:rw
- addons:rw
- share:rw
- backup:rw
- media:rw
options:
apks: []
authorized_keys: []
password: ""
server:
tcp_forwarding: false
panel_icon: mdi:console
panel_title: Terminal
ports:
22/tcp: null
schema:
apks:
- str
authorized_keys:
- str
password: password
server:
tcp_forwarding: bool
startup: services
uart: true