searxng / searx-instances

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

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

Closed Quix0r closed 4 months ago

Quix0r commented 4 months ago

Requirements (make sure to read all of them)

Bot protection requirement

Source code URL

No response

Comment

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

github-actions[bot] commented 4 months ago

@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
github-actions[bot] commented 4 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.

ononoki1 commented 4 months ago

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 commented 4 months ago

That's odd, it claims that headers for HSTS aren't set. But my configuration file contains them (by default I add them for all):

    <IfModule mod_headers.c>
        Header always set X-Content-Type-Options "nosniff"
        Header always set X-XSS-Protection "1; mode=block"
        Header always set X-Frame-Options "sameorigin"
        Header always set Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
        Header always set Referrer-Policy: no-referrer
    </IfModule>
Quix0r commented 4 months ago

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 commented 4 months ago

My apache is not setting those headers you can see at https://developer.mozilla.org/en-US/observatory/analyze?host=searx.mxchange.org#headers

Quix0r commented 4 months ago

Pleasee add me now.

unixfox commented 4 months ago

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

Quix0r commented 2 weeks ago

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.