cloudflare
This commit is contained in:
2023-12-20 21:22:49 +07:00
parent c063af80df
commit 91d56ad48b
2 changed files with 8 additions and 13 deletions
+7 -8
View File
@@ -1,13 +1,12 @@
## Whats changed ## Whats changed
## 📚 Documentation
- Fix broken Link to Cloudflare Set-Up @brenner-tobias (#477) ## 🚨 Announcement
**This will be the last version to support armhf & i386 architecture.**
All Home Assistant Community Add-ons are dropping or have already dropped support for armhf & i386, additionally it is expected that Home Assistant will drop support as well in the upcoming months.
Taking into account the very low number of downloads for those architectures, we will follow the general direction that HA and the Community Add-ons are going and drop support as well.
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Update actions/checkout action to v4 @renovate (#469) - ⬆️ Update Add-on base image to v14.3.3 @renovate (#531)
- ⬆️ Update docker/build-push-action action to v5 @renovate (#479) - ⬆️ Update Add-on base image to v15 (major) @renovate (#535)
- ⬆️ Update docker/login-action action to v3 @renovate (#480) - ⬆️ Update Add-on base image to v15.0.1 @renovate (#537)
- ⬆️ Update docker/setup-buildx-action action to v3 @renovate (#481)
- ⬆️ Update docker/setup-qemu-action action to v3 @renovate (#482)
- ⬆️ Update Add-on base image to v14.1.1 @renovate (#484)
+1 -5
View File
@@ -1,5 +1,5 @@
name: Cloudflared name: Cloudflared
version: 4.2.7 version: 4.2.12
slug: cloudflared slug: cloudflared
description: Use a Cloudflare Tunnel to remotely connect to Home Assistant without description: Use a Cloudflare Tunnel to remotely connect to Home Assistant without
opening any ports opening any ports
@@ -14,10 +14,6 @@ arch:
- armhf - armhf
- armv7 - armv7
- i386 - i386
map:
- ssl:rw
- share:rw
- config:rw
options: options:
external_hostname: '' external_hostname: ''
additional_hosts: [] additional_hosts: []