manual, set internal collections to filename.md template

This commit is contained in:
Mik-TF
2024-05-13 19:28:23 -04:00
parent 280652166f
commit 1836179a75
169 changed files with 709 additions and 709 deletions

View File

@@ -19,7 +19,7 @@
## Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Algorand**

View File

@@ -2,10 +2,10 @@
<h2> Table of Contents </h2>
- [Virtual Machines](./vm_intro.md)
- [Micro and Full VM Differences ](./vm_differences.md)
- [Full Virtual Machine](./fullVm.md)
- [Micro Virtual Machine](./vm.md)
- [Kubernetes](./k8s.md)
- [NixOS MicroVM](./nixos_micro.md)
- [Add a Domain](./add_domain.md)
- [Virtual Machines](vm_intro.md)
- [Micro and Full VM Differences ](vm_differences.md)
- [Full Virtual Machine](fullVm.md)
- [Micro Virtual Machine](vm.md)
- [Kubernetes](k8s.md)
- [NixOS MicroVM](nixos_micro.md)
- [Add a Domain](add_domain.md)

View File

@@ -38,7 +38,7 @@ It has following benefits :
## Requirements
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Orchestrators**
- Click on **CapRover**
@@ -161,5 +161,5 @@ Make sure that you've point a wildcard DNS entry to your CapRover IP address (e.
## How to Work with CapRover
* [CapRover Admin Tutorial](./caprover_admin.md)
* [CapRover Worker Tutorial](./caprover_worker.md)
* [CapRover Admin Tutorial](caprover_admin.md)
* [CapRover Worker Tutorial](caprover_worker.md)

View File

@@ -11,7 +11,7 @@
[Casper Network](https://casperlabs.io/) is a blockchain protocol built from the ground up to remain true to core Web3 principles and adapt to the needs of our evolving world.
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Casperlabs**

View File

@@ -11,7 +11,7 @@
[Discourse](https://www.discourse.org/) is the 100% open source discussion platform built for the next decade of the Internet. Use it as a mailing list, discussion forum, long-form chat room, and more!
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Discourse**

View File

@@ -21,7 +21,7 @@ We present the steps to deploy a full VM on the TFGrid.
Deploy a new full virtual machine on the Threefold Grid
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Full Virtual Machine**

View File

@@ -15,7 +15,7 @@ Funkwhale is a community-driven project that lets you listen and share music and
## Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Funkwhale**

View File

@@ -19,7 +19,7 @@ On the TF grid, Kubernetes clusters can be deployed out of the box. We have impl
## Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Kubernetes**

View File

@@ -14,7 +14,7 @@
## Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Mattermost**

View File

@@ -36,7 +36,7 @@ Nextcloud provides functionality similar to Dropbox, Office 365 or Google Drive
# Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Nextcloud**
@@ -63,7 +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
* If you want a [dedicated](dedicated_machines.md) and/or a certified node, select the corresponding option
* Choose the location of the node
* `Country`
* `Farm Name`

View File

@@ -26,7 +26,7 @@ For more information on Nix, you can read the [Nix Reference Manual](https://nix
* [Devnet](https://dashboard.dev.grid.tf)
* [QAnet](https://dashboard.qa.grid.tf)
* Make sure you have a [wallet](../wallet_connector.md)
* Make sure you have a [wallet](wallet_connector.md)
* From the sidebar click on **Solutions**
* Click on **Micro Virtual Machine** to start your NixOS MicroVM Deployment

View File

@@ -14,7 +14,7 @@ This is a simple instance of upstream [Node Pilot](https://nodepilot.tech).
## Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Node Pilot**

View File

@@ -19,7 +19,7 @@
## Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Solutions**
- Click on **ownCloud**

View File

@@ -14,7 +14,7 @@
## Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Peertube**

View File

@@ -18,7 +18,7 @@
## Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Presearch**

View File

@@ -4,26 +4,26 @@ This section provides a non-code easy way to deploy a whole solution on the TFGr
<h2>Table of Contents</h2>
- [Basic Environments](./basic_environments_readme.md)
- [Virtual Machines](./vm_intro.md)
- [Micro and Full VM Differences](./vm_differences.md)
- [Full Virtual Machine](./fullVm.md)
- [Micro Virtual Machine](./vm.md)
- [Kubernetes](./k8s.md)
- [NixOS MicroVM](./nixos_micro.md)
- [Ready Community Solutions](./ready_community_readme.md)
- [Caprover](./caprover.md)
- [Funkwhale](./funkwhale.md)
- [Peertube](./peertube.md)
- [Taiga](./taiga.md)
- [Owncloud](./owncloud.md)
- [Nextcloud](./nextcloud.md)
- [Discourse](./discourse.md)
- [Mattermost](./mattermost.md)
- [Presearch](./presearch.md)
- [CasperLabs](./casper.md)
- [Node Pilot](./nodepilot.md)
- [Subsquid](./subsquid.md)
- [Algorand](./algorand.md)
- [Wordpress](./wordpress.md)
- [Umbrel](./umbrel.md)
- [Basic Environments](basic_environments_readme.md)
- [Virtual Machines](vm_intro.md)
- [Micro and Full VM Differences](vm_differences.md)
- [Full Virtual Machine](fullVm.md)
- [Micro Virtual Machine](vm.md)
- [Kubernetes](k8s.md)
- [NixOS MicroVM](nixos_micro.md)
- [Ready Community Solutions](ready_community_readme.md)
- [Caprover](caprover.md)
- [Funkwhale](funkwhale.md)
- [Peertube](peertube.md)
- [Taiga](taiga.md)
- [Owncloud](owncloud.md)
- [Nextcloud](nextcloud.md)
- [Discourse](discourse.md)
- [Mattermost](mattermost.md)
- [Presearch](presearch.md)
- [CasperLabs](casper.md)
- [Node Pilot](nodepilot.md)
- [Subsquid](subsquid.md)
- [Algorand](algorand.md)
- [Wordpress](wordpress.md)
- [Umbrel](umbrel.md)

View File

@@ -14,7 +14,7 @@
## Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Subsquid**

View File

@@ -14,7 +14,7 @@
## Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Taiga**

View File

@@ -13,7 +13,7 @@
## Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Applications**
- Click on **Umbrel**

View File

@@ -16,7 +16,7 @@ We present the steps to deploy a micro VM on the TFGrid.
Deploy a new virtual machine on the Threefold Grid
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Solutions**
- Click on **Micro Virtual Machine**

View File

@@ -4,8 +4,8 @@ On the TFGrid, you can deploy both micro and full virtual machines.
<h2> Table of Contents </h2>
- [Micro and Full VM Differences ](./vm_differences.md)
- [Full Virtual Machine](./fullVm.md)
- [Micro Virtual Machine](./vm.md)
- [Nixos MicroVM](./nixos_micro.md)
- [Add a Domain](./add_domain.md)
- [Micro and Full VM Differences ](vm_differences.md)
- [Full Virtual Machine](fullVm.md)
- [Micro Virtual Machine](vm.md)
- [Nixos MicroVM](nixos_micro.md)
- [Add a Domain](add_domain.md)

View File

@@ -24,7 +24,7 @@
# Prerequisites
- Make sure you have a [wallet](../wallet_connector.md)
- Make sure you have a [wallet](wallet_connector.md)
- From the sidebar click on **Solutions**
- Click on **Wordpress**