35 lines
950 B
YAML
35 lines
950 B
YAML
name: Cloudflared
|
|
version: 5.1.21
|
|
slug: cloudflared
|
|
description: Use a Cloudflare Tunnel to remotely connect to Home Assistant without
|
|
opening any ports
|
|
url: https://github.com/smarthomecomkh/hasaddon/cloudflared/
|
|
codenotary: info@smarthomecambodia.com
|
|
init: false
|
|
hassio_api: true
|
|
hassio_role: homeassistant
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armv7
|
|
map:
|
|
- addon_config:rw
|
|
options:
|
|
external_hostname: ''
|
|
additional_hosts: []
|
|
schema:
|
|
external_hostname: str?
|
|
additional_hosts:
|
|
- hostname: str
|
|
service: str
|
|
disableChunkedEncoding: bool?
|
|
tunnel_name: str?
|
|
catch_all_service: str?
|
|
nginx_proxy_manager: bool?
|
|
tunnel_token: str?
|
|
post_quantum: bool?
|
|
run_parameters:
|
|
- match(^(--edge-bind-address|--edge-ip-version|--grace-period|--ha-connections|--logfile|--loglevel|--pidfile|--protocol|--region|--retries|--tag)=.*$)?
|
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
|
image: ghcr.io/brenner-tobias/cloudflared/{arch}
|