restructured manual
@@ -43,7 +43,7 @@ Deploy a new full virtual machine on the Threefold Grid
|
||||
- `Myceluim` to enable mycelium on the virtual machine
|
||||
- `Wireguard Access` to add a wireguard access to the Virtual Machine
|
||||
- `GPU` flag to add GPU to the Virtual machine
|
||||
- To deploy a Full VM with GPU, you first need to [rent a dedicated node](../../dashboard/deploy/node_finder.md#dedicated-nodes)
|
||||
- To deploy a Full VM with GPU, you first need to [rent a dedicated node](../../dashboard/deploy/dedicated_machines.md)
|
||||
- `Dedicated` flag to retrieve only dedicated nodes
|
||||
- `Certified` flag to retrieve only certified nodes
|
||||
- Choose the location of the node
|
Before Width: | Height: | Size: 263 KiB After Width: | Height: | Size: 263 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -63,6 +63,7 @@ If you're not sure and just want the easiest, most affordable option, skip the p
|
||||
* **Recommended**: {cpu: 4, memory: 16gb, diskSize: 1000gb }
|
||||
* Or choose a **Custom** plan
|
||||
* If want to reserve a public IPv4 address, click on Network then select **Public IPv4**
|
||||
* If you want a [dedicated](../deploy/dedicated_machines.md) and/or a certified node, select the corresponding option
|
||||
* Choose the location of the node
|
||||
* `Country`
|
||||
* `Farm Name`
|
||||
|
@@ -1,53 +0,0 @@
|
||||
<h1> Static Website </h1>
|
||||
|
||||
<h2>Table of Contents </h2>
|
||||
|
||||
- [Introduction](#introduction)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Deployment](#deployment)
|
||||
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
||||
Static Website is an application where a user provides a GitHub repository URL for the files to be automatically served online using Caddy.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Make sure you have a [wallet](../wallet_connector.md)
|
||||
- From the sidebar click on **Applications**
|
||||
- Click on **Static Website**
|
||||
|
||||
## Deployment
|
||||
|
||||

|
||||
|
||||
- Enter an instance name
|
||||
|
||||
- Enter a GitHub repository URL that needs to be cloned
|
||||
|
||||
- Enter the title for the cloned repository
|
||||
|
||||
- Select a capacity package:
|
||||
|
||||
- **Small**: {cpu: 1, memory: 2 , diskSize: 50 }
|
||||
- **Medium**: {cpu: 2, memory: 4, diskSize: 100 }
|
||||
- **Large**: {cpu: 4, memory: 16, diskSize: 250 }
|
||||
- Or choose a **Custom** plan
|
||||
|
||||
- `Dedicated` flag to retrieve only dedicated nodes
|
||||
- `Certified` flag to retrieve only certified nodes
|
||||
- Choose the location of the node
|
||||
- `Region`
|
||||
- `Country`
|
||||
- `Farm Name`
|
||||
- Choose the node to deploy on
|
||||
- Note: You can select a specific node with manual selection
|
||||
- `Custom Domain` flag allows the user to use a custom domain
|
||||
- Choose a gateway node to deploy your static website
|
||||
|
||||
Once this is done, you can see a list of all of your deployed instances:
|
||||
|
||||

|
||||
|
||||
Click on the button **Visit** under **Actions** to go to your static website!
|