How to change fromlocalhost to an ip adress for access the web view
Hi i trieb to change the localhost to a lan interface because I using a server that cannot display anything I am using ubuntu server 22.04.3 but I was unable to change it from localhost to my lan interface! Can you please help me out with this? :(
are you running via docker?
Yeah the prebuilt version I am with yarn and docker etc. unfamiliar but have learned some basics how people implement the webuis access point like local host access over browser but at this project I wanted to install on a server but can't find the point where the broadcast to localhost goes to change it to one of the servers ip addresses!
I would be happy if you can help me! :)
I solved it I just used the repo and the run command and before that I went to App.tsx and added the ip adress I wanted to broadcast over at the section with localhost!
@Lissy93 probably should have a optional argument to set that IP in docker and the app
Yeah that would be easier!