diff --git a/cloudflared/CHANGELOG.md b/cloudflared/CHANGELOG.md index 2f606b1..07f8d83 100644 --- a/cloudflared/CHANGELOG.md +++ b/cloudflared/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.7 + +- Changed startup config to default "Application" to avoid race-condition with Nginxproxymanager + ## v0.1.6 - Added tunnel connection to Nginxproxymanager diff --git a/cloudflared/config.yaml b/cloudflared/config.yaml index bed6aa3..b757188 100644 --- a/cloudflared/config.yaml +++ b/cloudflared/config.yaml @@ -1,13 +1,12 @@ --- name: Cloudflared -version: 0.1.6 +version: 0.1.7 slug: cloudflared description: > Use a Cloudflared tunnel (formerly Argo Tunnel) to remotely connect to 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 hassio_api: true hassio_role: admin