mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-20 19:48:11 +01:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "AdGuard Home",
|
|
"version": "v0.105.0-beta.2",
|
|
"slug": "adguard",
|
|
"description": "Network-wide ads & trackers blocking DNS server",
|
|
"url": "https://github.com/hassio-addons/addon-adguard-home",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
|
"ingress": true,
|
|
"ingress_port": 0,
|
|
"panel_icon": "mdi:shield-check",
|
|
"startup": "services",
|
|
"homeassistant": "0.113.2",
|
|
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
|
"init": false,
|
|
"ports": {
|
|
"53/udp": 53,
|
|
"80/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"53/udp": "DNS server port",
|
|
"80/tcp": "Web interface (Not required for Ingress)"
|
|
},
|
|
"discovery": ["adguard"],
|
|
"boot": "auto",
|
|
"hassio_api": true,
|
|
"hassio_role": "default",
|
|
"auth_api": true,
|
|
"host_network": true,
|
|
"map": ["ssl"],
|
|
"options": {
|
|
"ssl": true,
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem"
|
|
},
|
|
"schema": {
|
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
|
"ssl": "bool",
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"leave_front_door_open": "bool?"
|
|
}
|
|
}
|