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://searx.mxchange.org #567

Closed
10 tasks done
Quix0r opened this issue Jul 10, 2024 · 9 comments
Closed
10 tasks done

Add https://searx.mxchange.org #567

Quix0r opened this issue Jul 10, 2024 · 9 comments
Labels
instance add Declare a new instance instance related to instance

Comments

@Quix0r
Copy link

Quix0r commented Jul 10, 2024

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

Local /etc/searxng/limiter.toml has link_token=true enabled.

@Quix0r Quix0r added instance related to instance instance add Declare a new instance labels Jul 10, 2024
Copy link

@maintainers Warning, instance found in the commit history, make sure to wait 1 week before adding the instance if needed.
See here for more information: https://github.com/searxng/searx-instances#add-a-previously-submitted-instance

Commit ID: 5333343cd683d6e983e299fb3ac170d5542fbaed
 - Date: Tue Sep 5 13:31:24 2023 +0200
 - Description: [mod] remove non SearXNG instances (the old searx instances) from the list (#331)
 - Author: Markus Heiser

Commit ID: 73460260597a8b8f65ab5b00d7b56ba9e0d316c5
 - Date: Wed Jan 29 15:41:16 2020 +0100
 - Description: Update the model, import existing instances
 - Author: Dalf

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.

@ononoki1
Copy link
Collaborator

Your TLS and CSP grades are not optimal. However, these grades can be ignored if you do not mind being ranked lower on searx.space. If you want to fix it before adding your instance, just do it and notify us when finished. Otherwise, tell us to add your instance now.

@Quix0r

This comment was marked as outdated.

@Quix0r
Copy link
Author

Quix0r commented Jul 23, 2024

How I do it here:

    <Location />
        # httpd dmn entry PHP support BEGIN.
        # httpd dmn entry PHP support END.
        Options -Indexes +Includes +FollowSymLinks +MultiViews
        SetHandler uwsgi-handler
        uWSGISocket /run/uwsgi/app/searx/socket
        uWSGImaxVars 256
        <LimitExcept GET POST HEAD DELETE>
            <RequireAll>
                Require all granted
            </RequireAll>
        </LimitExcept>
    </Location>

The settings.yml file does set the headers, I didn't know that.

@Quix0r

This comment was marked as outdated.

@Quix0r
Copy link
Author

Quix0r commented Jul 23, 2024

Pleasee add me now.

@unixfox
Copy link
Member

unixfox commented Jul 23, 2024

Please use the edit button. It's unnecessary to send that many comments.

@Quix0r
Copy link
Author

Quix0r commented Nov 15, 2024

Little head-up for my instance: The (by me) selected default search engines seem to block my server's IP address. So you have to choose your own instances and save the settings string in a text file.

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

3 participants