mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #8429] PLEASE HELP ! - 2 DIFFERENT WEB GUI'S #30651
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MADPANDA3D on GitHub (Jan 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8429
Discussed in https://github.com/open-webui/open-webui/discussions/8428
Originally posted by MADPANDA3D January 9, 2025
Hello, let me start by saying I am not a programmer or developer in any way shape or form I am learning, I set up ollama to run on my computer through Linux (WSL). I have the open-webui running in a docker container, with watchtower running as well. As I explored the options on how to be able to access my home based AI system I decided to use Ngrok.
Initially Ngrok was running through WSL. ( I have the paid service with an ngrok domain ). I was able to access my open-webui GUI through the domain however it brought up a new open-webui GUI and not the same locally hosted one I have. I know this for a fact for a few reasons.
I have been trying to use a mix of youtube and chatgpt to get this fixed and stabilized so that I can start the finetuning process of a model and implement it, I am just trying to finish the simple framework first.
Now I have confirmed that the 127.0.0.1 version of the GUI is the one linked to the Ngrok tunnel but the tunnel is set to 8080. Initially I ran Ngrok straight on WSL but I decide tomake an ngrok container to try and get the open-webui container and ngrok container on the same network in hopes that this would fix the problem.
IT DID NOT
Instead now when I run ngrok it runs through docker and still connects to the 127 version. Now you might say "your open-webui container must be activating the wrong one" I hear you so I stopped the open-webui container and my localhosrt:8080 webGUI stops working but my 127 one is still running and seems to always be runnning im not sure how or where or why.
I have been dealing with this issue alone for 4 days and I have hit a brick wall and Chatgpt is sending me in circles. I need help any suggestions, ideas, comments, questions ? If you need more info to help me diagnose the problem let me know. I may just be dummy and it may be something simple.