searxng / searx-instances

SearXNG instances list
https://searx.space
GNU Lesser General Public License v3.0
98 stars 28 forks source link

Add https://find.mordorgates.xyz #502

Closed drm-gith closed 2 months ago

drm-gith commented 3 months ago

Requirements (make sure to read all of them)

Bot protection requirement

Source code URL

No response

Comment

No response

github-actions[bot] commented 3 months ago

Please consider joining our Matrix room for public instance maintainers by joining our Matrix room: https://matrix.to/#/#searxng:matrix.org then pinging @ unixfox, @ dalf and @ mrpaulblack for asking to be invited to the Matrix room. We discuss troubles managing a public instance, sharing some advices (like how to protect against bots), announcing big changes in searxng and more.

drm-gith commented 3 months ago

When i make the server.public_instance parameter true, i lost acess. I need to rebulid. Can you help me ?

return42 commented 3 months ago

As far I remember, there was an issue:

When you enable the server.limiter=true + server.public_instance=true did you get access?

drm-gith commented 3 months ago

I tried, still down even with server.limiter=true + server.public_instance=true. I`m use this on docker, with a external nginx, and the route is ok, but when activate the server.public on yml, lost acess.

unixfox commented 3 months ago

Please read the tutorial: https://github.com/searxng/searx-instances/discussions/417

drm-gith commented 3 months ago

I read, and do the folowing: searxng-docker already have both the limiter and redis activated it's a simple change for you.

Go to the directory of searxng-docker
Update the directory by pulling the latest changes: git pull
Edit the file settings.yml.
Add the line public_instance: true in the section server:. Example:

server: public_instance: true

Update SearXNG and restart it

docker-compose pull docker-compose up -d docker-compose restart .

Also add redis on my docker compose

services: redis: image: redis:alpine

and add the url on settings, like this: redis: url: redis://localhost:6379/1

but still lose acess when enable public_instance, and recover is i set as false.

unixfox commented 3 months ago

What do you mean by "loose access"?

Please be more descriptive of the issue.

ononoki1 commented 2 months ago

Close due to lack of reply.