Gitpod
Everything related to my cloud-based dev enviroment.
Docker imaging article
- Here explains a lil bit of how can we set a custom docker image for our Gitpod workspace.
- This article shows how can we have a fully working remote Desktop running on a Gitpod instance.
- All That Developers Need Is a Browser
GPG Signing
I like to have my commits with the "Verified" status on github and gitlab ;)
To do so, we need to generate a GPGKey, add to your git provider set GitPod to use it.
Follow this guide to get your GPG Key.
Add the private GPGKey (result from $GPGKEY_PK) to Gitpod as a environment var
Head to this url and add a new env var with the parameters:
- Name: GPGKEY
- Value: <GPGKEY>
- Scope: */*
3 - Create a dotfile repository with the setup.sh and set gitpod to use it
Here you should set your dotfiles repository address.
Refs
- Setup.sh dotfile
- GitLab article on how to GPG commit sign
- Adangel article 'bout gitpod gpg git
- Gitpod dotfiles
//TODO improve