🎉 Release of add-on Cloudflared 4.0.13
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
|
||||
SOFTWARE.
|
||||
|
||||
[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v4.0.12
|
||||
[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v4.0.12/README.md
|
||||
[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.13/README.md
|
||||
[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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
## What’s changed
|
||||
## 📚 Documentation
|
||||
|
||||
- Fix troubleshooting link formatting @0anton (#336)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Update cloudflare/cloudflared to version 2023.3.0 @github-actions (#335)
|
||||
- Update base image to v13.1.3 @elcajon (#337)
|
||||
- Bump docker/setup-buildx-action from 2.4.1 to 2.5.0 @dependabot (#340)
|
||||
- ⬆️ Update cloudflare/cloudflared to version 2023.3.1 @github-actions (#341)
|
||||
|
||||
+19
-19
@@ -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:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- 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:
|
||||
- ssl:rw
|
||||
- share:rw
|
||||
- config:rw
|
||||
name: Cloudflared
|
||||
options:
|
||||
additional_hosts: []
|
||||
external_hostname: ''
|
||||
additional_hosts: []
|
||||
schema:
|
||||
additional_hosts:
|
||||
- disableChunkedEncoding: bool?
|
||||
hostname: str
|
||||
service: str
|
||||
catch_all_service: str?
|
||||
external_hostname: str?
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
nginx_proxy_manager: bool?
|
||||
additional_hosts:
|
||||
- hostname: str
|
||||
service: str
|
||||
disableChunkedEncoding: bool?
|
||||
tunnel_name: str?
|
||||
tunnel_token: str?
|
||||
slug: cloudflared
|
||||
url: https://github.com/brenner-tobias/addon-cloudflared/
|
||||
version: 4.0.12
|
||||
catch_all_service: str?
|
||||
nginx_proxy_manager: bool?
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
image: ghcr.io/brenner-tobias/cloudflared/{arch}
|
||||
|
||||
Reference in New Issue
Block a user