You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README to refine Tailscale API setup instructions: consolidate steps for enabling Network Flow Logs and creating API keys, while removing redundant details for improved clarity.
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,15 @@ Navigate to `http://localhost:8080` to access the dashboard.
25
25
26
26
## Configuration
27
27
28
-
### Tailscale API Setup
28
+
### Tailscale Network Logs
29
29
30
-
1. Go to the [Logs tab](https://login.tailscale.com/admin/logs) in your Tailscale Admin Console and ensure that Network Flow Logs are **enabled**.
31
-
2. Go to the [API keys page](https://login.tailscale.com/admin/settings/keys) and create a new API key. **Note**: This requires a **Premium** or **Enterprise** plan.
32
-
3. Use this API key in your deployment configuration.
30
+
Go to the [Logs tab](https://login.tailscale.com/admin/logs) in your Tailscale Admin Console and ensure that Network Flow Logs are **enabled**. **Note**: This requires a **Premium** or **Enterprise** plan.
33
31
34
32
### Finding Your Tailscale Credentials
35
33
36
34
#### API Key
37
35
1. Go to the [API keys page](https://login.tailscale.com/admin/settings/keys) in your Tailscale Admin Console
38
-
2. Create a new API key with device read permissions
36
+
2. Create a new API key
39
37
3. Copy the generated API key (starts with `tskey-api-`)
0 commit comments