Fixed picture display
This commit is contained in:
parent
40a1fa1e42
commit
111f7606e6
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,6 @@ My SearxNG instance on [searx.thefloatinglab.world](https://searx.thefloatinglab
|
|||
Despite the deployment of botlists, limiters, and manually blocking the most obvious bots, it still remained an endless battle. Most of the time my instance was useless. So either I had to give up on this project, or find a way to block the bots and let the genuine users through. A captcha system might not be popular, but on the other hand, a useless site is well, pretty useless.
|
||||
By combining the captcha system with a cookie, only once in 90 days the user has to solve the captcha. A small price to pay for access to a wonderfull instance!
|
||||
|
||||

|
||||
|
||||
# Features
|
||||
- No modification of the SearxNG code is necessary, the captcha system runs entirely within Nginx.
|
||||
- The captcha, once solved, stays valid for 90 days.
|
||||
|
|
@ -21,6 +19,8 @@ By combining the captcha system with a cookie, only once in 90 days the user has
|
|||
- Everything is script based, no compilation is necessary.
|
||||
- In an emergency, all existing cookies can be invalidated at once.
|
||||
|
||||

|
||||
|
||||
# Installation
|
||||
This guide is not a complete walk through. I show you my code and how I have done it. Some tweaking might be necessary, and the locations of files on your system might be different than on mine.
|
||||
I have not made an attempt to add subdirectories to this git, so you have to download the files and place them manually in the correct locations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue