Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
10 tasks done
drm-gith opened this issue Mar 30, 2024 · 8 comments
Closed
10 tasks done

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

drm-gith opened this issue Mar 30, 2024 · 8 comments
Labels
instance add Declare a new instance instance related to instance

Comments

@drm-gith
Copy link

Requirements (make sure to read all of them)

  • It is my instance. I bought the domain myself and I own this domain. Free domains (e.g. Freenom) and shared domains (e.g. noip.com) are not allowed.
  • I'll keep my instance up to date, at the very least 1 week old. Example program for keeping up to date: watchtower, cron, ouroboros.
  • I give the right to check.searx.space to check my instance (every 3 hours for the response times, every 24 hours for the other tests).
  • I acknowledge that managing a public instance is not an easy task and require spending time to keep the instance in good health. E.g. look after your instance by using a monitoring system.
  • I guarantee to keep an uptime per month of my instance at minimum 90%. Please ask for a removal of your instance if there is a planned long downtime or notify us here for a short downtime.
  • I do not track the users of my instance with any analytics or tracking software.
  • I won't try to manipulate the ranking of my instance in a way that give an unfair advantage over the other public instances in the list. (e.g. caching requests for searx.space server)
  • I control the final webserver (software) that is serving the requests to the users of my instance. Here is a non-exhaustive list of forbidden hosting types: Cloudflare, PaaS, managed (hosting provider controlled) HTTP(S) load balancer (e.g. AWS ALB), shared Web hosting. TCP load balancer is fine. Cloudflare DNS only (grey cloud) is fine.
  • If needed, I can restrict users from accessing my instance for the only sole reason of keeping my instance in working conditions for the other users (detailed description - evidence need to be provided when asked). Other means of restriction is forbidden.

Bot protection requirement

  • Yes I have configured the server.public_instance parameter.

Source code URL

No response

Comment

No response

@drm-gith drm-gith added instance related to instance instance add Declare a new instance labels Mar 30, 2024
Copy link

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
Copy link
Author

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

@return42
Copy link
Member

@drm-gith
Copy link
Author

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
Copy link
Member

unixfox commented Mar 30, 2024

Please read the tutorial: #417

@drm-gith
Copy link
Author

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
Copy link
Member

unixfox commented Mar 31, 2024

What do you mean by "loose access"?

Please be more descriptive of the issue.

@ononoki1 ononoki1 changed the title https://find.mordorgates.xyz/ Add https://find.mordorgates.xyz Apr 6, 2024
@ononoki1
Copy link
Collaborator

ononoki1 commented Apr 6, 2024

Close due to lack of reply.

@ononoki1 ononoki1 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
instance add Declare a new instance instance related to instance
Projects
None yet
Development

No branches or pull requests

4 participants