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 be94e75 commit fb45992
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@
<div align="center">
<h1>Ollama + Open WebUI</h1>
</div>

<div align="center">
<p>Run <strong><a href="https://github.com/ollama/ollama">Ollama</a></strong> and <strong><a href="https://github.com/open-webui/open-webui">Open WebUI</a></strong> on the same Fly Machine!</p>
</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>

A demo running [Ollama](https://github.com/ollama/ollama) and [Open WebUI](https://github.com/open-webui/open-webui) on the same Fly Machine!


## Deploy

Expand All @@ -22,7 +27,7 @@ Everyone loves a one-liner — let's clone the repo and deply app:
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. You can then optionally disable signups and make the app private by running
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 setting `ENABLE_SIGNUP = "false"` in your [fly.toml](./fly.toml)

## Having trouble?

Expand Down

0 comments on commit fb45992

Please sign in to comment.