diff --git a/docs/protect-an-instance.md b/docs/protect-an-instance.md index 5b9aea1f..96f3a309 100644 --- a/docs/protect-an-instance.md +++ b/docs/protect-an-instance.md @@ -16,60 +16,58 @@ cloudflare dashboard interface might change over time, but basics should stay th > [!CAUTION] > never share the turnstile secret key, always keep it private. if accidentally exposed, rotate it in widget settings. -1. open [the cloudflare dashboard](https://dash.cloudflare.com/) and log into your account. +1. open [the cloudflare dashboard](https://dash.cloudflare.com/) and log into your account -2. once logged in, select `turnstile` in the sidebar. -
+2. once logged in, select `Turnstile` in the sidebar +

-3. press `add widget`. -
+3. press `Add widget` +

-4. enter the widget name (can be anything, such as "cobalt"). -
+4. enter the widget name (can be anything, such as "cobalt") +

-5. add cobalt frontend domains you want the widget to work with. you can change this list later at any time. - - if you want to use your processing instance with [cobalt.tools](https://cobalt.tools/) frontend, then add `cobalt.tools` to the list. -
+5. add cobalt frontend domains you want the widget to work with, you can change this list later at any time + - if you want to use your processing instance with [cobalt.tools](https://cobalt.tools/) frontend, then add `cobalt.tools` to the list +

-6. select `invisible` widget mode. -
+6. select `invisible` widget mode +

-7. press `create`. +7. press `create` 8. keep the page with sitekey and secret key open, you'll need them later. if you closed it, no worries! just open the same turnstile page and press "settings" on your freshly made turnstile widget. -
+ +

-
-

- you've successfully created a turnstile widget! - time to add it to your processing instance. -

-
+ +you've successfully created a turnstile widget! +time to add it to your processing instance. ### enable turnstile on your processing instance this tutorial assumes that you only have `API_URL` in your `environment` variables list.