https://github.com/itk-dev/open-webui-docker
https://github.com/itk-dev/open-webui-docker
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itk-dev/open-webui-docker
- Owner: itk-dev
- Created: 2025-02-11T07:46:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T11:49:04.000Z (11 months ago)
- Last Synced: 2025-05-09T11:53:05.416Z (11 months ago)
- Language: Shell
- Size: 52.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker setup for open WebUI
https://docs.openwebui.com/
## Install
Use the taks file to install it.
```shell
task clone
task install
```
### Task install
Installs open-webui from this fork of [open-webui](https://github.com/itk-dev/open-webui).
### Storage
Log into minio and create the bucket "openwebui" before uploading files.
## Usage
```shell
task open
```
## OIDC
An (incomplete) OIDC dev setup with mock server is included. Currently this fails with
```text
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'OpenIdConnectServerMock, Version=0.10.1.0, Culture=neutral, PublicKeyToken=null'.
```