homeassistant-addons/oepl-proxy/config.yaml

38 lines
717 B
YAML
Raw Permalink Normal View History

2024-02-26 21:39:33 +00:00
name: OEPL Proxy
version: "1.0"
panel_icon: "mdi:tag"
panel_title: OEPL
slug: oepl-proxy
description: Proxy addon for OpenEpaperLink
url: "https://git.baubs.net/jhbruhn/homeassistant-addons"
startup: application
boot: auto
webui: "http://[HOST]:[PORT:5000]/"
watchdog: "http://[HOST]:[PORT:5000]/"
ingress: true
ingress_port: 5000
ingress_entry: /
panel_admin: false
ports:
2024-02-26 21:44:40 +00:00
5000/tcp: null
2024-02-26 21:39:33 +00:00
ports_description:
5000/tcp: Web interface (Not required for Hass.io Ingress)
host_network: false
devices: []
usb: false
tmpfs: false
full_access: false
environment: {}
options:
server: "192.168.0.123:80"
schema:
server: "match(^.+:\\d+$)"
services: []
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
map: []