You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,20 @@ This project enables you to create and configure network and compute resources o
29
29
30
30
Under *Stack Information* (the first screen), check the box *I have reviewed and accept the Oracle Terms of Use*. Once that box is checked, the information for the stack will be populated automatically.
31
31
32
-
3. Click **Next** at the bottom of the screen. This will take you to the **Configure Variables** page. On this page you can optionally provide/change these variables:
33
-
-**Compartment** (_optional_): select the compartment where do you want to deploy the stack
32
+
3. Click **Next** at the bottom of the screen. This will take you to the **Configure Variables** page. On this page you can provide/change these variables:
33
+
-**Compartment**: select the compartment where do you want to deploy the stack
34
34
-**SSH public key** (_optional_): the key will allow you to login into the instance.
35
-
-**Instance Name** (_optional_): Name of the instance [_default: oci-code-server_]
36
-
-**Shape** (_optional_): Instance shape [_default: VM.Standard.E4.Flex_]. If you want your Compute instance to function after your Free Trial ends, check the box for an Always Free Shape.
37
-
-**OCPUs number** (_optional_): Only if you have selected a Flex shape [_default: 1_]
38
-
35
+
-**Use Always Free eligible shape**:
36
+
If checked, the Always Free shape (_VM.Standard.E2.1.Micro_) is used. Make sure you are in a region where this Always Free shape is available
37
+
If not checked:
38
+
- **Instance Shape**: (_optional_): select the shape that will be used for the VM [default: _VM.Standard.E4.Flex_]
39
+
-**Availability Domain**: select the Availability Domain (AD) you want the instance to be deployed to. If you have checked Always Free, make sure to select the Always Free elegible AD.
40
+
-***Show Advanced***
41
+
-**Instance Name** (_optional_): Name of the instance [_default: oci-code-server_]
42
+
-**Flex Instance OCPUs number** (_optional_): Only if you have selected a Flex shape, you can select the number of OCPUs to assign to the flexible shape. [_default: 1_]
43
+
44
+
45
+
39
46
Then click **Next** again.
40
47
41
48
4. On the **Review** page, be sure *Run Apply* is checked, and click **Create**.
@@ -50,6 +57,11 @@ For more information about `code-server`:
The code-server instance is launched with the `--link `[flag](https://coder.com/docs/code-server/latest/link) to provide authentication through GitHub, TLS and a dedicated URL for accessing your VS Code. This feature presents some issues when you try to connect from a different geographic region than the one the instance is running and you encounter an error after the GitHub authentication. Current workaround is to use one of the other options provided by code-server guide to [expose it](https://github.com/coder/code-server/blob/main/docs/guide.md#expose-code-server):
62
+
- using [SSH port forwarding](https://github.com/coder/code-server/blob/main/docs/guide.md#port-forwarding-via-ssh)
63
+
- using [Let's Encrypt](https://letsencrypt.org/) with [Caddy](https://github.com/coder/code-server/blob/main/docs/guide.md#using-lets-encrypt-with-caddy) or [NGINX](https://github.com/coder/code-server/blob/main/docs/guide.md#using-lets-encrypt-with-nginx)
64
+
53
65
## Contributing
54
66
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open source community.
0 commit comments