Skip to content

Commit

Permalink
[mod] remove non SearXNG instances (the old searx instances) from the…
Browse files Browse the repository at this point in the history
… list

1. remove old / unmaintained instances from the list
2. remove support of searx from the issue templates

Closes: #330
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 committed May 6, 2023
1 parent e74a437 commit 57c687c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 39 deletions.
8 changes: 2 additions & 6 deletions .github/ISSUE_TEMPLATE/add-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body:
- Do not use Cloudflare or any other commercial solution that analyze the HTTP traffic between the user and the server.
It's forbidden because you are not in control of the final webserver.
Also, it's bad for the privacy because the provider can see all the HTTP traffic between the users and your server.
Prefer using [the built-in limiter plugin](https://docs.searxng.org/src/searx.plugins.limiter.html#limiter-plugin) for SearxNG or [filtron](https://github.com/searxng/filtron) for SearX.
Prefer using [the built-in limiter plugin](https://docs.searxng.org/src/searx.plugins.limiter.html#limiter-plugin) for SearxNG
- Don't block JavaScript users with CAPTCHA that only work with JavaScript, page that verify the user with JavaScript and so on.
- Try to harden the TLS security of your server by getting an A+ TLS grade on https://cryptcheck.fr.
You can use https://ssl-config.mozilla.org to get A+ TLS grade.
Expand All @@ -66,13 +66,10 @@ body:
* once your instance is added to searx.space, it will receive requests from different bots which may increase its chance of getting blocked by various search engines.
* removing your instance from searx.space won't stop the bots and thus will most likely not unblock it from the various search engines.
We recommend the usage of [the built-in limiter plugin](https://docs.searxng.org/src/searx.plugins.limiter.html#limiter-plugin) if you are using SearXNG or [filtron](https://github.com/searxng/filtron) if you are using SearX.
We recommend the usage of [the built-in limiter plugin](https://docs.searxng.org/src/searx.plugins.limiter.html#limiter-plugin) if you are using SearXNG
⚠️ If you have installed [filtron](https://github.com/searxng/filtron), we urge you to use the [rules from searx-docker](https://github.com/searx/searx-docker/blob/master/rules.json). Please double check if you are using them.
options:
- "No, I have not installed a bot protection and I do recognize that without one, my instance will be flooded by bots and could have some of its engines stop working (an example is Google)."
- "Yes, I have installed filtron (rules.json from searx-docker)."
- "Yes, I have installed filtron (other rules)."
- "Yes, I have enabled the limiter plugin built in SearXNG."
- "Yes, I have installed another bot protection."
validations:
Expand All @@ -84,7 +81,6 @@ body:
label: Source code URL
description: |
If you have modified the source code, please publish it to an URL and make sure that the URL is publicly accessible in your instance's site
( For searx instance, not for SearXNG instance: check your [settings.yml](https://github.com/searx/searx/blob/e88bea53ebf220648685cdb8eff017357728494e/searx/settings.yml#L8) )
In case of issue, please specify the GIT URL here
validations:
required: false
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# see https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository
# blank_issues_enabled: false
contact_links:
- name: Report downtime about your SearX(NG) instance
- name: Report downtime about your SearXNG instance
url: https://github.com/searxng/searx-instances/discussions/categories/report-instance-downtime
about: Tell us if your instance is going to have a planned downtime.
- name: Submit feedback about a SearX(NG) public instance
- name: Submit feedback about a SearXNG public instance
url: https://github.com/searxng/searx-instances/discussions/categories/feedback-public-instance
about: Submit your feedback about an existing instance on searx.space
- name: Report a bug about a SearX(NG) public instance
- name: Report a bug about a SearXNG public instance
url: https://github.com/searxng/searx-instances/discussions/categories/report-bug-public-instance
about: Report a bug or an issue about an existing instance on searx.space
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/delete-instance.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Delete an instance
about: Delete an existing searx instance from searx.space
title: Delete <searx instance url>
about: Delete an existing SearXNG instance from searx.space
title: Delete <SearXNG instance url>
labels: instance delete, instance
assignees: ''

---

<!--
Replace <searx instance url> by the searx instance URL.
Replace <SearXNG instance url> by the SearXNG instance URL.
Replace the ?? below.
-->

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/edit-instance.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Edit an existing searx instance
name: Edit an existing SearXNG instance
about: Change url, add comment, edit additional urls of an existing instance.
title: Edit <searx instance url>
title: Edit <SearXNG instance url>
labels: instance edit, instance
assignees: ''

---

<!--
Replace <searx instance url> in the title by the URL.
Replace <SearXNG instance url> in the title by the URL.
Replace the ?? below.
-->
Instance added by the issue ??
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## For SearXNG instance operators

* [Create an issue](https://github.com/searxng/searx-instances/issues/new/choose) to add / remove / edit a searx instance on https://searx.space/
* [Create an issue](https://github.com/searxng/searx-instances/issues/new/choose) to add / remove / edit a SearXNG instance on https://searx.space/
* If you add a new instance, allow the IPs of ```check.searx.space``` to access your instance. It will checks your instance periodically ([source code](https://github.com/searxng/searx-space)). The results are displayed on https://searx.space/
* Wait for a reviewer to actually change [searxstats/instances.yml](https://github.com/searxng/searx-instances/blob/master/searxinstances/instances.yml)

Expand Down
23 changes: 0 additions & 23 deletions searxinstances/instances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,60 +66,41 @@ https://search.serginho.dev:
http://qyyb5xsar7gp4q3agxnrxgajx4nnnihptqhmyee5nolidtkhxjks6ayd.onion: Hidden Service
https://search.shininglea.dev: {}
https://search.smnz.de: {}
https://search.stinpriza.org:
git_url: https://salsa.debian.org/debian/searx
additional_urls:
http://z5vawdol25vrmorm4yydmohsd4u6rdoj2sylvoi3e3nqvxkvpqul7bqd.onion: Hidden Service
https://search.suenram.us: {}
https://search.trom.tf: {}
https://search.us.projectsegfau.lt: {}
https://search.zzls.xyz:
additional_urls:
http://searxdr3pqz4nydgnqocsia2xbywptxbkympa2emn7zlgggrir4bkfad.onion: Hidden Service
https://searx.baczek.me: {}
https://searx.be: {}
https://searx.becomesovran.com: {}
https://searx.bissisoft.com:
additional_urls:
http://zbuc3bbzbfdqqo2x46repx2ddajbha6fpsjeeptjhhhhzji3zopxdqyd.onion: Hidden Service
https://searx.catfluori.de: {}
https://searx.chocoflan.net: {}
https://searx.cthd.icu: {}
https://searx.delicta.pp.ua: {}
https://searx.divided-by-zero.eu:
additional_urls:
http://f4qfqajszpx5b7itzxt6mb7kj4ktpgbdq7lq6xaiqyqx6a7de3epptad.onion: Hidden Service
https://searx.doofpot.nl: {}
https://searx.dresden.network: {}
https://searx.ericaftereric.top: {}
https://searx.esmailelbob.xyz:
additional_urls:
http://searx.esmail5pdn24shtvieloeedh7ehz3nrwcdivnfhfcedl7gf4kwddhkqd.onion: Hidden Service
https://searx.fmac.xyz: {}
https://searx.fossencdi.org: {}
https://searx.gnous.eu: {}
https://searx.gnu.style: {}
https://searx.juancord.xyz: {}
https://searx.kutay.dev: {}
https://searx.mastodontech.de: {}
https://searx.mha.fi:
additional_urls:
http://searx.micohauwkjbyw5meacrb4ipicwvwg4xtzl7y7viv53kig2mdcsvwkyyd.onion: Hidden Service
https://searx.mxchange.org: {}
https://searx.namejeff.xyz: {}
https://searx.netzspielplatz.de: {}
https://searx.nixnet.services: {}
https://searx.oakleycord.dev: {}
https://searx.orion-hub.fr: {}
https://searx.prvcy.eu:
additional_urls:
http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion: Hidden Service
https://searx.roflcopter.fr: {}
https://searx.ru: {}
https://searx.semipvt.com: {}
https://searx.sev.monster: {}
https://searx.si: {}
https://searx.sp-codes.de: {}
https://searx.thefloatinglab.world:
additional_urls:
http://iziatwmtwhrp2kjm3tkrurj3b25qjhznleztdwqc6jgoxmxfvkmh3mid.onion: Hidden Service
Expand All @@ -128,10 +109,8 @@ https://searx.tiekoetter.com:
http://searx3aolosaf3urwnhpynlhuokqsgz47si4pzz5hvb7uuzyjncl2tid.onion: Hidden Service
https://searx.tuxcloud.net: {}
https://searx.tyil.nl: {}
https://searx.webheberg.info: {}
https://searx.work: {}
https://searx.xyz: {}
https://searx.zapashcanon.fr: {}
https://searxng.au: {}
https://searxng.bandarawela.net: {}
https://searxng.diadz.de: {}
Expand All @@ -143,9 +122,7 @@ https://spot.murena.io:
git_url: https://gitlab.e.foundation/e/cloud/my-spot
https://srx.cosmohub.io: {}
https://stalk.antelope.day: {}
https://suche.tromdienste.de: {}
https://swag.pw: {}
https://sx.catgirl.cloud: {}
https://www.gruble.de: {}
https://www.jabber-germany.de/searx: {}
https://xo.wtf: {}

0 comments on commit 57c687c

Please sign in to comment.