searxng / searx-instances

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

Add https://search.lollypopstealer.com #542

Open C-Keenan opened 4 weeks ago

C-Keenan commented 4 weeks ago

Requirements (make sure to read all of them)

Bot protection requirement

Source code URL

No response

Comment

If you have any questions/concerns/issues please contact dev@lollypopstealer.com and allow at least a 7 day grace period as I may not see the email right away. I should get back to you in a month at most probably much sooner. I'd love to help make the internet more private again and am hoping that this helps in doing so.

github-actions[bot] commented 4 weeks 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 3 weeks ago

Please set public_instance to true.

Yes I have configured the server.public_instance parameter.

Also, your site cannot get reached via HTTP. Please setup HTTP to HTTPS redirection.

C-Keenan commented 3 weeks ago

I may have misconfigured something in the instance as I have set the 'public_instance' parameter to true and it's running behind nginxpm so both should resolve to the https "version". I'll start sorting it out tomorrow as it's a bit late today.

Edit : If http only access is required please do let me know and I can stop forcing https but would prefer to leave it if not required.

C-Keenan commented 2 weeks ago

Issue with the 'public_instance' parameter should be fixed now. Waiting for feedback on http only mode before I make any changes there.

Edit : Spelling

ononoki1 commented 2 weeks ago

Edit : If http only access is required please do let me know and I can stop forcing https but would prefer to leave it if not required.

Your site now only supports HTTPS. Please also enable HTTP and redirect HTTP requests to HTTPS.

C-Keenan commented 2 weeks ago

I just typed 'http://search.lollypopstealer.com' into my address-bar and it automatically pushed me to https so I'm not seeing your error. Can you help me to recreate your steps to get the error?

ononoki1 commented 2 weeks ago

I just typed 'http://search.lollypopstealer.com/' into my address-bar and it automatically pushed me to https so I'm not seeing your error.

Your site enables HSTS, so after first access via HTTPS, your browser will only use HTTPS even if you explictly types HTTP.

To reproduce, please use curl: run curl -v http://search.lollypopstealer.com

C-Keenan commented 2 weeks ago

One moment while I do some troubleshooting. Can you provide the response I should be expecting when it goes right as I'd like to validate my results.

Edit : Or provide an active page I can test against which will provide a similar response when hit, please?

ononoki1 commented 2 weeks ago

An example:

$ curl -I http://search.ononoki.org
HTTP/1.1 308 Permanent Redirect
Content-Type: text/html; charset=utf-8
Content-Length: 164
Connection: keep-alive
Location: https://search.ononoki.org/
C-Keenan commented 2 weeks ago

Ok, thank you. I'm currently blocked by the rate limit so I will have to wait a bit before I can continue testing, however, I will comment once I have good news.

unixfox commented 3 days ago

@C-Keenan Any news? Is your instance conformed?

noosemanAL commented 1 day ago

I tested this instance: https://search.lollypopstealer.com , Under "Engines" starting with "Files" through "Other", If you disable "bt4g" or wikicommons.files or z-library or any default selection, It crashes and won't allow you to disable those.

502