-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workspace import/export #1468
Comments
@james10174 we're working on making it possible to store workspace snapshots on DockerHub or any other Docker registry. This will be regulated in Che configuration. |
@eivantsov Will there be an interface accessible from web browser to do this without having to modify server configuration files such as che.conf? |
No plans to add it. We do accept pull requests. There is a large number of system-related configuration items that could be added into the dashboard. It is a substantial project - but it needs to eventually be there. Some of the aspects related to pushing snapshots into a registry are outside of Che's control, such as dealing with configuration of your Docker daemon. We would only be able to control the items that are in the configuration file. I don't see us working on any dashboard-related configuration of che.properties for awhile. We want to see what are the most common usages and then we can look at incorporating those over time. |
@eivantsov Let me know if you have any work done on this already. I want to try to add this but don't want to repeat any work already done. My plan is to have an environment variable in che.properties that will enable/disable a button or label in dashboard to allow saving the workspace. This would let the feature only be available by enabling it(not default) and would make things easier having most configuration for repository done in the che.properties file not the IDE. |
This capability was added in 4.3. |
Would like to be able to export/import workspaces to dockerhub or other storage service from che server.
The text was updated successfully, but these errors were encountered: