gitpod icon indicating copy to clipboard operation
gitpod copied to clipboard

Establish an easy way to try IPFS in a preview or workspace-preview environment

Open utam0k opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe

We don't have a good way to check the behavior of IPFS, because we don't support for IPFS feature on preview env and workspace-preview.

Describe the behaviour you'd like

We can check it other than the production

Describe alternatives you've considered

Additional context

utam0k avatar Aug 10 '22 03:08 utam0k

You only need to execute

  • /usr/local/bin/ipfs-bootstrap.sh
  • kubectl apply -f /var/lib/gitpod/manifests/ipfs.yaml

both assets are included in the GCP VM image.

aledbf avatar Aug 12 '22 20:08 aledbf

@aledbf Thanks!!

utam0k avatar Aug 16 '22 01:08 utam0k