jmls
jmls
the only real changes made so far is to replace the code with the 1.6 release ;)
I am trying to run in a docker container if that makes a difference .. do you have a working Dockerfile ?
couldn't you use traefik as a reverse proxy to manage this ? Run traefik as a docker container inside the gitpod workspace
one thought is to use it to rewrite the url / host so, you would call `localhost/tenant-a` and traefix would intercept the request and take the url and rewrite it...
which is why the "hostname" is set by traefik I'm sure there are several other options you could try https://doc.traefik.io/traefik/routing/routers/ if you want to try and consider this approach. Just...
is there anything done on this that we could use ? We desperately need a list of workspaces - would be more than happy to be a pre-alpha tester !
yeah, needing this asap ;)
is this plugin abandoned then ? That would be a shame
a month on .. is this project dead ? Are there any alternatives ? The problem is this : localhost is hardcoded into the connection. This obviously does not work...
nope, not using OS X - but I found the problem ;) Turns out that brackets-server requires either TMP or TEMP env variables to be set (I haven't figured out...