name: ESPHome Proxy version: 0.1 panel_icon: "mdi:cctv" panel_title: ESPHome slug: esphome-proxy description: Proxy addon for ESPHome url: "https://gitea.buchhorster.de/patrick/ha-Buchhorster-Addons" startup: application boot: auto init: false webui: "http://[HOST]:[PORT:6052]/" watchdog: "http://[HOST]:[PORT:6252]/" ingress: true ingress_port: 6052 ingress_entry: / panel_admin: false ports: 6052/tcp: 6052 ports_description: 6052/tcp: Web interface (not required for Home Assistant Ingress) host_network: false devices: [] usb: false tmpfs: false full_access: false environment: {} options: server: "http://esphome.local:6052" proxy_pass_host: true proxy_pass_real_ip: true schema: server: "match(^https?://.+:\\d+$)" proxy_pass_host: bool proxy_pass_real_ip: bool services: [] arch: - aarch64 - amd64 - armhf - armv7 - i386 map: []