docs: improve baseURL configuration guidance in batch installation guides
- Add baseURL configuration examples in release-prep.agent.md (localhost, IP, domain) - Update release-workflow.md with baseURL configuration options - Update release-workflow.zh.md with baseURL configuration options - Improve .env.example documentation with URL examples and better instructions - Support various OpenWebUI instance locations: localhost, remote IP, or domain
This commit is contained in:
7
.github/agents/release-prep.agent.md
vendored
7
.github/agents/release-prep.agent.md
vendored
@@ -87,8 +87,13 @@ After release is published, users can quickly install all plugins:
|
||||
git clone https://github.com/Fu-Jie/openwebui-extensions.git
|
||||
cd openwebui-extensions
|
||||
|
||||
# Setup API key
|
||||
# Setup API key and instance URL
|
||||
echo "api_key=sk-your-api-key-here" > scripts/.env
|
||||
echo "url=http://localhost:3000" >> scripts/.env
|
||||
|
||||
# If using remote instance, configure the baseURL:
|
||||
# echo "url=http://192.168.1.10:3000" >> scripts/.env
|
||||
# echo "url=https://openwebui.example.com" >> scripts/.env
|
||||
|
||||
# Install all plugins at once
|
||||
python scripts/install_all_plugins.py
|
||||
|
||||
Reference in New Issue
Block a user