adguard_home_custom/config.yaml aktualisiert
This commit is contained in:
parent
8ca381ceae
commit
060785e960
@ -1,6 +1,6 @@
|
|||||||
name: "AdGuard Home Custom"
|
name: "AdGuard Home Custom"
|
||||||
description: "Netzwerkweite Werbeblockierung und DNS-Verwaltung"
|
description: "Netzwerkweite Werbeblockierung und DNS-Verwaltung"
|
||||||
version: "1.0.0"
|
version: "1.0.1"
|
||||||
slug: "adguard_home_custom"
|
slug: "adguard_home_custom"
|
||||||
arch:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
@ -8,11 +8,21 @@ arch:
|
|||||||
- armv7
|
- armv7
|
||||||
startup: services
|
startup: services
|
||||||
boot: auto
|
boot: auto
|
||||||
|
init: false
|
||||||
ingress: true
|
ingress: true
|
||||||
panel_icon: "mdi:shield-check"
|
panel_icon: "mdi:shield-check"
|
||||||
panel_title: "AdGuard"
|
panel_title: "AdGuard"
|
||||||
host_network: true
|
host_network: true
|
||||||
map:
|
map:
|
||||||
- "addon_config:rw"
|
- "addon_config:rw"
|
||||||
|
full_access: true
|
||||||
|
ports:
|
||||||
|
53/tcp: 53
|
||||||
|
53/udp: 53
|
||||||
|
67/tcp: 67
|
||||||
|
67/udp: 67
|
||||||
|
68/udp: 68
|
||||||
|
853/tcp: 853
|
||||||
|
853/udp: 853
|
||||||
options: {}
|
options: {}
|
||||||
schema: {}
|
schema: {}
|
||||||
Loading…
x
Reference in New Issue
Block a user