🎉 Release of add-on Cloudflared 2.0.9
This commit is contained in:
@@ -86,10 +86,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v2.0.8
|
[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v2.0.9
|
||||||
[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.8/README.md
|
[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.9/README.md
|
||||||
[cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues
|
[cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues
|
||||||
[cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.8-blue.svg
|
[cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.9-blue.svg
|
||||||
[cloudflared-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[cloudflared-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[cloudflared-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[cloudflared-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|||||||
@@ -1,17 +1,8 @@
|
|||||||
## What’s changed
|
## 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
|
## 🐛 Bug fixes
|
||||||
|
|
||||||
- Add watchdog URL @elcajon (#143)
|
- Watchdog - fix metrics server binding @elcajon (#151)
|
||||||
- Bugfix watchdog regex @elcajon (#145)
|
|
||||||
- Add exit code to finish script for watchdog @elcajon (#147)
|
|
||||||
|
|
||||||
## 🚀 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.
|
restart your HomeAssistant instance.
|
||||||
1. If you don't yet have a working Cloudflare set-up:
|
1. If you don't yet have a working Cloudflare set-up:
|
||||||
Get a domain name and set-up Cloudflare. See section
|
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].**
|
1. **Decide whether to use a [local or managed tunnel][addon-remote-or-local].**
|
||||||
|
|
||||||
### Securing Access to the Cloudflare Account
|
### 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.
|
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.
|
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
|
To use this plugin, you need a domain name that is using Cloudflare for its
|
||||||
DNS entries.
|
DNS entries.
|
||||||
|
|||||||
@@ -42,5 +42,5 @@ schema:
|
|||||||
- str?
|
- str?
|
||||||
slug: cloudflared
|
slug: cloudflared
|
||||||
url: https://github.com/brenner-tobias/addon-cloudflared/
|
url: https://github.com/brenner-tobias/addon-cloudflared/
|
||||||
version: 2.0.8
|
version: 2.0.9
|
||||||
watchdog: http://[HOST]:36500/healthcheck
|
watchdog: http://[HOST]:36500/healthcheck
|
||||||
|
|||||||
Reference in New Issue
Block a user