manual, set internal collections to filename.md template
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
|
||||
In this Threefold Guide, we show how easy it is to deploy a full VM and access Cockpit, a web-based interface to manage servers. For more information on Cockpit, visit this [link](https://cockpit-project.org/).
|
||||
|
||||
For more information on deploying a full VM and using SSH remote connection, read [this SSH guide](../../ssh_guide/ssh_guide.md).
|
||||
For more information on deploying a full VM and using SSH remote connection, read [this SSH guide](ssh_guide.md).
|
||||
|
||||
If you are new to the Threefold ecosystem and you want to deploy workloads on the Threefold Grid, read the [Get Started section](../../tfgrid3_getstarted.md) of the Threefold Manual.
|
||||
If you are new to the Threefold ecosystem and you want to deploy workloads on the Threefold Grid, read the [Get Started section](tfgrid3_getstarted.md) of the Threefold Manual.
|
||||
|
||||
Note that the two sections [Change the Network System Daemon](#change-the-network-system-daemon) and [Set a Firewall](#set-a-firewall) are optional. That being said, they provide more features and security to the deployment.
|
||||
|
||||
@@ -27,7 +27,7 @@ Note that the two sections [Change the Network System Daemon](#change-the-networ
|
||||
|
||||
## Deploy a Full VM and Create a Root-Access User
|
||||
|
||||
To start, you must [deploy and SSH into a full VM](../../ssh_guide/ssh_guide.md).
|
||||
To start, you must [deploy and SSH into a full VM](ssh_guide.md).
|
||||
|
||||
* Go to the [Threefold dashboard](https://dashboard.grid.tf/#/)
|
||||
* Deploy a full VM (e.g. Ubuntu 22.04)
|
||||
|
@@ -21,9 +21,9 @@ The Apache Guacamole instance has a two-factor authorization to give further sec
|
||||
|
||||
With Apache Guacamole, a user can access different deployments and command servers remotely, with desktop access.
|
||||
|
||||
This guide can be done on a Windows, MAC, or Linux computer. For more information on deploying a full VM and using SSH remote connection, read this [SSH guide](../../ssh_guide/ssh_guide.md).
|
||||
This guide can be done on a Windows, MAC, or Linux computer. For more information on deploying a full VM and using SSH remote connection, read this [SSH guide](ssh_guide.md).
|
||||
|
||||
If you are new to the Threefold ecosystem and you want to deploy workloads on the Threefold Grid, read the [Get Started section](../../tfgrid3_getstarted.md) of the Threefold Manual.
|
||||
If you are new to the Threefold ecosystem and you want to deploy workloads on the Threefold Grid, read the [Get Started section](tfgrid3_getstarted.md) of the Threefold Manual.
|
||||
|
||||
|
||||
|
||||
|
@@ -6,6 +6,6 @@ If you have any questions, or if you would like to see a specific guide on remot
|
||||
|
||||
<h2>Table of Contents</h2>
|
||||
|
||||
- [Cockpit: a Web-based Graphical Interface for Servers](./cockpit_guide/cockpit_guide.md)
|
||||
- [XRDP: an Open-Source Remote Desktop Procol](./xrdp_guide/xrdp_guide.md)
|
||||
- [Apache Guacamole: a Clientless Remote Desktop Gateway.](./guacamole_guide/guacamole_guide.md)
|
||||
- [Cockpit: a Web-based Graphical Interface for Servers](cockpit_guide.md)
|
||||
- [XRDP: an Open-Source Remote Desktop Procol](xrdp_guide.md)
|
||||
- [Apache Guacamole: a Clientless Remote Desktop Gateway.](guacamole_guide.md)
|
||||
|
@@ -18,9 +18,9 @@ We access Ubuntu with a desktop environment to offer a graphical user interface
|
||||
|
||||
This guide can be done on a Windows, MAC, or Linux computer. The only difference will be in the Remote Desktop app. The steps are very similar.
|
||||
|
||||
For more information on deploying a full VM and using SSH remote connection, read this [SSH guide](../../ssh_guide/ssh_guide.md).
|
||||
For more information on deploying a full VM and using SSH remote connection, read this [SSH guide](ssh_guide.md).
|
||||
|
||||
If you are new to the Threefold ecosystem and you want to deploy workloads on the Threefold Grid, read the [Get Started section](../../tfgrid3_getstarted.md) of the Threefold Manual.
|
||||
If you are new to the Threefold ecosystem and you want to deploy workloads on the Threefold Grid, read the [Get Started section](tfgrid3_getstarted.md) of the Threefold Manual.
|
||||
|
||||
|
||||
|
||||
|
@@ -4,7 +4,7 @@ SSH is a secure protocol used as the primary means of connecting to Linux server
|
||||
|
||||
<h2> Table of Contents </h2>
|
||||
|
||||
- [SSH with OpenSSH](./ssh_openssh.md)
|
||||
- [SSH with PuTTY](./ssh_putty.md)
|
||||
- [SSH with WSL](./ssh_wsl.md)
|
||||
- [WireGuard Access](./ssh_wireguard.md)
|
||||
- [SSH with OpenSSH](ssh_openssh.md)
|
||||
- [SSH with PuTTY](ssh_putty.md)
|
||||
- [SSH with WSL](ssh_wsl.md)
|
||||
- [WireGuard Access](ssh_wireguard.md)
|
@@ -20,7 +20,7 @@
|
||||
|
||||
# Introduction
|
||||
|
||||
In this Threefold Guide, we show how easy it is to deploy a full virtual machine (VM) and SSH into a 3Node with [OpenSSH](https://www.openssh.com/) on Linux, MAC and Windows with both an IPv4 and a Planetary Network connection. To connect to the 3Node with WireGuard, read [this documentation](./ssh_wireguard.md).
|
||||
In this Threefold Guide, we show how easy it is to deploy a full virtual machine (VM) and SSH into a 3Node with [OpenSSH](https://www.openssh.com/) on Linux, MAC and Windows with both an IPv4 and a Planetary Network connection. To connect to the 3Node with WireGuard, read [this documentation](ssh_wireguard.md).
|
||||
|
||||
To deploy different workloads, the SSH connection process should be very similar.
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
In this Threefold Guide, we show how to set up [WireGuard](https://www.wireguard.com/) to access a 3Node deployment with an SSH connection.
|
||||
|
||||
Note that WireGuard provides the connection to the 3Node deployment. It is up to you to decide which SSH client you want to use. This means that the steps to SSH into a 3Node deployment will be similar to the steps proposed in the guides for [Open-SSH](./ssh_openssh.md), [PuTTy](ssh_putty.md) and [WSL](./ssh_wsl.md). Please refer to [this documentation](./ssh_guide.md) if you have any questions concerning SSH clients. The main difference will be that we connect to the 3Node deployment using a WireGuard connection instead of an IPv4 or a Planetary Network connection.
|
||||
Note that WireGuard provides the connection to the 3Node deployment. It is up to you to decide which SSH client you want to use. This means that the steps to SSH into a 3Node deployment will be similar to the steps proposed in the guides for [Open-SSH](ssh_openssh.md), [PuTTy](ssh_putty.md) and [WSL](ssh_wsl.md). Please refer to [this documentation](ssh_guide.md) if you have any questions concerning SSH clients. The main difference will be that we connect to the 3Node deployment using a WireGuard connection instead of an IPv4 or a Planetary Network connection.
|
||||
|
||||
|
||||
|
||||
@@ -28,15 +28,15 @@ Note that WireGuard provides the connection to the 3Node deployment. It is up to
|
||||
Make sure to [read the introduction](../tfgrid3_getstarted.md#get-started---your-first-deployment) before going further.
|
||||
|
||||
* SSH client of your choice
|
||||
* [Open-SSH](./ssh_openssh.md)
|
||||
* [Open-SSH](ssh_openssh.md)
|
||||
* [PuTTy](ssh_putty.md)
|
||||
* [WSL](./ssh_wsl.md)
|
||||
* [WSL](ssh_wsl.md)
|
||||
|
||||
|
||||
|
||||
# Deploy a Weblet with WireGuard Access
|
||||
|
||||
For this guide on WireGuard access, we deploy a [Full VM](../../../dashboard/solutions/fullVm.md). Note that the whole process is similar with other types of ThreeFold weblets on the Dashboard.
|
||||
For this guide on WireGuard access, we deploy a [Full VM](fullVm.md). Note that the whole process is similar with other types of ThreeFold weblets on the Dashboard.
|
||||
|
||||
* On the [Threefold Dashboard](https://dashboard.grid.tf/), go to: Deploy -> Virtual Machines -> Full Virtual Machine
|
||||
* Choose the parameters you want
|
||||
|
@@ -8,11 +8,11 @@ It's easy to get started on the TFGrid and deploy applications.
|
||||
- [Get TFT](threefold_token@@buy_sell_tft)
|
||||
- [Bridge TFT to TChain](threefold_token@@tft_bridges)
|
||||
- [Deploy an Application](dashboard@@deploy)
|
||||
- [SSH Remote Connection](./ssh_guide/ssh_guide.md)
|
||||
- [SSH with OpenSSH](./ssh_guide/ssh_openssh.md)
|
||||
- [SSH with PuTTY](./ssh_guide/ssh_putty.md)
|
||||
- [SSH with WSL](./ssh_guide/ssh_wsl.md)
|
||||
- [SSH and WireGuard](./ssh_guide/ssh_wireguard.md)
|
||||
- [SSH Remote Connection](ssh_guide.md)
|
||||
- [SSH with OpenSSH](ssh_openssh.md)
|
||||
- [SSH with PuTTY](ssh_putty.md)
|
||||
- [SSH with WSL](ssh_wsl.md)
|
||||
- [SSH and WireGuard](ssh_wireguard.md)
|
||||
|
||||
## Grid Platforms
|
||||
|
||||
@@ -21,11 +21,11 @@ It's easy to get started on the TFGrid and deploy applications.
|
||||
|
||||
## TFGrid Services and Resources
|
||||
|
||||
- [TFGrid Services](./tfgrid_services/tf_grid_services_readme.md)
|
||||
- [TFGrid Services](tf_grid_services_readme.md)
|
||||
|
||||
## Advanced Deployment Techniques
|
||||
|
||||
- [Advanced Topics](../advanced/advanced.md)
|
||||
- [Advanced Topics](advanced.md)
|
||||
|
||||
***
|
||||
|
||||
|
@@ -1,13 +1,13 @@
|
||||
# TFGrid 3.0 Whats There To Know
|
||||
|
||||
- [Storage Concepts](./tfgrid3_storage_concepts.md)
|
||||
- [Network Concepts](./tfgrid3_network_concepts.md)
|
||||
- [Storage Concepts](tfgrid3_storage_concepts.md)
|
||||
- [Network Concepts](tfgrid3_network_concepts.md)
|
||||
|
||||
## Networking
|
||||
|
||||
### Private network (ZNET)
|
||||
|
||||
For a project that needs a private network, we need a network that can span across multiple nodes, this can be achieved by the network workload reservation [Network](/getstarted/tfgrid3_network_concepts.md)
|
||||
For a project that needs a private network, we need a network that can span across multiple nodes, this can be achieved by the network workload reservation [Network](tfgrid3_network_concepts.md)
|
||||
|
||||
### Planetary network
|
||||
|
||||
@@ -35,7 +35,7 @@ As a user, you have two options
|
||||
|
||||
## Compute
|
||||
|
||||
VM workload is the only workload that you will need to run a full blown VM or an [flist-based](/flist_hub/flist_hub.md) container
|
||||
VM workload is the only workload that you will need to run a full blown VM or an [flist-based](flist_hub.md) container
|
||||
|
||||
### How can I create an flist?
|
||||
|
||||
@@ -54,5 +54,5 @@ You can easily check using [explorer-ui](dashboard@@explorer_home) , also to pla
|
||||
|
||||
## Getting started
|
||||
|
||||
Please check [Getting started](/getstarted/tfgrid3_getstarted.md) to get the necessary software / configurations
|
||||
Please check [Getting started](tfgrid3_getstarted.md) to get the necessary software / configurations
|
||||
|
||||
|
Reference in New Issue
Block a user