Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev to master periodic update #710

Merged
merged 6 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/documentation/dashboard/deploy/node_finder.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ To see only gateway nodes, enable **Gateways** in the filters.

Dedicated machines are 3Nodes that can be reserved and rented entirely by one user. The user can thus reserve an entire node and use it exclusively to deploy solutions. This feature is ideal for users who want to host heavy deployments with the benefits of high reliability and cost effectiveness.

To see only dedicated nodes, enable **Dedicated Nodes** in the filters.
To see only dedicated nodes, that are either rented by you or rentable, enable **Dedicated Nodes** in the filters.

![](../img/dashboard_node_finder_dedicated.png)

### Reservation

When you have decided which node to reserve, you can easily rent it from the Node Finder page.
When you have decided which node to reserve, you can easily rent it from the `Node Finder` page. You can also rent a dedicated node directly on a deployment page available from the main sections `Virtual Machines`, `Orchestrators` or `Applications`.

To reserve a node, simply click on `Reserve` on the node row.

Expand Down
Binary file not shown.
37 changes: 18 additions & 19 deletions src/documentation/dashboard/solutions/add_domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ We cover the overall process to add a domain to a virtual machine running on the
- Deploy a virtual machine
- Click on the button **Manage Domains** under **Actions**

![](../img/add_domain_6.png)
![](./img/add_domain_6.png)

- Open the **Add New Domain** tab

![](../img/add_domain_10.png)
![](./img/add_domain_10.png)

## Add New Domain

We cover the different domain parameters presented in the **Add New Domain** tab.
There are different parameters to fill in to add a new domain.

![](./img/add_domain_12.png)

- **Subdomain**
- The subdomain is used to reference to the complete domain name. It is randomly generated, but the user can write a specific subdomain name.
Expand All @@ -26,13 +28,11 @@ We cover the different domain parameters presented in the **Add New Domain** tab
- Twin ID (e.g. **3748**)
- Deployment name (e.g. **domainguide**)
- The complete subdomain is thus composed of the subdomain prefix mentioned above and the subdomain entered in the **Subdomain** field.
- **Custom domain name**
- **Custom Domain**
- You can also use a custom domain.
- In this case, instead of having a gateway subdomain and a gateway name as your domain, the domain will be the custom domain entered in this field.
- If you select **Custom domain**, make sure to set a DNS A record pointing to the gateway IP address on your domain name registrar.

![Custom Domain Name](../img/add_domain_8.png)

- **Select domain**
- Choose a gateway for your domain.

Expand All @@ -44,21 +44,24 @@ We cover the different domain parameters presented in the **Add New Domain** tab
- Disabling TLS passthrough will let the gateway terminate the traffic.
- Enabling TLS passthrough will let the backend service terminate the traffic.

- **Network Name**
- This is the name of the WireGuard interface network (read-only field).
- **Supported Interfaces**
- You can select the network interface. Note that you will only see the network(s) provided when you deployed the VM.
- `WireGuard`
- `Public IPv4`
- `Planetary`
- `Mycelium`
- `Public IPv6`

- **IP Address**
- This is the WireGuard IP address (read-only field).

Once you've filled the domain parameters, click on the **Add** button. The message **Successfully deployed gateway** will be presented once the domain is properly added.

![Success Domain](../img/add_new_domain_success.png)
![Success Domain](./img/add_new_domain_success.png)

## Domains List

Once your domain is set, you can access the **Domains List** tab to consult its parameters. To visit the domain, simply click on the **Visit** button under **Actions**.

![List Domain For VM](../img/add_domain_9.png)
![List Domain For VM](./img/add_domain_9.png)

* **Name**
* The name is the subdomain (without the prefix)
Expand All @@ -75,7 +78,7 @@ Once your domain is set, you can access the **Domains List** tab to consult its
* **TLS Passthrough**
* The TLS passthrough status can be either **Yes** or **No**.
* **Backend**
* The WireGuard IP and the chosen port of the domain (e.g. `http://10.20.4.2:80`).
* The network IP and the chosen port of the domain.
* **Status**
* **OK** is displayed when the domain is properly set.
* **Actions**
Expand All @@ -87,10 +90,6 @@ At all time, you can click on **Reload** to reload the Domains List parameters.

To delete a domain, open the **Manage Domains** window, in the tab **Domains lists** select the domain you wish to delete and click **Delete**.

![Select To Delete Domain](../img/add_domain_11.png)

By clicking the **Delete** button, the deletion will start and the domain will be deleted from this virtual machine.

## Questions and Feedback
![Select To Delete Domain](./img/add_domain_11.png)

