File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.1.0] - 2026-04-30
4+
5+ ### Added
6+
7+ - First release.
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ pip install dist/open_webui_admin-*.whl
6161## Configuration
6262
6363Set environment variables:
64- - ` OPENWEBUI_URL ` - Base URL of Open WebUI instance (e.g., ` https://cloud. open-webui.example.com ` )
64+ - ` OPENWEBUI_URL ` - Base URL of Open WebUI instance (e.g., ` https://open-webui.example.com ` )
6565- ` OPENWEBUI_TOKEN ` - Authentication token (from Account settings)
6666
6767## Commands
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Open WebUI Admin requires two environment variables to connect to your Open WebU
66
77| Variable | Description | Example |
88| ----------| -------------| ---------|
9- | ` OPENWEBUI_URL ` | Base URL of Open WebUI instance | ` https://cloud. open-webui.example.com ` |
10- | ` OPENWEBUI_TOKEN ` | Authentication token | ` eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9 ...` |
9+ | ` OPENWEBUI_URL ` | Base URL of Open WebUI instance | ` https://open-webui.example.com ` |
10+ | ` OPENWEBUI_TOKEN ` | Authentication token | ` sadad4354JIUzI1NiIsfff6IkpXVCJ9 ...` |
1111
1212## Setting Environment Variables
1313
You can’t perform that action at this time.
0 commit comments