Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdecker-mobilecomputing/gitpodconfig

Own configuration for workspaces at gitpod.io
https://github.com/mdecker-mobilecomputing/gitpodconfig

docker gitpod

Last synced: 2 days ago
JSON representation

Own configuration for workspaces at gitpod.io

Awesome Lists containing this project

README

        

# Repo mit eigener GitPod-Konfiguration #


Durch Aufruf der folgenden URL wird ein neuer Gitpod-Workspace mit der Konfiguration in diesem Repo angelegt:
```
https://gitpod.io/#https://github.com/MDecker-MobileComputing/GitpodConfig
```


Offizielle Doku, um eigenen Gitpod-Container mit Java zu erstellen: https://www.gitpod.io/docs/introduction/languages/java


Änderungen in der Konfiguration werden erst für neue Workspace wirksam.


Die Datei [.gitpod.yml](.gitpod.yml) referenziert das Dockerfile mit den eigentlichen Konfiguration.
Weitere Konfigurationsmöglichkeiten in der `.gidpo.yml`: https://www.gitpod.io/docs/references/gitpod-yml#.gitpod.yml


Eigenes Beispiel für einen eigenen Task: siehe [hier](https://github.com/MDecker-MobileComputing/ssh2rpi/blob/8c69b88c6ec82df80343aa81a35ca3223d4b5058/.gitpod.yml#L4-L12)