Skip to content

Commit

Permalink
Rearrange proxy documentation into alphabetical order (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar authored Oct 15, 2023
1 parent 08c01f6 commit 0fd8c31
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
36 changes: 18 additions & 18 deletions tailscale/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ accept_dns: true
advertise_exit_node: true
log_level: info
login_server: "https://controlplane.tailscale.com"
proxy: true
tags:
- tag:example
- tag:homeassistant
taildrop: true
proxy: true
```
### Option: `accept_dns`
Expand Down Expand Up @@ -120,23 +120,6 @@ the default (`https://controlplane.tailscale.com`). This is useful if you
are running your own Tailscale control server, for example, a self-hosted
[Headscale] instance.

### Option: `tags`

This option allows you to specify specific ACL tags for this Tailscale
instance. They need to start with `tag:`.

More information: <https://tailscale.com/kb/1068/acl-tags/>

### Option: `taildrop`

This add-on support [Tailscale's Taildrop][taildrop] feature, which allows
you to send files to your Home Assistant instance from other Tailscale
devices.

When not set, this option is enabled by default.

Received files are stored in the `/share/taildrop` directory.

### Option: `proxy`

When not set, this option is enabled by default.
Expand Down Expand Up @@ -180,6 +163,23 @@ More information: [Enabling HTTPS][tailscale_info_https]
previously to access Home Assistant. Tailscale Proxy works on the default HTTPS
port 443._

### Option: `tags`

This option allows you to specify specific ACL tags for this Tailscale
instance. They need to start with `tag:`.

More information: <https://tailscale.com/kb/1068/acl-tags/>

### Option: `taildrop`

This add-on support [Tailscale's Taildrop][taildrop] feature, which allows
you to send files to your Home Assistant instance from other Tailscale
devices.

When not set, this option is enabled by default.

Received files are stored in the `/share/taildrop` directory.

## Changelog & Releases

This repository keeps a change log using [GitHub's releases][releases]
Expand Down
2 changes: 1 addition & 1 deletion tailscale/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ schema:
advertise_exit_node: bool?
log_level: list(trace|debug|info|notice|warning|error|fatal)?
login_server: url?
proxy: bool?
tags: ["match(^tag:[a-zA-Z0-9]-?[a-zA-Z0-9]+$)?"]
taildrop: bool?
proxy: bool?
12 changes: 6 additions & 6 deletions tailscale/translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ configuration:
This option allows you to specify a custom control server for this
Tailscale instance, for example, a self-host Headscale instance.
By default, it uses the control server provided by Tailscale.
proxy:
name: Tailscale Proxy
description: >-
This option allows you to enable Tailscale's Proxy feature to present your
Home Assistant instance on your tailnet with a valid certificate.
When not set, this option is enabled by default.
tags:
name: Tags
description: >-
Expand All @@ -35,9 +41,3 @@ configuration:
This option allows you to enable Taildrop, a file sharing service
that allows you to share files with other Tailscale nodes.
When not set, this option is enabled by default.
proxy:
name: Tailscale Proxy
description: >-
This option allows you to enable Tailscale's Proxy feature to present your
Home Assistant instance on your tailnet with a valid certificate.
When not set, this option is enabled by default.

0 comments on commit 0fd8c31

Please sign in to comment.