-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
50 lines (50 loc) · 954 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
48
49
50
name: Home Detector
description: A lightweight intrusion detector.
url: https://github.com/linickx/HomeDetector
version: "0.0.2"
slug: homedetector
init: false
arch:
- aarch64
- amd64
startup: application
map:
- addon_config:rw
ports:
10053/tcp: 53
10053/udp: 53
23/tcp: 23
21/tcp:
80/tcp:
ingress: true
ingress_entry: admin
panel_icon: mdi:home-search-outline
panel_admin: true
homeassistant_api: true
options:
networks: []
resolvers: []
ha_notify: true
detect_on_host_query: false
dns_blocking_mode: false
custom_host_records: []
debug: false
schema:
networks:
- address: str
type: str
resolvers:
- server: str
port: int
networks_ttl: "int?"
learning_duration: "int?"
ha_notify: bool
ha_webhook_id: "str?"
unknown_ip_action: "str?"
detect_on_host_query: bool
soa_failure_action: "str?"
dns_blocking_mode: bool
custom_host_records:
- name: str
address: str
debug: bool