Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Feature Request: Use local Internet access and SSH to get all necessary files to remote server #117

Closed
magic-lantern opened this issue Jun 14, 2019 · 5 comments
Labels
feature New feature or improvement to functionality

Comments

@magic-lantern
Copy link

My remote server I do development on has no outbound Internet due to security restrictions. My local machine however, does have access to the public Internet.

I'd like to propose a feature request to add a flag or option that allows for all necessary files to be downloaded via my local machine's Internet access, and pushed to the remove server via SSH. All necessary installations could then occur on the remote server.

If this is already a feature and I just haven't read or found the documentation, please let me know!

@deansheather deansheather added the feature New feature or improvement to functionality label Jun 15, 2019
@deansheather
Copy link
Member

What exactly do you mean by all necessary files? Do you mean copying your source code to the remote server? At the moment, this isn't supported but it would make for a great feature.

@magic-lantern
Copy link
Author

I do not mean my source code files.

What I meant was all files required to install and configure code-server.

sshcode works great on a remote server that has access to the Internet; on a server with Internet blocked, it does not work. Hopefully the necessary files for installation and configuration could be downloaded locally and moved over via ssh.

@deansheather
Copy link
Member

I think people using remote servers without a direct internet connection is a pretty limited usecase. Maybe we could add a --no-update flag that prevents the update check, so you could copy code-server to the machine yourself beforehand.

@deansheather
Copy link
Member

Actually, closing this as it's a duplicate of #73.

@magic-lantern
Copy link
Author

Thanks for helping to find a pre-existing feature request that covers this. I'll add some comments to that and follow it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or improvement to functionality
Projects
None yet
Development

No branches or pull requests

2 participants