You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me know I can help you in dockerizing the cloud9hub application. I would like to know if you need any help. I would like to contribute to the application. Let me know if i can help you anywhere like helping in better documentation. If there are any open issues, I would like to spend my time on it.
The text was updated successfully, but these errors were encountered:
Hey, thank you very much for this! I really appreciate any help, as I'm not having the amount of time available that I'd like to have for this at the moment.
user creates a new workspace or clicks to start an existing one
cloud9hub starts the corresponding container or creates one, if this is a new workspace
the started container is registered in etcd (e.g. /workspaces/user_id/workspace_name)
the etcd keys are watched by confd and a reverse proxy is updated, so the workspace can be exposed under a user-friendly URL (e.g. http://c9.site.com/user_id/workspace_name)
The whole Docker-etcd-confd-haproxy (as an example of a reverse proxy) has been documented here so that isn't very hard to do.
It would need a bit of rewriting of the workspace controller, I guess?
I will start working on points 1 and 2. I will have to spend sometime on understanding etcd and confd. Thanks for such clear instructions. I will go through the link as a starting point and build my knowledge.
Let me know I can help you in dockerizing the cloud9hub application. I would like to know if you need any help. I would like to contribute to the application. Let me know if i can help you anywhere like helping in better documentation. If there are any open issues, I would like to spend my time on it.
The text was updated successfully, but these errors were encountered: