immense / Remotely

A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
GNU General Public License v3.0
4.5k stars 1.61k forks source link

Build from source fails for remotely in docker container #368

Open antipiot opened 3 years ago

antipiot commented 3 years ago

Describe the bug When trying to build client from source using docker container, the download of required files fails because of incorrect network path

To Reproduce Steps to reproduce the behavior:

  1. Setup remotely in docker container
  2. Download remotely-desktop setup
  3. execute setup.exe
  4. See error: An error occurred trying to download 'http://127.0.0.1:5000/Content/Win-x64/ClickOnce/Remotely_Desktop.application'. See the setup log file located at 'C:\Users\LOCALA~1\AppData\Local\Temp\VSDF772.tmp\install.log' for more information.

Remotely Version Server: latest docker 1273

Expected Behavior The url used for the build is correct using provided settings or path (in my case a local Build is sucessfull :-)

Additional Context My container is listening at 10.0.0.49:5555 and i guess this url shoud be setup or used somewhere for the build to know where to go.

Once again, many thanks for your work.

Regards

NxG33k82 commented 2 years ago

I'm having the exact same issue.

Dominion0815 commented 2 years ago

same here.

how can we set our url into Installable Instant Support Clients setup.exe file?

gtntdev commented 2 years ago

have a look at my Dockerfile and actions here. It works!