How to obtain remote access to lloms?
Expected Behavior
I am run LLOMS in VM, and wish to connect to WebUI from my desktop
Current Behavior
Right now webserver is binded just to http://localhost. I can't remove binding to it's IP address
Steps to Reproduce
Just run installer under Ubuntu 22.04
Possible Solution
remove binding to localhost
to script add example bash linux_run.sh --host 0.0.0.0
Just one little caution. Lollms uses a non cyphered connection as I need to generate a cetificate if I want to add this layer of protection and I have no money to invest in adding all those things. So if you want to use it remotely, I advise you to add a crypted connection or maybe have a private vpn to protect your data. The idea of lollms is to keep your data locally. If you want to access the ui remotely, some one who makes a man in the middle attack, can view your messages as you generate them. If security is not a concern, just as @agustin9014 said, you just need to add --host 0.0.0.0 to make it accessible to your local network, then you may use your router to give remote access.
I use it on my phone. That's why I did the modifications that reduce the size of the header and made the discussions bar retractable.