🎉 Release of add-on Cloudflared 2.0.9
This commit is contained in:
@@ -1,17 +1,8 @@
|
||||
## What’s changed
|
||||
|
||||
⚠️ This update should fix supervisor watchdog functionality not working correctly.
|
||||
|
||||
## ⬆️ Dependencies
|
||||
|
||||
- Update Cloudflared to version 2022.8.0 @github-actions (#144)
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Add watchdog URL @elcajon (#143)
|
||||
- Bugfix watchdog regex @elcajon (#145)
|
||||
- Add exit code to finish script for watchdog @elcajon (#147)
|
||||
- Watchdog - fix metrics server binding @elcajon (#151)
|
||||
|
||||
## 🚀 Enhancements
|
||||
## 📚 Documentation
|
||||
|
||||
- Add watchdog URL @elcajon (#143)
|
||||
- Fix spelling of Cloudflare in heading. @chriscla (#150)
|
||||
|
||||
+2
-2
@@ -39,7 +39,7 @@ and a manual step at the first set-up.
|
||||
restart your HomeAssistant instance.
|
||||
1. If you don't yet have a working Cloudflare set-up:
|
||||
Get a domain name and set-up Cloudflare. See section
|
||||
[Domain Name and Cloudlfare Set-Up](#domain-name-and-cloudlfare-set-up) for details.
|
||||
[Domain Name and Cloudflare Set-Up](#domain-name-and-cloudflare-set-up) for details.
|
||||
1. **Decide whether to use a [local or managed tunnel][addon-remote-or-local].**
|
||||
|
||||
### Securing Access to the Cloudflare Account
|
||||
@@ -425,7 +425,7 @@ Make sure to add the [trusted proxy setting](#configurationyaml) correctly.
|
||||
Make sure to copy and paste the code snippet without adapting anything.
|
||||
There is no need to adapt IP ranges as the add-on is working as proxy.
|
||||
|
||||
## Domain Name and Cloudlfare Set-Up
|
||||
## Domain Name and Cloudflare Set-Up
|
||||
|
||||
To use this plugin, you need a domain name that is using Cloudflare for its
|
||||
DNS entries.
|
||||
|
||||
@@ -42,5 +42,5 @@ schema:
|
||||
- str?
|
||||
slug: cloudflared
|
||||
url: https://github.com/brenner-tobias/addon-cloudflared/
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
||||
watchdog: http://[HOST]:36500/healthcheck
|
||||
|
||||
Reference in New Issue
Block a user