32 lines
728 B
YAML
32 lines
728 B
YAML
---
|
|
name: Cloudflared
|
|
version: 0.2.1
|
|
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_ha_hostname: ""
|
|
tunnel_name: "homeassistant"
|
|
additional_hosts: []
|
|
schema:
|
|
external_ha_hostname: str
|
|
tunnel_name: str
|
|
additional_hosts:
|
|
- hostname: str
|
|
service: str
|
|
nginxproxymanager: bool?
|
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
|
reset_cloudflared_files: bool?
|