Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren authored May 7, 2024
1 parent e41cb2a commit 81cba41
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<div align="center">
<h1>Ollama + Open WebUI</h1>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/fly-apps/ollama-open-webui/assets/3727384/25c0bc76-cf50-431d-8435-707fac9c2b1a">
<img height="100px" src="https://github.com/fly-apps/ollama-open-webui/assets/3727384/5659f0e4-c4c7-4a0a-9949-d8042564be45"
</picture>
</div>

<div align="center">
<h1>Ollama + Open WebUI</h1>
</div>
<div align="center">
<img width="100%" alt="cover" src="https://github.com/fly-apps/ollama-webui-demo/assets/3727384/23b87769-ccde-46b9-a884-72c174a49f02">
</div>
Expand All @@ -10,11 +16,14 @@ A demo running [Ollama](https://github.com/ollama/ollama) and [Open WebUI](https

## Deploy

> [!NOTE]
> Running this requires the latest version of [flyctl](https://github.com/superfly/flyctl)
Everyone loves a one-liner — let's clone the repo and deply app:

```bash
fly launch --from https://github.com/fly-apps/ollama-open-webui
```

That's it! When you visit `https://[app].fly.dev` you should see the Open WebUI interface where you can log in and create the initial admin user.
That's it! When you visit `https://[app].fly.dev` you should see the Open WebUI interface where you can log in and create the initial admin user. You can then optionally disable signups and make the app private by running

## Having trouble?

Create an issue or ask a question here: https://community.fly.io/

0 comments on commit 81cba41

Please sign in to comment.