From 8088a9b3dae431ef1a12e1f02b3e46010f33bbcb Mon Sep 17 00:00:00 2001 From: davrot Date: Sun, 2 Feb 2025 19:16:20 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2a8152b..1fc10cd 100644 --- a/README.md +++ b/README.md @@ -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 ```