I have downloaded freeai- the ollama and openui mix from the marketplace and its working wonders. However, Id like to use searchxng as the websearch but cannot seem to get the proper base url for the search queries.
I tried using the lan url but that didnt work. Most of the documentation suggest changing environment variables in the docker instance but i cant get “under the hood” with the start9 services.
Any suggestions on how I can connect my searchxng service to open ui/ollama?
StartOS isn’t really for getting under the hood, that’s not the target market. You can if you want to, but it takes some experimentation and unsupported actions.
All services are individually containerized, are from different developers and behave differently. All need to be packagesd for StartOS. In the current setup, with v0.3.5.1 of StartOS, one service wouldn’t be able to communicate with another service using the unique .local – if this was possible, to do what you want to do, it would look like this…
https://ab123ab123ab123.local/search?q=
With StartOS v0.4.0, as something of a side effect of introducing the clearnet paradigm, what you’re trying to do should actually work.