-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunraid-tailscale.xml
40 lines (40 loc) · 2.48 KB
/
unraid-tailscale.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<Container version="2">
<Name>Tailscale</Name>
<Repository>deasmi/unraid-tailscale:latest</Repository>
<Registry>https://hub.docker.com/repository/docker/deasmi/unraid-tailscale</Registry>
<Network>host</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>true</Privileged>
<Support>https://forums.unraid.net/topic/90719-will-move-to-ca-tailscale-support-thread/</Support>
<Project>https://github.com/deasmi/unraid-tailscale</Project>
<Overview>Private networks made easy

Connect all your devices using WireGuard,® without the hassle.
Tailscale makes it as easy as installing an app and signing in.

This container sets up tailscale for unraid.

It will register as hostname unraid, if you want to change that see 'Extra Parameters' below and change to the hostname you would like.

** IMPORTANT When you first start this container you must check the log file for the logon URL and then enter it into a browser and logon to tail scale. I would then also advise setting the keys to not expire for your unraid host **

** Note that this will expose your whole server into your tailscale VPN network ** 
Do not do this if you do not understand what that means.</Overview>
<Category>Network:VPN</Category>
<WebUI/>
<TemplateURL>https://raw.githubusercontent.com/deasmi/unraid-ca/master/unraid-tailscale.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/deasmi/unraid-tailscale/master/logo.png</Icon>
<ExtraParams>--cap-add=NET_ADMIN --hostname=unraid</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1653511249</DateInstalled>
<DonateText/>
<DonateLink/>
<Requires/>
<Config Name="Appdata path" Target="/state" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/tailscale</Config>
<Config Name="UP_FLAGS" Target="UP_FLAGS" Default="" Mode="" Description="Additional flags to pass to tailscale on startup" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Download path" Target="/downloads" Default="" Mode="rw" Description="Where should files download to." Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="Enable downloads" Target="ENABLE_DOWNLOADS" Default="FALSE" Mode="" Description="Set to TRUE, and set the download path, if you want to support downloads. " Type="Variable" Display="always" Required="false" Mask="false">TRUE</Config>
</Container>