From ed331a8ab76141d3d153012ffb4fb14880147a4b Mon Sep 17 00:00:00 2001 From: Nikhil Vengal Date: Thu, 7 Aug 2025 00:36:38 -0700 Subject: [PATCH] Add tsdproxy config --- .gitignore | 1 + tsdproxy/tsdproxy.yaml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 tsdproxy/tsdproxy.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8491628 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tsdproxy/auth.key diff --git a/tsdproxy/tsdproxy.yaml b/tsdproxy/tsdproxy.yaml new file mode 100644 index 0000000..da87e56 --- /dev/null +++ b/tsdproxy/tsdproxy.yaml @@ -0,0 +1,19 @@ +defaultproxyprovider: default +docker: + local: + host: unix:///var/run/docker.sock + targethostname: 172.31.0.1 +files: {} +tailscale: + providers: + default: + authKeyFile: /config/auth.key + controlurl: https://controlplane.tailscale.com + datadir: /data/ +http: + hostname: 0.0.0.0 + port: 8080 +log: + level: info + json: false +proxyaccesslog: true