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.yortnet.com #609

Closed
9 of 10 tasks
jherzstein opened this issue Nov 4, 2024 · 4 comments
Closed
9 of 10 tasks

Add https://searx.yortnet.com #609

jherzstein opened this issue Nov 4, 2024 · 4 comments
Labels
instance add Declare a new instance instance related to instance

Comments

@jherzstein
Copy link

jherzstein commented Nov 4, 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

No response

@jherzstein jherzstein added instance related to instance instance add Declare a new instance labels Nov 4, 2024
Copy link

github-actions bot commented Nov 4, 2024

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

ononoki1 commented Nov 7, 2024

Hi @jherzstein, please enable server.public_instance parameter. Also, your CSP policy is too strict that image search cannot work. Some good examples: https://github.com/searxng/searxng-docker/blob/849975b3fda9ec4456d8f394529f5ced3957a3d5/Caddyfile#L79-L86

@jherzstein
Copy link
Author

jherzstein commented Nov 8, 2024

@ononoki1 I did set it in settings.yml I think I just forgot to restart my instance but when I did the searxng instance will not work when public_instance is set to true.

As for my CSP I set it like so in my nginx though images are still not loading:

 location /image_proxy { 
    add_header Content-Security-Policy "default-src 'none'; img-src 'self' data:"; 
} 
location / { 
    ...
    add_header Content-Security-Policy "upgrade-insecure-requests; default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; form-action 'self' https://github.com/searxng/searxng/issues/new; font-src 'self'; frame-ancestors 'self'; base-uri 'self'; connect-src 'self' https://overpass-api.de; img-src 'self' data: https://*.tile.openstreetmap.org; frame-src https://www.youtube-nocookie.com https://player.vimeo.com https://www.dailymotion.com https://www.deezer.com https://www.mixcloud.com https://w.soundcloud.com https://embed.spotify.com";
    ...
 }

@return42
Copy link
Member

https://searx.yortnet.com/ responds with HTTP 502 Bad Gateway.

@unixfox unixfox closed this as not planned Won't fix, can't repro, duplicate, stale Nov 24, 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