Adds --code-server-path flag that accepts a path to a file on the local machine. It will be uploaded to the code-server path on the remote server instead of the download script being executed.
There is no verification of the local binary, so a user could upload something that isn't a code-server binary or a custom binary or something else along those lines.
This allows remote servers with no internet access to have a code-server binary uploaded to them, which is useful for extremely secure environments.
Adds
--code-server-path
flag that accepts a path to a file on the local machine. It will be uploaded to the code-server path on the remote server instead of the download script being executed.There is no verification of the local binary, so a user could upload something that isn't a code-server binary or a custom binary or something else along those lines.
This allows remote servers with no internet access to have a code-server binary uploaded to them, which is useful for extremely secure environments.
Closes #73.