mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-21 09:15:22 -04:00
[GH-ISSUE #153] [DOCS]: Desktop app acting as a server #56
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 @lucianthorr on GitHub (Apr 15, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anythingllm-docs/issues/153
Description
I found this point in another thread
This should be clearer in the documentation AND in the desktop app. To me, it really appears in the app as if you are starting a server that can be accessed from the LAN.
@timothycarambat commented on GitHub (Apr 15, 2025):
You can, for the backend, not use of the frontend. The app is able to be run with its server attached to
0.0.0.0so that you can expose the backend on LAN.Trying to run a multi-user environment off a single desktop client is not and won't ever be supported, but some like to leverage the client for other scripts so that is why we expose it at all.
If you want multi-user with the UI, that is the Docker app - we can make a page about this feature - however I think covers the idea currently
@lucianthorr commented on GitHub (Apr 15, 2025):
Thanks. Yeah, that Docker vs Desktop comparison does seem sufficient. My mistake was in misunderstanding the Network Discoverability description in the Desktop's Settings. I thought it was saying that it's making its features available on the local network. (I'm one day old on AnythingLLM so I wasn't sure what to expect really).
@timothycarambat commented on GitHub (Apr 15, 2025):
@lucianthorr That is a totally fair exception imo. The reason we dont host a UI via that backend server is because inevitably we are going to have people trying to host the desktop app as a server and eventually expose their desktop to the internet via a tunnel or something so they can use it on external networks and that is not a behavior we should encourage for people since the desktop app can be extended to have some powerful privileges or access.
The Docker version has the auth and containerization and such to at least mitigate that risk
[DOCS]: Desktop app acting as a serverto [GH-ISSUE #153] [DOCS]: Desktop app acting as a server