v0.1 test

This commit is contained in:
2025-11-14 13:21:18 +01:00
parent 7879445747
commit b7ec4fdc20
24 changed files with 379 additions and 0 deletions

42
esphome_proxy/config.yaml Normal file
View File

@@ -0,0 +1,42 @@
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: []