💾 Archived View for bbs.geminispace.org › s › Levior › 15814 captured on 2024-06-16 at 15:47:32. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-26)
-=-=-=-=-=-=-
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={query}
https://searx.be/search?q={query}
Mar 26 · 3 months ago