techahold / rustdeskinstall

Easy install Script for Rustdesk
MIT License
330 stars 105 forks source link

Question about Extras installed (configs and install HTTP server) #50

Closed Tuxman2 closed 11 months ago

Tuxman2 commented 11 months ago

Hello,

Thank you for providing a script that automates the installation of the rustdesk server. I have a question about the install script. At some point, the script asks us if we want to generate configuration files using an http tool for simple deployment on clients. Is this part necessary ? In addition, we connect in http and not in https via the web page. Can I perform the deployment manually without using this part of your script ?

Regards.

dinger1986 commented 11 months ago

It just creates a small http server to serve some files using gohttp, that's hopefully to help with deployments etc for your system.

It is http and not https, you can put it behind a proxy but being fair it should really only be needed to grab the configs then never used again.

It can be completely ignored.

If installing the deb or rpm you can ignore it and use that directly.