Update to 0.1.9, incl. year 2022 update

This commit is contained in:
Tobias Brenner
2022-01-10 00:13:56 +01:00
parent 4b69c1c2c6
commit 3c09d4014b
4 changed files with 9 additions and 8 deletions
+6
View File
@@ -1,3 +1,9 @@
## v0.1.9
- Bump Cloudflared to 2022.1.0
- Disabled Auto-Update of Cloudflared
- Automatically detect HA port, removed config option
## v0.1.8 ## v0.1.8
- Bump Cloudflared to 2021.12.0 - Bump Cloudflared to 2021.12.0
+1 -4
View File
@@ -23,8 +23,6 @@ restart your HomeAssistant instance.**
[Domain Name and Cloudlfare Set-Up](#domain-name-and-cloudlfare-set-up) for details. [Domain Name and Cloudlfare Set-Up](#domain-name-and-cloudlfare-set-up) for details.
1. Set the "external_hostname" add-on option with your domain name or a subdomain 1. Set the "external_hostname" add-on option with your domain name or a subdomain
that you want to use to access Home Assistant. that you want to use to access Home Assistant.
1. (Optional) Change the "internal_ha_port" add-on option with the internal Port
to reach Home Assistant in your network (default: 8123).
1. (Optional) Change the "tunnel_name" add-on option (default: homeassistant). 1. (Optional) Change the "tunnel_name" add-on option (default: homeassistant).
1. **Make sure that there is no DNS entry with your desired external hostname and 1. **Make sure that there is no DNS entry with your desired external hostname and
no existing tunnel with your desired tunnel name at Cloudflare**. no existing tunnel with your desired tunnel name at Cloudflare**.
@@ -43,7 +41,6 @@ Example add-on configuration:
```yaml ```yaml
external_hostname: "ha.example.com" external_hostname: "ha.example.com"
internal_ha_port: "8123"
tunnel_name: homeassistant tunnel_name: homeassistant
``` ```
@@ -130,7 +127,7 @@ The original setup of this repository is by [Tobias Brenner][tobias].
MIT License MIT License
Copyright (c) 2021 Tobias Brenner Copyright (c) 2022 Tobias Brenner
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+1 -1
View File
@@ -21,7 +21,7 @@ DNS servers of cloudflare.**
**Note**: _This add-on needs the Admin API role in order to get the internal **Note**: _This add-on needs the Admin API role in order to get the internal
IP of Nginx Proxy Manager, in case it is used with the tunnel._ IP of Nginx Proxy Manager, in case it is used with the tunnel._
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[releases-shield]: https://img.shields.io/github/v/release/brenner-tobias/addon-cloudflared?include_prereleases [releases-shield]: https://img.shields.io/github/v/release/brenner-tobias/addon-cloudflared?include_prereleases
[releases]: https://github.com/brenner-tobias/addon-cloudflared/releases [releases]: https://github.com/brenner-tobias/addon-cloudflared/releases
+1 -3
View File
@@ -1,6 +1,6 @@
--- ---
name: Cloudflared name: Cloudflared
version: 0.1.8 version: 0.1.9
slug: cloudflared slug: cloudflared
description: > description: >
Use a Cloudflared tunnel (formerly Argo Tunnel) Use a Cloudflared tunnel (formerly Argo Tunnel)
@@ -18,11 +18,9 @@ arch:
- i386 - i386
options: options:
external_hostname: "" external_hostname: ""
internal_ha_port: "8123"
tunnel_name: homeassistant tunnel_name: homeassistant
schema: schema:
external_hostname: str external_hostname: str
internal_ha_port: port
tunnel_name: str tunnel_name: str
nginxproxymanager: bool? nginxproxymanager: bool?
log_level: list(trace|debug|info|notice|warning|error|fatal)? log_level: list(trace|debug|info|notice|warning|error|fatal)?