-
Couldn't load subscription status.
- Fork 62
feat(jetbrains-gateway): add releases_base_link/download_base_link variables #333
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you for the contribution.
Could you also add some instructions in README.md on how one can set up custom jetbrains hosting?
Also, please take a look at failing tests and bump the version using ./scripts/update-version.sh
| ### Custom base link | ||
|
|
||
| ```tf | ||
| module "jetbrains_gateway" { | ||
| source = "registry.coder.com/modules/jetbrains-gateway/coder" | ||
| version = "1.0.21" | ||
| agent_id = coder_agent.example.id | ||
| agent_name = "example" | ||
| folder = "/home/coder/example" | ||
| jetbrains_ides = ["GO", "WS"] | ||
| releases_base_link = "https://releases.internal.site/" | ||
| download_base_link = "https://download.internal.site/" | ||
| default = "GO" | ||
| } | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. This example is helpful. But can you also add on how one can set up internal serving for JetBrains IDEs? Thanks
|
Hi @kerwin612, could you run |
In offline mode, the currently configured offline download address will be overridden by the parameters of jetbrains-gateway(jetbrains-gateway://connect#......&ide_download_link=https://download.jetbrains.com/idea/ideaIU-XXX.tar.gz).