Update README.md

This commit is contained in:
David Rotermund 2025-02-02 19:16:20 +01:00
parent 885f6e0ee4
commit 8088a9b3da

View file

@ -154,6 +154,11 @@ bash start.sh
```
Now you should have a website under localhost:8080
For the home office I use
```
ssh -p [PORT WEB UI SERVER] -L 11434:127.0.0.1:11434 [USERNAME]@[IP WEB UI SERVER]
```
for redirecting it to my home office computer.
I made a systemd service out of it: /etc/systemd/system/open-webui.service
```