Skip to content

Commit

Permalink
Add CloudShell terminal like Che editor. (#326)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Co-authored-by: Sergii Leshchenko <sleshche@redhat.com>
  • Loading branch information
AndrienkoAleksandr and sleshchenko authored Jan 29, 2020
1 parent 8cbe890 commit d5f359f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
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
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

0 comments on commit d5f359f

Please sign in to comment.