forked from hassio-addons/repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
45 lines (45 loc) · 890 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
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
auth_api: true
backup_exclude:
- '*/adguard/data/querylog.json'
description: Network-wide ads & trackers blocking DNS server
discovery:
- adguard
hassio_api: true
hassio_role: manager
homeassistant: 0.113.2
host_network: true
image: ghcr.io/hassio-addons/adguard/{arch}
ingress: true
ingress_port: 0
ingress_stream: true
init: false
map:
- ssl
name: AdGuard Home
options:
certfile: fullchain.pem
keyfile: privkey.pem
ssl: true
panel_icon: mdi:shield-check
ports:
53/udp: 53
80/tcp: null
ports_description:
53/udp: DNS server port
80/tcp: Web interface (Not required for Ingress)
schema:
certfile: str
keyfile: str
leave_front_door_open: bool?
log_level: list(trace|debug|info|notice|warning|error|fatal)?
ssl: bool
slug: adguard
startup: services
url: https://github.com/hassio-addons/addon-adguard-home
version: 4.2.0