From 8f58ee8a5c6092cc2c10df25c8d3e9bf7d444367 Mon Sep 17 00:00:00 2001 From: Elliot Matson Date: Thu, 2 Nov 2023 16:18:25 -0500 Subject: [PATCH] test tailscale 1.52.0 --- .gitignore | 42 +++++++++++++++++++++++++++++++++++++++++ home/docker-compose.yml | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5bee55e --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +*.retry \ No newline at end of file diff --git a/home/docker-compose.yml b/home/docker-compose.yml index 753b496..a4e1ca7 100644 --- a/home/docker-compose.yml +++ b/home/docker-compose.yml @@ -12,7 +12,7 @@ services: network_mode: service:homer-tailscale homer-tailscale: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.1-002 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.52.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}