feat(openwebui): add web search config and pipelines secret #105
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PIPELINES_API_KEYin the secrets file to secure pipelines communicationENABLE_WEB_SEARCH,WEB_SEARCH_ENGINE,WEB_LOADER_ENGINE,SEARXNG_QUERY_URL,EXTERNAL_WEB_LOADER_URL) with defaultsENABLE_PERSISTENT_CONFIGto false to align with the parametrized deployment approachThese changes decouple service endpoints from the deployment template, allowing users to easily customize web search and RAG integrations without modifying service definitions.