Skip to content

Commit 702691d

Browse files
committed
first changelog
1 parent c7c67d9 commit 702691d

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [0.1.0] - 2026-04-30
4+
5+
### Added
6+
7+
- First release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pip install dist/open_webui_admin-*.whl
6161
## Configuration
6262

6363
Set 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

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)