fix: use TS_AUTHKEY and TS_LOGIN_SERVER environment variables

This commit is contained in:
2026-08-02 10:34:09 -04:00
parent 51f87b4811
commit 2fb3b5032e
2 changed files with 7 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ ts-smokeping/
mkdir -p smokeping/config
```
3. Configure Tailscale
- Replace `{{YOUR_TAILSCALE_AUTHKEY}}` in the docker-compose.yml with your actual Tailscale auth key
- Make sure `TS_AUTHKEY` and `TS_LOGIN_SERVER` are set in your environment (or a local .env file) before running docker compose.
- Optionally, update the file in `tailscale/config/serve.json` if you need specific Tailscale serve configurations
- CAUTION: Changing `"${TS_CERT_DOMAIN}:443": false` to `true` will expose the service to the internet