mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on Tailscale to 8dfacee
This commit is contained in:
parent
6ab1af40e3
commit
a4bd691cbf
5 changed files with 14 additions and 6 deletions
|
@ -939,10 +939,10 @@ SOFTWARE.
|
||||||
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||||
[vscode-i386-shield]: https://img.shields.io/badge/i386-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/04890f2
|
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/8dfacee
|
||||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/04890f2/README.md
|
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/8dfacee/README.md
|
||||||
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
||||||
[tailscale-version-shield]: https://img.shields.io/badge/version-04890f2-blue.svg
|
[tailscale-version-shield]: https://img.shields.io/badge/version-8dfacee-blue.svg
|
||||||
[tailscale-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Changelog since v0.11.1
|
# Changelog since v0.11.1
|
||||||
|
- Make accepting magicDNS optional (#194)
|
||||||
- Drop userspace networking (#181)
|
- Drop userspace networking (#181)
|
||||||
- Device limit update in DOCS.md (#192)
|
- Device limit update in DOCS.md (#192)
|
||||||
|
|
||||||
|
|
|
@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[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
|
||||||
[release-shield]: https://img.shields.io/badge/version-04890f2-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-8dfacee-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/04890f2
|
[release]: https://github.com/hassio-addons/addon-tailscale/tree/8dfacee
|
|
@ -1,5 +1,5 @@
|
||||||
name: Tailscale
|
name: Tailscale
|
||||||
version: 04890f2
|
version: 8dfacee
|
||||||
slug: tailscale
|
slug: tailscale
|
||||||
description: Zero config VPN for building secure networks
|
description: Zero config VPN for building secure networks
|
||||||
url: https://github.com/hassio-addons/addon-tailscale
|
url: https://github.com/hassio-addons/addon-tailscale
|
||||||
|
@ -26,6 +26,7 @@ devices:
|
||||||
map:
|
map:
|
||||||
- share:rw
|
- share:rw
|
||||||
schema:
|
schema:
|
||||||
|
accept_dns: bool?
|
||||||
advertise_exit_node: bool?
|
advertise_exit_node: bool?
|
||||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||||
login_server: url?
|
login_server: url?
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
---
|
---
|
||||||
configuration:
|
configuration:
|
||||||
|
accept_dns:
|
||||||
|
name: Accept DNS
|
||||||
|
description: >-
|
||||||
|
If you are experiencing trouble with MagicDNS on this device and wish to
|
||||||
|
disable, you can do so using this option.
|
||||||
|
When not set, this option is enabled by default.
|
||||||
advertise_exit_node:
|
advertise_exit_node:
|
||||||
name: Advertise as an exit node
|
name: Advertise as an exit node
|
||||||
description: >-
|
description: >-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue