Skip to content

Instantly share code, notes, and snippets.

View sunix's full-sized avatar
⌨️
coding ...

Sun S. D. Tan sunix

⌨️
coding ...
View GitHub Profile
@sunix
sunix / image puller conf
Last active June 17, 2020 16:47
image puller conf
apiVersion: che.eclipse.org/v1alpha1
kind: KubernetesImagePuller
metadata:
creationTimestamp: '2020-05-13T15:39:45Z'
generation: 11
name: image-puller
namespace: imagepuller
resourceVersion: '1848291'
selfLink: >-
/apis/che.eclipse.org/v1alpha1/namespaces/imagepuller/kubernetesimagepullers/image-puller
---
apiVersion: 1.0.0
metadata:
generateName: quarkus-
projects:
-
name: quarkus-quickstarts
source:
type: zip
location: "https://code.quarkus.io/d?g=org.acme&a=code-with-quarkus&v=1.0.0-SNAPSHOT&b=MAVEN&c=org.acme.ExampleResource&s=pJg.d7W.pV1.YjV&cn=code.quarkus.io"
@sunix
sunix / meta.yaml
Created October 13, 2019 17:48
openshift connector all in one
apiVersion: v2
publisher: redhat
name: vscode-openshift-connector-all
version: latest
type: VS Code extension
displayName: OpenShift Connector
title: OpenShift Connector
description: Interacting with Red Hat OpenShift clusters and providing a streamlined developer experience using Eclipse Che
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/eclipse/che-plugin-registry/tree/master/v3/plugins/redhat/vscode-openshift-connector
@sunix
sunix / extensions.yml
Last active April 8, 2019 15:20
extensions.yml for test
extensions:
- source: https://github.com/eclipse/che-theia
extensionFolders:
- dockerfiles/theia-endpoint-runtime
- extensions/eclipse-che-theia-plugin
- extensions/eclipse-che-theia-plugin-ext
- extensions/eclipse-che-theia-terminal
- extensions/eclipse-che-theia-user-preferences
- extensions/che-theia-hosted-plugin-manager-extension
- extensions/eclipse-che-theia-dashboard
@sunix
sunix / factory_chetheia_builder.json
Created November 23, 2018 08:52
factory che-theia builder
{
"v": "4.0",
"name": "chetheia_builder",
"workspace": {
"defaultEnv": "default",
"environments": {
"default": {
"machines": {
"ws/dev": {
"attributes": {
@sunix
sunix / factory.json
Created May 24, 2018 10:52
factory.json clone theia run theia
{
"v": "4.0",
"name": "theia",
"workspace": {
"environments": {
"default": {
"machines": {
"theia": {
"attributes": {
"memoryLimitBytes": "1073741824"
{
"v": "4.0",
"name": "theia",
"workspace": {
"environments": {
"default": {
"machines": {
"ws/theia": {
"attributes": {
"memoryLimitBytes": "547483648"
{
"defaultEnv": "default",
"environments": {
"default": {
"machines": {
"dev-machine": {
"attributes": {
"memoryLimitBytes": "2147483648"
},
"servers": {
@sunix
sunix / .screenrc
Created October 10, 2017 13:51
.screenrc
defscrollback 8192
startup_message off
vbell off
caption always "%{+u wk}%?%-w%?%{rk}/%n %t\%{wk}%?%+w%?"
hardstatus alwayslastline "%{+b kw}%H|%{kg}%c%{kw}|%{ky}%Y-%m-%d%{kw}|%{kb}load %l"
{
"name" : "Adding my slides",
"hasWelcomeStep" : true,
"steps": [
{
"title": "Adding my slides to snowcamp.io with Codenvy",
"content": "Thank you for contribuing to Snowcamp.io, this is a temporary workspace with the github pages project snowcamp.io checked out. You can help us in improving the site, make your changes and submit the pull request with the Pull Request tab on the right.",
"element": "gwt-debug-MainToolbar/New",
"placement": "BOTTOM",