Files
hasaddon/cloudflared/config.yaml
T
2022-01-10 00:13:56 +01:00

28 lines
638 B
YAML

---
name: Cloudflared
version: 0.1.9
slug: cloudflared
description: >
Use a Cloudflared tunnel (formerly Argo Tunnel)
to remotely connect to Home Assistant without opening any ports
url: "https://github.com/brenner-tobias/addon-cloudflared/"
image: ghcr.io/brenner-tobias/cloudflared/{arch}
init: false
hassio_api: true
hassio_role: admin
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
options:
external_hostname: ""
tunnel_name: homeassistant
schema:
external_hostname: str
tunnel_name: str
nginxproxymanager: bool?
log_level: list(trace|debug|info|notice|warning|error|fatal)?
reset_cloudflared_files: bool?