mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-02 03:35:59 +01:00
* Update deployment * fix workflow * Fix order * restruct v1 * Fix style v2 * Cleanup style v3 * fix style v4 * Last style fix * Address comments * Update builder to 2021.11.3 * Fix let's encrypt * fix lint * Use ghcr.io * fix * Update versions * fix readme
47 lines
769 B
YAML
47 lines
769 B
YAML
version: 9.2.1
|
|
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
|