tailscale / caddy-tailscale

A highly experimental exploration of integrating Tailscale and Caddy.
Apache License 2.0
425 stars 44 forks source link

replace placeholders in auth_key #38

Closed willnorris closed 6 months ago

willnorris commented 6 months ago

This allows the use of {env.VARNAME} in the auth_key value to populate from env variables, as well as the upcoming {file.path/to/file} to read auth keys from files.

/cc @clly @mholt