forked ssh and installed tinc
This commit is contained in:
47
tinc/config.yaml
Normal file
47
tinc/config.yaml
Normal file
@ -0,0 +1,47 @@
|
||||
version: 9.3.0
|
||||
slug: tinc
|
||||
name: Tinc
|
||||
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
|
||||
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
|
||||
privileged:
|
||||
- NET_ADMIN
|
||||
devices:
|
||||
- /dev/net/tun
|
||||
Reference in New Issue
Block a user