Skip to content

Add playable tracks to gitpod

Kasper Seweryn requested to merge wvffle/gitpod-music-catalog into develop

As noted in #1818 (closed), gitpod workspaces currently do not contain playable tracks. Turns out we have a repo that has some free music in it that we can import in gitpod.

I added an option to pass through VUE_APP_INSTANCE_URL variable from gitpod user settings to the docker container in case anyone wants to use a custom instance by default when creating a new workspace.

I've also added a small icon to the welcome message task in gitpod to make it more noticible.

Before:

image

After:

image

This Merge Request includes:

Merge request reports