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