diff --git a/images/tailscale/Dockerfile b/images/tailscale/Dockerfile index 47e3c11..03fcbcf 100644 --- a/images/tailscale/Dockerfile +++ b/images/tailscale/Dockerfile @@ -19,4 +19,4 @@ RUN apt-get update && \ USER coder ENV ALL_PROXY=socks5://localhost:1080 -ENV http_proxy=http://localhost:3128 \ No newline at end of file +ENV http_proxy=http://localhost:3128 diff --git a/images/tailscale/files/etc/apt/preferences.d/tailscale b/images/tailscale/files/etc/apt/preferences.d/tailscale index bd7e751..5853f5c 100644 --- a/images/tailscale/files/etc/apt/preferences.d/tailscale +++ b/images/tailscale/files/etc/apt/preferences.d/tailscale @@ -4,4 +4,4 @@ Pin: origin pkgs.tailscale.com Pin-Priority: 1 Package: tailscale Pin: origin pkgs.tailscale.com -Pin-Priority: 500 \ No newline at end of file +Pin-Priority: 500 diff --git a/images/tailscale/files/etc/apt/sources.list.d/tailscale.list b/images/tailscale/files/etc/apt/sources.list.d/tailscale.list index 60500eb..5205629 100644 --- a/images/tailscale/files/etc/apt/sources.list.d/tailscale.list +++ b/images/tailscale/files/etc/apt/sources.list.d/tailscale.list @@ -1,2 +1,2 @@ # Tailscale packages for ubuntu focal -deb [signed-by=/usr/share/keyrings/tailscale.gpg] https://pkgs.tailscale.com/stable/ubuntu focal main \ No newline at end of file +deb [signed-by=/usr/share/keyrings/tailscale.gpg] https://pkgs.tailscale.com/stable/ubuntu focal main diff --git a/images/tailscale/files/etc/systemd/system/tailscaled.service.d/tailscale.conf b/images/tailscale/files/etc/systemd/system/tailscaled.service.d/tailscale.conf index 921300c..6243222 100644 --- a/images/tailscale/files/etc/systemd/system/tailscaled.service.d/tailscale.conf +++ b/images/tailscale/files/etc/systemd/system/tailscaled.service.d/tailscale.conf @@ -1,3 +1,3 @@ [Service] ExecStart= -ExecStart=-/usr/sbin/tailscaled --state=/home/coder/.config/tailscaled.state --socket=/var/run/tailscale/tailscaled.sock --port $PORT --tun=userspace-networking --socks5-server=localhost:1080 --outbound-http-proxy-listen=localhost:3128 $FLAGS \ No newline at end of file +ExecStart=-/usr/sbin/tailscaled --state=/home/coder/.config/tailscaled.state --socket=/var/run/tailscale/tailscaled.sock --port $PORT --tun=userspace-networking --socks5-server=localhost:1080 --outbound-http-proxy-listen=localhost:3128 $FLAGS