• 19 Posts
  • 45 Comments
Joined 2 years ago
cake
Cake day: June 7th, 2023

help-circle









  • Thanks! The output of the xml is as follows

    <OpenSearchDescription>
    <ShortName>SearXNG</ShortName>
    <LongName>SearXNG metasearch</LongName>
    <Description>
    SearXNG is a metasearch engine that respects your privacy.
    </Description>
    <InputEncoding>UTF-8</InputEncoding>
    <Image type="image/png">
    https://192.168.2.20:8080/static/themes/simple/img/favicon.png?60321eeb6e2f478f0e5704529308c594d5924246
    </Image>
    <Url rel="results" type="text/html" method="GET" template="https://192.168.2.20:8080/search?q=%7BsearchTerms%7D"/>
    <Url rel="suggestions" type="application/x-suggestions+json" method="GET" template="https://192.168.2.20:8080/autocompleter?q=%7BsearchTerms%7D"/>
    <Url rel="self" type="application/opensearchdescription+xml" method="GET" template="https://192.168.2.20:8080/opensearch.xml"/>
    <Query role="example" searchTerms="SearXNG"/>
    <moz:SearchForm>https://192.168.2.20:8080/search</moz:SearchForm>
    </OpenSearchDescription>
    

    It looks like it’s set to use https://192.168.2.20:8080/ for some reason. https://search.home/ will resolve fine but using https with the underlying IP will not.