Asher
Asher
From the description it seems that Authentik is the one doing the redirection so I am not sure how code-server is affecting this. Interesting that it redirects to the service...
Thank you for the information! I used it to get everything set up but the redirect worked correctly for me so I think your configuration must be good. Could you...
I wonder if we should say `vCPU`? I see that terminology in Google Cloud and AWS.
I'm not too familiar with `asExternalUri` but this might mean there's something missing in our implementation. We'll need to dig further.
Awesome, that sounds like a really good workaround. I'm thinking we should leave the issue open until we fix `asExternalUri` since it would be ideal to have parity with local...
GitHub seems to have ignored my email response so I will paste it below, apologies if it does eventually come in and the comment gets duplicated: ---- I love the...
Awesome work! I love your comments; very thorough and made it super easy to understand the rationale. > I think I still need to add something so that the NPM...
Ohh I see in your PR description you are doing it there because it runs after `yarn --production`. Hmm...
Maybe we could just add `yarn --production` to `build-release.sh` and it would not take too much longer since it only needs to remove files (but I have no idea how...
> We need the node_modules to be populated Oh right we have no Node modules at all at that stage, we would need to remove that whole `KEEP_MODULES` behavior and...