Adds Cloudflare Turnstile to the YOURLS Admin login.
Go to file
Sophia Atkinson 2f95687744
fix cf_turnstile_verify.php location call
2024-03-04 10:04:33 -08:00
LICENSE Initial commit 2024-03-03 21:16:50 -08:00
README.md Initial commit 2024-03-03 21:16:50 -08:00
cf_turnstile_verify.php Initial commit 2024-03-03 21:16:50 -08:00
plugin.php fix cf_turnstile_verify.php location call 2024-03-04 10:04:33 -08:00

README.md

Cloudflare Turnstile for YOURLS Admin

Plugin for YOURLS v1.19.2.

I haven't tested it with older versions so tread with caution :)

This plugin is roughly based off this plugin

Description

Adds Cloudflare Turnstile to the YOURLS Admin login.

Installation

  1. In /user/plugins, create a new folder named yourls-cf-turnstile.
  2. Drop these files in that directory.
  3. Change YOUR_CF_TURNSTILE_SITE_KEY and YOUR_CF_TURNSTILE_SECRET_KEY to the keys found on the Turnstile Page
  4. Go to the Plugins administration page ( eg http://sho.rt/admin/plugins.php ) and activate the plugin.

Thats all folks