Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • 0 Votes
    2 Posts
    149 Views
    T

    Based on what Joseph said, you can try specify the SEARXNG_QUERY_URL=http://searxng/search?q=<query>
    https://forum.cloudron.io/topic/12117/web-search-with-searxng/2?_=1722501184516

    So, it should be without :8080. I think it is because Cloudron is using Nginex to route traffic from the Main Gate 443 to each docker container.

    So, should look like this:

    Export ENABLE_RAG_WEB_SEARCH: True
    Export RAG_WEB_SEARCH_ENGINE: "searxng"
    Export RAG_WEB_SEARCH_RESULT_COUNT: 3
    Export RAG_WEB_SEARCH_CONCURRENT_REQUESTS: 10
    Export SEARXNG_QUERY_URL: "http://searxng/search?q=<query>"

    You can add these to your env.sh file. And add the Searxng folder and config file in the same directory of env.sh

    Then restart your apps.

  • 0 Votes
    2 Posts
    81 Views
    girishG

    Dup of https://forum.cloudron.io/topic/11988/openwebui-permissions-issue-after-last-2-2-5-update-cannot-create-directory-media-ollama-vol