diff --git a/README.md b/README.md index 1fc10cd..de2d741 100644 --- a/README.md +++ b/README.md @@ -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]