Freeptcha is a completely open source and portable captcha generator
Go to file
b1ek 5bfad661ef
init: parameters
2023-06-24 02:14:01 +10:00
public init: parameters 2023-06-24 02:14:01 +10:00
readme add examples 2023-06-23 23:23:43 +10:00
.env.example init: repo 2023-06-23 21:08:16 +10:00
.gitignore init: repo 2023-06-23 21:08:16 +10:00
LICENSE.md init: repo 2023-06-23 21:08:16 +10:00
README.md add examples 2023-06-23 23:23:43 +10:00
gulpfile.js init: gulp dev 2023-06-23 21:39:30 +10:00
index.js init: parameters 2023-06-24 02:14:01 +10:00
package.json init: parameters 2023-06-24 02:14:01 +10:00
routes.js init: parameters 2023-06-24 02:14:01 +10:00
yarn.lock init: v1 captcha 2023-06-23 23:11:59 +10:00

README.md

Freeptcha

Freeptcha is a completely free, open source and portable captcha generator.

Deploying locally for development

To deploy a local instance, write a .env, install the packages and run yarn dev.

Deploying to production is not supported (yet), but to run with the most optimizations, set APP_DEBUG to false in .env, and run the file directly: node index.js.

Examples

Below are captchas generated by this. To generate a captcha, deploy an instance send a GET /captcha/v{version}/{text}, with version being the captcha version and text being the captcha text.

Captcha version Image
1