Last active
June 25, 2020 19:34
-
-
Save joeljeske/63f3474f5a8184642daff1d511adee2b to your computer and use it in GitHub Desktop.
che-registry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v2 | |
publisher: cdr | |
name: code-server | |
version: 3.4.1 | |
type: Che Editor | |
displayName: code-server | |
title: Visual Studio Code - Web (code-server) | |
description: An open source distribution of Visual Studio Code as a cloud IDE | |
icon: https://raw.githubusercontent.com/sr229/discord-open-source/master/logos/code-server.svg | |
category: Editor | |
repository: https://github.com/cdr/code-server | |
firstPublicationDate: "2019-09-08" | |
spec: | |
endpoints: | |
- name: "code-server" | |
public: true | |
targetPort: 8080 | |
attributes: | |
protocol: http | |
secure: true | |
cookiesAuthEnabled: true | |
type: ide | |
discoverable: false | |
- name: "proxy-server" | |
public: true | |
targetPort: 8888 | |
attributes: | |
protocol: http | |
secure: false | |
type: http | |
discoverable: false | |
cookiesAuthEnabled: false | |
containers: | |
- name: code-server | |
image: "docker.io/jjeskens/dev-env@sha256:68ab154a2b9392768e8141176d195daa5cfc7d4e90f71bcfb644b1c03968a05b" | |
mountSources: true | |
args: ["$(CHE_PROJECTS_ROOT)"] | |
ports: | |
- exposedPort: 8080 | |
- exposedPort: 8888 | |
memoryLimit: "2048M" | |
volumes: | |
- mountPath: /home/coder/.local/share/code-server | |
name: user-data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
generateName: netspend- | |
name: my-project | |
projects: | |
- name: angular-realworld-example-app | |
source: | |
location: 'https://github.com/gothinkster/angular-realworld-example-app' | |
type: git | |
components: | |
- type: cheEditor | |
reference: >- | |
https://gist.githubusercontent.com/joeljeske/63f3474f5a8184642daff1d511adee2b/raw/9f779c9fa835f0072956612af8c273eb6d5e9a1c/coder-meta.yml | |
alias: coder | |
apiVersion: 1.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v2 | |
publisher: serjs | |
name: socks-proxy | |
version: 0.0.2 | |
type: Network Plugin | |
displayName: SOCKS5 Proxy | |
title: SOCKS5 Proxy Network Server | |
description: A SOCKS5 Proxy to enable easy network use of the environment | |
icon: https://raw.githubusercontent.com/sr229/discord-open-source/master/logos/code-server.svg | |
category: Other | |
repository: https://github.com/serjs/socks5-server | |
firstPublicationDate: "2018-04-24" | |
spec: | |
endpoints: | |
- name: "socks5-server" | |
public: true | |
targetPort: 1080 | |
attributes: | |
protocol: tcp | |
containers: | |
- name: code-server | |
image: "docker.io/serjs/go-socks5-proxy@sha256:94b1742e31aaf468470b0b4584f711e537037159c8509da03efb1a3358e68a16" | |
memoryLimit: "1024M" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v2 | |
publisher: sameersbn | |
name: squid-proxy | |
version: 0.0.2 | |
type: Che Plugin | |
displayName: HTTP Proxy | |
title: HTTP Squid Proxy Network Server | |
description: A HTTP Proxy to enable easy network use of the environment | |
icon: https://raw.githubusercontent.com/sr229/discord-open-source/master/logos/code-server.svg | |
category: Other | |
repository: https://github.com/sameersbn/docker-squid | |
firstPublicationDate: "2015-08-30" | |
spec: | |
endpoints: | |
- name: "http-server" | |
public: true | |
targetPort: 3128 | |
cookiesAuthEnabled: true | |
secure: true | |
attributes: | |
protocol: http | |
containers: | |
- name: squid-proxy | |
image: "docker.io/sameersbn/squid@sha256:f7c76d74cb603827094453699663bb086227f4e7e44a981595dfe0b7386b606b" | |
memoryLimit: "1024M" | |
volumes: | |
- mountPath: /var/spool/squid | |
name: squid-cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment