Release Add-On Cloudflared 0.2.1

This commit is contained in:
Tobias Brenner
2022-01-16 21:39:50 +01:00
parent 475d089fc2
commit 6ccab6b940
4 changed files with 90 additions and 10 deletions
+8 -4
View File
@@ -1,6 +1,6 @@
---
name: Cloudflared
version: 0.1.9
version: 0.2.1
slug: cloudflared
description: >
Use a Cloudflared tunnel (formerly Argo Tunnel)
@@ -17,11 +17,15 @@ arch:
- armv7
- i386
options:
external_hostname: ""
tunnel_name: homeassistant
external_ha_hostname: ""
tunnel_name: "homeassistant"
additional_hosts: []
schema:
external_hostname: str
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?