… by running your own instance of the free and open-source federated metasearch engine SearXNG on OpenBSD!

  • sunstoned@lemmus.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 hours ago

    I mean, I could write one! I kind of just pieced it together from guides on the three individuals

    Edit: back of the napkin guide below is basically in the OpenWebUI docs already! I use NixOS (btw) but docker/podman should work well.

    OpenWebUI + Ollama setup – tl;dr docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

    OpenWebUI SearXNG guide – a little more involved, but not difficult.