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}