🎉 Release of add-on Cloudflared 4.0.13

This commit is contained in:
Brenner-Bot
2023-03-19 14:13:52 +00:00
parent 16e4fd8128
commit 41c905c304
3 changed files with 24 additions and 28 deletions
+3 -3
View File
@@ -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/v4.0.12 [addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v4.0.13
[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v4.0.12/README.md [addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v4.0.13/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-v4.0.12-blue.svg [cloudflared-version-shield]: https://img.shields.io/badge/version-v4.0.13-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
+2 -6
View File
@@ -1,9 +1,5 @@
## Whats changed ## Whats changed
## 📚 Documentation
- Fix troubleshooting link formatting @0anton (#336)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Update cloudflare/cloudflared to version 2023.3.0 @github-actions (#335) - Bump docker/setup-buildx-action from 2.4.1 to 2.5.0 @dependabot (#340)
- Update base image to v13.1.3 @elcajon (#337) - ⬆️ Update cloudflare/cloudflared to version 2023.3.1 @github-actions (#341)
+19 -19
View File
@@ -1,35 +1,35 @@
name: Cloudflared
version: 4.0.13
slug: cloudflared
description: Use a Cloudflare Tunnel to remotely connect to Home Assistant without
opening any ports
url: https://github.com/brenner-tobias/addon-cloudflared/
codenotary: dev@brenner.tech
init: false
hassio_api: true
hassio_role: homeassistant
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armhf - armhf
- armv7 - armv7
- i386 - i386
codenotary: dev@brenner.tech
description: Use a Cloudflare Tunnel to remotely connect to Home Assistant without
opening any ports
hassio_api: true
hassio_role: homeassistant
image: ghcr.io/brenner-tobias/cloudflared/{arch}
init: false
map: map:
- ssl:rw - ssl:rw
- share:rw - share:rw
- config:rw - config:rw
name: Cloudflared
options: options:
additional_hosts: []
external_hostname: '' external_hostname: ''
additional_hosts: []
schema: schema:
additional_hosts:
- disableChunkedEncoding: bool?
hostname: str
service: str
catch_all_service: str?
external_hostname: str? external_hostname: str?
log_level: list(trace|debug|info|notice|warning|error|fatal)? additional_hosts:
nginx_proxy_manager: bool? - hostname: str
service: str
disableChunkedEncoding: bool?
tunnel_name: str? tunnel_name: str?
tunnel_token: str? tunnel_token: str?
slug: cloudflared catch_all_service: str?
url: https://github.com/brenner-tobias/addon-cloudflared/ nginx_proxy_manager: bool?
version: 4.0.12 log_level: list(trace|debug|info|notice|warning|error|fatal)?
image: ghcr.io/brenner-tobias/cloudflared/{arch}