Update README.md

This commit is contained in:
David Rotermund 2025-02-02 19:19:49 +01:00
parent 8088a9b3da
commit 5512df565d

View file

@ -154,12 +154,16 @@ bash start.sh
```
Now you should have a website under localhost:8080
Don't for get to select Ollama as provider.
For the home office I use
```
ssh -p [PORT WEB UI SERVER] -L 11434:127.0.0.1:11434 [USERNAME]@[IP WEB UI SERVER]
ssh -p [PORT WEB UI SERVER] -L 8080:127.0.0.1:8080 [USERNAME]@[IP WEB UI SERVER]
```
for redirecting it to my home office computer.
## As a systemd service
I made a systemd service out of it: /etc/systemd/system/open-webui.service
```
[Unit]