Update README.md
This commit is contained in:
parent
8088a9b3da
commit
5512df565d
1 changed files with 5 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue