diff --git a/cloudflared/CHANGELOG.md b/cloudflared/CHANGELOG.md index e67b577..69a1c74 100644 --- a/cloudflared/CHANGELOG.md +++ b/cloudflared/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.1.9 + +- Bump Cloudflared to 2022.1.0 +- Disabled Auto-Update of Cloudflared +- Automatically detect HA port, removed config option + ## v0.1.8 - Bump Cloudflared to 2021.12.0 diff --git a/cloudflared/DOCS.md b/cloudflared/DOCS.md index 41f3963..25a4486 100644 --- a/cloudflared/DOCS.md +++ b/cloudflared/DOCS.md @@ -23,8 +23,6 @@ restart your HomeAssistant instance.** [Domain Name and Cloudlfare Set-Up](#domain-name-and-cloudlfare-set-up) for details. 1. Set the "external_hostname" add-on option with your domain name or a subdomain that you want to use to access Home Assistant. -1. (Optional) Change the "internal_ha_port" add-on option with the internal Port - to reach Home Assistant in your network (default: 8123). 1. (Optional) Change the "tunnel_name" add-on option (default: homeassistant). 1. **Make sure that there is no DNS entry with your desired external hostname and no existing tunnel with your desired tunnel name at Cloudflare**. @@ -43,7 +41,6 @@ Example add-on configuration: ```yaml external_hostname: "ha.example.com" -internal_ha_port: "8123" tunnel_name: homeassistant ``` @@ -130,7 +127,7 @@ The original setup of this repository is by [Tobias Brenner][tobias]. MIT License -Copyright (c) 2021 Tobias Brenner +Copyright (c) 2022 Tobias Brenner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cloudflared/README.md b/cloudflared/README.md index 5069e3e..a3e6cbc 100644 --- a/cloudflared/README.md +++ b/cloudflared/README.md @@ -21,7 +21,7 @@ DNS servers of cloudflare.** **Note**: _This add-on needs the Admin API role in order to get the internal IP of Nginx Proxy Manager, in case it is used with the tunnel._ -[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [releases-shield]: https://img.shields.io/github/v/release/brenner-tobias/addon-cloudflared?include_prereleases [releases]: https://github.com/brenner-tobias/addon-cloudflared/releases diff --git a/cloudflared/config.yaml b/cloudflared/config.yaml index f74a151..0f44020 100644 --- a/cloudflared/config.yaml +++ b/cloudflared/config.yaml @@ -1,6 +1,6 @@ --- name: Cloudflared -version: 0.1.8 +version: 0.1.9 slug: cloudflared description: > Use a Cloudflared tunnel (formerly Argo Tunnel) @@ -18,11 +18,9 @@ arch: - i386 options: external_hostname: "" - internal_ha_port: "8123" tunnel_name: homeassistant schema: external_hostname: str - internal_ha_port: port tunnel_name: str nginxproxymanager: bool? log_level: list(trace|debug|info|notice|warning|error|fatal)?