mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on Tailscale to f4153f3
This commit is contained in:
parent
1db5d29764
commit
3effe50634
4 changed files with 8 additions and 7 deletions
|
@ -1068,10 +1068,10 @@ SOFTWARE.
|
|||
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[vscode-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||
[vscode-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/736c7a4
|
||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/736c7a4/README.md
|
||||
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/f4153f3
|
||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/f4153f3/README.md
|
||||
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-736c7a4-blue.svg
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-f4153f3-blue.svg
|
||||
[tailscale-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[tailscale-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Changelog since v0.17.0
|
||||
- Tag names must start with a letter after 'tag:' and contain letters, … (#342)
|
||||
- ⬆️ Update tailscale/tailscale to v1.64.0
|
||||
- ⬆️ Update Add-on base image to v15.0.8
|
||||
|
|
|
@ -48,5 +48,5 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-736c7a4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/736c7a4
|
||||
[release-shield]: https://img.shields.io/badge/version-f4153f3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/f4153f3
|
|
@ -1,5 +1,5 @@
|
|||
name: Tailscale
|
||||
version: 736c7a4
|
||||
version: f4153f3
|
||||
slug: tailscale
|
||||
description: Zero config VPN for building secure networks
|
||||
url: https://github.com/hassio-addons/addon-tailscale
|
||||
|
@ -37,7 +37,7 @@ schema:
|
|||
proxy_and_funnel_port: match(^(443|8443|10000)$)?
|
||||
snat_subnet_routes: bool?
|
||||
tags:
|
||||
- match(^tag:[a-zA-Z0-9]-?[a-zA-Z0-9]+$)?
|
||||
- match(^tag:[a-zA-Z][a-zA-Z0-9-]*$)?
|
||||
taildrop: bool?
|
||||
userspace_networking: bool?
|
||||
image: ghcr.io/hassio-addons/tailscale/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue