how to get the code-server URL when a WorkSpace is created by API or CLI ?
Hi !
Here a new user to Coder.
Justr trying this product for a big development.
I am wondering about how to get the code-server URL when a WorkSpace is created by API or CLI ?
Solution:Jump to solution
If the name of code-server
coder_app
is code-server
you should be able to access it in the form of
https://<CODER_URL>/@<USERNAME>/<WORKSPACE_NAME>.<AGENT_NAME>/apps/code-server
...5 Replies
Solution
If the name of code-server
coder_app
is code-server
you should be able to access it in the form of
https://<CODER_URL>/@<USERNAME>/<WORKSPACE_NAME>.<AGENT_NAME>/apps/code-server
Thanks , it is any way to enter https://<CODER_URL>/@<USERNAME>/<WORKSPACE_NAME>.<AGENT_NAME>/apps/code-server bypassing Coder panel and login ? maybe SSO or Token ?
You should be able to using the token.
can't find in the docs @Atif
This is not explicitly in the docs but thats how coder_app URLs are formed.