We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfe046 commit e85227cCopy full SHA for e85227c
_posts/2024-05-27-traefik-over-tailscale.md
@@ -70,9 +70,9 @@ I think this is a pretty standard config that will allow Traefik to configure Cl
70
71
```env
72
# Enviornmental Variables file .env
73
-CF_API_EMAIL={{ Replace with cloudflare api email address }}
74
-CF_DNS_API_TOKEN={{ Replace with cloudflare api token }}
75
-WAN_HOSTNAME={{ This is to add a response header with the proxy hostname for debugging }}
+CF_API_EMAIL=<Replace with cloudflare api email address>
+CF_DNS_API_TOKEN=<Replace with cloudflare api token>
+WAN_HOSTNAME=<This is to add a response header with the proxy hostname for debugging>
76
77
TS_AUTHKEY={{ Tailscale auth token }}
78
```
0 commit comments