Skip to content
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

Add Cloud shell terminal like Che editor. #326

Merged
merged 9 commits into from
Jan 29, 2020
1 change: 1 addition & 0 deletions v3/plugins/eclipse/cloud-shell/latest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nightly
sleshchenko marked this conversation as resolved.
Show resolved Hide resolved
28 changes: 28 additions & 0 deletions v3/plugins/eclipse/cloud-shell/nightly/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: v2
publisher: eclipse
name: cloud-shell
version: nightly
type: Che Editor
displayName: Cloud Shell Editor
title: Cloud Shell Editor
description: Cloud Shell provides an ability to use terminal widget like an editor.
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/eclipse/che-machine-exec/
firstPublicationDate: "2020-01-29"
category: Other
spec:
endpoints:
- name: cloud-shell
public: true
targetPort: 4444
attributes:
protocol: http
type: ide
discoverable: false
secure: true
cookiesAuthEnabled: true
containers:
- name: che-machine-exec
image: "quay.io/eclipse/che-machine-exec:nightly"
ports:
- exposedPort: 4444