Jack Case f24f3ceee4 remove Base64Str type from altcha
This was decoding the string, which the altcha validator expects to do itself. Now it works.
2025-11-09 18:51:22 +00:00
2025-10-19 17:26:25 +00:00
2025-10-30 01:55:18 +00:00
2025-10-25 19:09:08 +00:00
2025-10-17 20:13:02 +00:00
2025-10-27 14:35:31 -04:00

slop-farmer-server

FastAPI-based server to form the backend of the Slop Farmer browser extension. Handles user authentication, requests to check search result URLs against reported slop, and new reports of slop URLs from users.

Docker Container

run the server with docker run -P --env-file <env file> slopfarmer

Environment Variables

DB_URL - The url connection string to pass to SQLAlchemy TOKEN_SECRET - the secret used for signing JWTs used for user auth after login

Description
No description provided
Readme 85 KiB
Languages
Python 96.8%
Mako 3.2%