diff --git a/adguard_home_custom/config.yaml b/adguard_home_custom/config.yaml index 96a4a28..7bec58c 100644 --- a/adguard_home_custom/config.yaml +++ b/adguard_home_custom/config.yaml @@ -1,6 +1,6 @@ name: "AdGuard Home Custom" -description: "Netzwerkweite Werbeblockierung und DNS-Verwaltung" -version: "1.0.1" +description: "AdGuard mit Samba-Config und Ingress" +version: "1.0.2" slug: "adguard_home_custom" arch: - aarch64 @@ -10,6 +10,7 @@ startup: services boot: auto init: false ingress: true +ingress_port: 80 panel_icon: "mdi:shield-check" panel_title: "AdGuard" host_network: true @@ -23,6 +24,4 @@ ports: 67/udp: 67 68/udp: 68 853/tcp: 853 - 853/udp: 853 -options: {} -schema: {} \ No newline at end of file + 853/udp: 853 \ No newline at end of file