How Does Having An Account With OpenWebUI Improve Security as the FAQ Says? #135
Replies: 7 comments 8 replies
-
There are many alternative interfaces available to choose from. |
Beta Was this translation helpful? Give feedback.
-
OK, it's clear now that Open-WebUI is full of shit. I'll use something else, thanks. |
Beta Was this translation helpful? Give feedback.
-
If you're going to whine about the supposed insecurity of an open-source project, at least have the decency to educate yourself first. Open-source means anyone can inspect the code, so if you lack the basic skills to verify the security claims made by others, it literally does not matter what I say. Don't spread FUD (fear, uncertainty, and doubt) without doing your damn homework. Learn how to read and understand the code, or keep your unsubstantiated opinions to yourself. The open-source community doesn't need more armchair critics. |
Beta Was this translation helpful? Give feedback.
-
Let's not be stupid here. The average end user is not going to "inspect the code". I asked a simple question: Why does having an account on a Web site affect the security of the app running locally on my machine? And why would somehow exposing that app to the Internet have its security improved by having an account on the app's Web site? It's a legitimate simple question deserving of a simple answer. Instead people got snippy about it and refused to answer the simple question, which would have taken two minutes. I DO know something about computer security. That's why I get suspicious when someone tells me something that makes no sense. In my view, the requirement of an account is probably being used for personal information collection and potentially sale to Internet ad firms. I'd have no problem signing up for an account if it wasn't required to run the app in the first place and there was some additional benefit such as support or whatever. But when someone won't answer the question, that makes me suspicious that there are ulterior motives. What the open source community does need is less snippy developers who take umbrage at simple questions. |
Beta Was this translation helpful? Give feedback.
-
OK, tried the pipx install. That installed but when I ran it, it asked for the login, so I exported the WEBUI_AUTH environment variable to false, and ran it again. This time it just set a spinner running and generated a massive amount of python tracebacks in the terminal. So I decided to try the Docker version. I used this command line first: What happened there is that the http://localhost:3000/auth came up but does not appear to acknowledge the WEBUI_AUTH environment variable, as it continues to ask for a login. Then following your troubleshooting advice page (which incidentally enabled me to solve my problems with two other Ollama front-end Docker connections), I tried this command: docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main That didn't work, either. When I went to localhost:8080, I saw a page that appeared to have a "OI" on it. I have no idea what that was. UPDATE: Ah, figured out what that was: it's the OI that appears in the upper left hand corner of the page on the signin page. However in this case it was larger and in the middle of the page. But there was no signin option shown. That seems weird. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
-
You are fundamentally misunderstanding the FAQ. |
Beta Was this translation helpful? Give feedback.
-
I'll add two more pieces of advice since people here seem to want to insult me... I figured out where I went wrong - it's the crappy UI.
GUI design matters. Get it wrong, it confuses the end user. That is precisely why I jumped the shark on why that sign-in page made me think it was asking for a Web account, not a local account. And the FAQ doesn't distinguish the term "account" either. Kindly close this as I don't need to hear from any more self-righteous assholes telling me how I should "worship open source developers" - they're no damn better than any other developer. They just get paid less. |
Beta Was this translation helpful? Give feedback.
-
This doesn't make any sense to me, and I know of no other AI front end using local LLM models requiring an account signup.
If this system is entirely locally installed and all data is on my system, how can "the Open WebUI...ever exposed to external access" (and what does that mean - exposed on the Internet, or exposed locally?) be affected by my having an account on your Web site?
Until that question is answered, I have to be suspicious about the claim that everything in the system remains on my system and I can't use this tool until it is explained to me.
Beta Was this translation helpful? Give feedback.
All reactions