28 lines
473 B
YAML
28 lines
473 B
YAML
name: "AdGuard Home Custom"
|
|
description: "Netzwerkweite Werbeblockierung und DNS-Verwaltung"
|
|
version: "1.0.1"
|
|
slug: "adguard_home_custom"
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armv7
|
|
startup: services
|
|
boot: auto
|
|
init: false
|
|
ingress: true
|
|
panel_icon: "mdi:shield-check"
|
|
panel_title: "AdGuard"
|
|
host_network: true
|
|
map:
|
|
- "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: {}
|
|
schema: {} |