2024-05-31 15:14:49 +02:00
|
|
|
{
|
2025-07-08 20:10:50 +02:00
|
|
|
'dummy': True,
|
2024-05-31 15:14:49 +02:00
|
|
|
'hostname': '10.0.0.16',
|
|
|
|
|
'metadata': {
|
|
|
|
|
'id': '3d67964d-1270-4d3c-b93f-9c44219b3d59',
|
|
|
|
|
'network': {
|
|
|
|
|
'internal': {
|
|
|
|
|
'interface': 'eth0',
|
|
|
|
|
'ipv4': '10.0.0.16/24',
|
2024-09-23 20:32:12 +02:00
|
|
|
'mac': 'd8:3a:dd:16:fc:9d',
|
2024-05-31 15:14:49 +02:00
|
|
|
'gateway4': '10.0.0.1',
|
|
|
|
|
},
|
|
|
|
|
},
|
2025-07-13 13:10:37 +02:00
|
|
|
'dns': {
|
|
|
|
|
'homeassistant.ckn.li': {
|
|
|
|
|
'A': {
|
|
|
|
|
'10.0.0.16',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
2024-05-31 15:14:49 +02:00
|
|
|
},
|
|
|
|
|
}
|
2025-07-13 13:10:37 +02:00
|
|
|
|
|
|
|
|
# LETSENCRYPT
|
|
|
|
|
# - cant use the letsencrypt addon, because it doesnt suppeort supplying a different zone (which would be acme.sublimity.de)
|
|
|
|
|
|
|
|
|
|
# Advanced SSH & Web Terminal:
|
2025-07-13 14:04:50 +02:00
|
|
|
|
2025-07-13 13:10:37 +02:00
|
|
|
# username: root
|
|
|
|
|
# password: ""
|
|
|
|
|
# authorized_keys:
|
|
|
|
|
# - >-
|
|
|
|
|
# ssh-ed25519
|
|
|
|
|
# AAAAC3NzaC1lZDI1NTE5AAAAIJT9Spe+BYue7iiutl3rSf6PlU6dthHizyK+ZWnLodrA
|
|
|
|
|
# root@home.server
|
2025-08-24 15:23:17 +02:00
|
|
|
# - >-
|
|
|
|
|
# ssh-ed25519
|
|
|
|
|
# AAAAC3NzaC1lZDI1NTE5AAAAILMVroYmswD4tLk6iH+2tvQiyaMe42yfONDsPDIdFv6I ckn
|
2025-07-13 13:10:37 +02:00
|
|
|
# sftp: true
|
|
|
|
|
# compatibility_mode: false
|
|
|
|
|
# allow_agent_forwarding: false
|
|
|
|
|
# allow_remote_port_forwarding: false
|
|
|
|
|
# allow_tcp_forwarding: false
|
|
|
|
|
|
|
|
|
|
# add to /homeassistant/configuration.yaml:
|
|
|
|
|
# http:
|
2025-07-13 13:12:38 +02:00
|
|
|
# http_port: 443 # or use nginx addon
|
2025-07-13 13:10:37 +02:00
|
|
|
# ssl_certificate: /ssl/fullchain.pem
|
|
|
|
|
# ssl_key: /ssl/privkey.pem
|