If you have any questions, you can ask the ThreeFold community for help on the [ThreeFold Forum](http://forum.threefold.io/) or on the [ThreeFold Grid Tester Community](https://t.me/threefoldtesting) on Telegram.
By clicking the **Delete** button, the deletion will start and the domain will be deleted from this virtual machine.
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/caprover.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Use the Leader and Workers tabs to add nodes to your deployment.
- Or choose a **Custom** plan
- Choose the network
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the node
- Automated
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/casper.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ __Process__ :
- `Public IPv4` flag gives the virtual machine a Public IPv4
- `Mycelium` flag gives the virtual machine a Mycelium address

- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/discourse.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- Choose the network
- `Public IPv4` flag gives the virtual machine a Public IPv4
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
4 changes: 2 additions & 2 deletions src/documentation/dashboard/solutions/fullVm.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Deploy a new full virtual machine on the Threefold Grid
- `Mycelium` 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)
- `Dedicated` flag to retrieve only dedicated nodes
- To deploy a Full VM with GPU, you first need to [rent a dedicated node](../deploy/node_finder.md#dedicated-nodes)
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Country`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/funkwhale.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ __Process__ :
- Choose the network
- `Public IPv4` flag gives the virtual machine a Public IPv4
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/gitea.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- `Planetary Network` flag gives the virtual machine an Yggdrasil address
- `Mycelium` flag gives the virtual machine a Mycelium address

- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the node
- Automated
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/documentation/dashboard/solutions/img/domains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/documentation/dashboard/solutions/img/domains_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ __Process__ :
- `Public IPv6` flag gives the virtual machine a Public IPv6
- `Planetary Network` flag gives the virtual machine an Yggdrasil address
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/jitsi.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Jitsi Meet is a set of Open Source projects which empower users to use and deplo
- `Public IPv6` flag gives the virtual machine a Public IPv6
- `Planetary Network` flag gives the virtual machine an Yggdrasil address
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node

Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/mattermost.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- Choose the network
- `Public IPv4` flag gives the virtual machine a Public IPv4
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/nextcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you're not sure and just want the easiest, most affordable option, skip the p
- Choose the network
- `Public IPv4` flag gives the virtual machine a Public IPv4
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/nodepilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is a simple instance of upstream [Node Pilot](https://nodepilot.tech).
- 256 MB of memory
- 15 GB of storage

- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes

- Choose the location of the node
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/nostr.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- `Planetary Network` flag gives the virtual machine an Yggdrasil address
- `Mycelium` flag gives the virtual machine a Mycelium address

- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the node
- Automated
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/owncloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- Or choose a **Custom** plan
- Choose the network
- `Public IPv4` flag gives the virtual machine a Public IPv4
- Enable the `Dedicated` flag to retrieve only dedicated nodes
- Enable the `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- Enable the `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/peertube.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- Or choose a **Custom** plan
- Choose the network
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/presearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- `Planetary Network` to connect the Virtual Machine to Planetary network
- `Mycelium` flag gives the virtual machine a Mycelium address

- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/static_website.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Static Website is an application where a user provides a GitHub repository URL f
- Choose the network
- `Public IPv4` flag gives the virtual machine a Public IPv4
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/subsquid.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Or choose a **Custom** plan
- Choose the network
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/taiga.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- Choose the network
- `Public IPv4` flag gives the virtual machine a Public IPv4
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/tfrobot.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- `Planetary Network` to connect the Virtual Machine to Planetary network
- `Mycelium` to enable Mycelium on the virtual machine
- `Wireguard Access` to add a wireguard access to the Virtual Machine
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/umbrel.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- `Planetary Network` to connect the Virtual Machine to Planetary network
- `Mycelium` to enable Mycelium on the virtual machine
- `Wireguard Access` to add a wireguard access to the Virtual Machine
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ __Process__ :
- `Mycelium` to enable Mycelium on the virtual machine
- `Wireguard Access` to add a wireguard acces to the Virtual Machine
- `GPU` flag to add GPU to the Virtual machine
- `Dedicated` flag to retrieve only dedicated nodes
- `Dedicated` flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/dashboard/solutions/wordpress.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ In this section, we cover the steps to deploy a WordPress instance on the Playgr
- Choose the network
- `Public IPv4` flag gives the virtual machine a Public IPv4
- `Mycelium` to enable Mycelium on the virtual machine
- **Dedicated** flag to retrieve only dedicated nodes
- **Dedicated** flag to retrieve only [dedicated nodes](../deploy/node_finder.md#dedicated-nodes) (rentable or rented by you)
- **Certified** flag to retrieve only certified nodes
- Choose the location of the node
- **Country**
Expand Down
Loading