💾 Archived View for bbs.geminispace.org › s › Levior › 15814 captured on 2024-07-09 at 02:34:05. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-06-16)

➡️ Next capture (2024-08-18)

-=-=-=-=-=-=-

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 · 3 months ago