Added Cloudflared Add-On

This commit is contained in:
Tobias Brenner
2021-11-28 14:16:00 +01:00
parent 6c1ad366ae
commit 3da60c72cc
7 changed files with 239 additions and 2 deletions
+26
View File
@@ -0,0 +1,26 @@
---
name: Cloudflared
version: dev
slug: cloudflared
description: >
Add-On to use a Cloudflared tunnel (formerly Argo Tunnel)
to remotely connect to your Home Assistant without opening any ports
url: "https://github.com/brenner-tobias/addon-cloudflared/"
image: ghcr.io/brenner-tobias/cloudflared/{arch}
startup: services
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
options:
external_hostname: ""
internal_ha_port: "8123"
tunnel_name: homeassistant
schema:
external_hostname: str
internal_ha_port: port
tunnel_name: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?