Diranged
CCoder.com
•Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
done
26 replies
CCoder.com
•Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
@Phorcys is your team able to review https://github.com/coder/modules/pull/452?
26 replies
CCoder.com
•Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
right now we're just running off this branch - and it seems to be working.. feel free to add comments and i can make adjustments
26 replies
CCoder.com
•Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
26 replies
CCoder.com
•Created by Diranged on 4/25/2025 in #help
Users redirected to Login page periodically...
This is incredibly frustrating for users... Here's an example of what just happened to me.
1. 6:42:06 - I logged in with a window and started poking around.
2. 6:42:37 - I used another window to go to the same endpoint... and I got prompted to log in! Why?
Looking at the logs, we can see the order of operations:
I got logged it looks like due to a postgres connection error:
pq: unable to read message kind
7 replies
CCoder.com
•Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
@Phorcys Mornin... I've started a branch at https://github.com/coder/modules/compare/main...diranged:jetbrains_arm64 that seems like it works (in terms of installing the architecture appropriate code on the nodes). Before I try to polish anything, does this look vaguely correct? Or would your team want it to look different?
26 replies
CCoder.com
•Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
OK - that's great to know. If I get time next week, I'll try to work on that.. I wasn't aware it was that easy to fork these repos and improve them. Thank you.
26 replies
CCoder.com
•Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
It's not as simple as forking the module to a new public repo and then somehow pointing my
main.tf
at it, right?26 replies
CCoder.com
•Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
I wouldn't mind contributing - except that it's not clear to me how to write and test our own forked version of a terraform module. Sorry, terraform is not our typical toolkit here (we're more of a CDK/CloudFormation/native K8S shop)...
26 replies
CCoder.com
•Created by Diranged on 4/13/2025 in #help
How to use External Auth to pull down Github NPM packages?
Github simply doesn't support it... pretty terrible to be honest.
10 replies
CCoder.com
•Created by Diranged on 4/13/2025 in #help
How to use External Auth to pull down Github NPM packages?
No - you cannot. 😦
10 replies
CCoder.com
•Created by Diranged on 4/13/2025 in #help
How to use External Auth to pull down Github NPM packages?
After digging for a while - and talking to Github - I discovered that the ONLY tokens that are allowed to make calls to their NPM service are PATs. Nothing else. No Github-App generated tokens. 😦
10 replies