-- Leo's gemini proxy

-- Connecting to bbs.geminispace.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8

You can now do basic URL mapping in levior.


urlmap:
  # When /searx is requested without a gemini query, it will send
  # an input response. When the input is sent back, it will redirect the
  # user to "https://searx.be/search?q={input}"

  /searx:
    input_for: https://searx.be/search?q=
    route_name: Search with SearX

  # Mapping with variables in the path
  # /z/test => https://searx.be/search?q=test
  /z/{query}:
    url: https://searx.be/search?q={query}

https://searx.be/search?q={input}

https://searx.be/search?q=

https://searx.be/search?q=


https://searx.be/search?q={query}

https://searx.be/search?q={query}


Posted in: s/Levior

😺 gemalaya [mod]

Mar 26 · 8 weeks ago

-- Response ended

-- Page fetched on Sun May 19 16:05:11 2024