31 lines
703 B
Markdown
31 lines
703 B
Markdown
## Cloudflare
|
|
|
|
### Getting the Cloudflare Account ID
|
|
|
|
1. Log in to the Cloudflare dashboard: https://dash.cloudflare.com
|
|
|
|
2. Go to **Compute** > **Workers & Pages** in the left sidebar.
|
|
|
|
3. **Account ID** will be on the right-hand sidebar of the Overview page. It's a 32-character hex string.
|
|
|
|
### Cloudflare Token Creation
|
|
|
|
1. Go to the token page
|
|
https://dash.cloudflare.com/profile/api-tokens
|
|
|
|
2. Click "Create Token"
|
|
|
|
3. Find "Edit Cloudflare Workers" in the templates list, click "Use template"
|
|
|
|
4. Name the token.
|
|
|
|
5. Account Resources: Include: The account
|
|
|
|
6. Zone Resources: Include: The zone
|
|
|
|
7. Click "Continue to summary"
|
|
|
|
8. Click "Create Token"
|
|
|
|
9. The token will only be displayed once.
|