Skip to content

Commit 112369e

Browse files
committed
rename add-on to app
1 parent 2c8fb6c commit 112369e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

tailscale/DOCS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ however, it is nice to know where you need to go later on.
4040

4141
## Configuration
4242

43-
The add-on by default exposes "Exit Node" capabilities that you can enable from
43+
The app by default exposes "Exit Node" capabilities that you can enable from
4444
your Tailscale account. Additionally, if the Supervisor managed your network
45-
(which is the default), the add-on will also advertise routes to your subnets on
45+
(which is the default), the app will also advertise routes to your subnets on
4646
all supported interfaces to Tailscale.
4747

4848
Consider disabling key expiry to avoid losing connection to your Home Assistant
@@ -157,7 +157,7 @@ If you want to disable this option, specify an empty list in the configuration
157157
158158
More information: [Subnet routers][tailscale_info_subnets]
159159
160-
The add-on by default will advertise routes to your subnets on all supported
160+
The app by default will advertise routes to your subnets on all supported
161161
interfaces by adding `local_subnets` to the list.
162162
163163
### Option: `exit_node`

tailscale/rootfs/usr/bin/subnet-routes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ else
3434
if (( 0 == ${#routes[@]} )); then
3535
bashio::log.warning \
3636
"There are no local subnets to advertise!" \
37-
"Restart of the add-on is required after the issue is fixed!"
37+
"Restart of the app is required after the issue is fixed!"
3838
fi
3939
else
4040
addresses+=("${address}")

tailscale/translations/en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ configuration:
3232
description: >-
3333
This option allows you to advertise routes to subnets (accessible on the network
3434
your device is connected to) to other clients on your tailnet.
35-
The add-on by default will advertise routes to your subnets on all supported
35+
The app by default will advertise routes to your subnets on all supported
3636
interfaces by adding `local_subnets` to the list.
3737
exit_node:
3838
name: Use exit node

0 commit comments

Comments
 (0)