added back long summry.md info_grid

This commit is contained in:
mik-tf 2024-03-25 21:25:21 +00:00
parent bb2aa31e71
commit 409c04e439
1806 changed files with 377 additions and 51344 deletions

View File

@ -1,3 +1,379 @@
- [Introduction](intro/intro_readme.md)
- [Documentation](documentation/documentation.md)
- [Dashboard](documentation/dashboard/dashboard.md)
- [Wallet Connector](documentation/dashboard/wallet_connector.md)
- [TFGrid](documentation/dashboard/tfgrid/tfgrid.md)
- [Grid Status](documentation/dashboard/tfgrid/grid_status.md)
- [Node Statistics](documentation/dashboard/tfgrid/node_statistics.md)
- [Node Monitoring](documentation/dashboard/tfgrid/node_monitoring.md)
- [Deploy](documentation/dashboard/deploy/deploy.md)
- [Pricing Calculator](documentation/dashboard/deploy/pricing_calculator.md)
- [Node Finder](documentation/dashboard/deploy/node_finder.md)
- [Virtual Machines](documentation/dashboard/solutions/vm_intro.md)
- [Micro and Full VM Differences ](documentation/dashboard/solutions/vm_differences.md)
- [Full Virtual Machine](documentation/dashboard/solutions/fullVm.md)
- [Micro Virtual Machine](documentation/dashboard/solutions/vm.md)
- [Nixos MicroVM](documentation/dashboard/solutions/nixos_micro.md)
- [Add a Domain](documentation/dashboard/solutions/add_domain.md)
- [Orchestrators](documentation/dashboard/deploy/orchestrators.md)
- [Kubernetes](documentation/dashboard/solutions/k8s.md)
- [Caprover](documentation/dashboard/solutions/caprover.md)
- [Caprover Admin](documentation/dashboard/solutions/caprover_admin.md)
- [Caprover Worker](documentation/dashboard/solutions/caprover_worker.md)
- [Dedicated Machines](documentation/dashboard/deploy/dedicated_machines.md)
- [Applications](documentation/dashboard/deploy/applications.md)
- [Algorand](documentation/dashboard/solutions/algorand.md)
- [CasperLabs](documentation/dashboard/solutions/casper.md)
- [Discourse](documentation/dashboard/solutions/discourse.md)
- [Funkwhale](documentation/dashboard/solutions/funkwhale.md)
- [Mattermost](documentation/dashboard/solutions/mattermost.md)
- [Nextcloud](documentation/dashboard/solutions/nextcloud.md)
- [Node Pilot](documentation/dashboard/solutions/nodepilot.md)
- [ownCloud](documentation/dashboard/solutions/owncloud.md)
- [Peertube](documentation/dashboard/solutions/peertube.md)
- [Presearch](documentation/dashboard/solutions/presearch.md)
- [Subsquid](documentation/dashboard/solutions/subsquid.md)
- [Taiga](documentation/dashboard/solutions/taiga.md)
- [Umbrel](documentation/dashboard/solutions/umbrel.md)
- [WordPress](documentation/dashboard/solutions/wordpress.md)
- [Your Contracts](documentation/dashboard/deploy/your_contracts.md)
- [Images](documentation/dashboard/deploy/images.md)
- [SSH Keys](documentation/dashboard/deploy/ssh_keys.md)
- [Farms](documentation/dashboard/farms/farms.md)
- [Your Farms](documentation/dashboard/farms/your_farms.md)
- [Farm Finder](documentation/dashboard/farms/farms_finder.md)
- [Node Installer](documentation/dashboard/farms/node_installer.md)
- [Simulator](documentation/dashboard/farms/simulator.md)
- [TFChain](documentation/dashboard/tfchain/tfchain.md)
- [Your Profile](documentation/dashboard/tfchain/your_profile.md)
- [TF DAO](documentation/dashboard/tfchain/tf_dao.md)
- [TF Token Bridge](documentation/dashboard/tfchain/tf_token_bridge.md)
- [TF Token Transfer](documentation/dashboard/tfchain/tf_token_transfer.md)
- [TF Minting Reports](documentation/dashboard/tfchain/tf_minting_reports.md)
- [Developers](documentation/developers/developers.md)
- [Javascript Client](documentation/developers/javascript/grid3_javascript_readme.md)
- [Installation](documentation/developers/javascript/grid3_javascript_installation.md)
- [Loading Client](documentation/developers/javascript/grid3_javascript_loadclient.md)
- [Deploy a VM](documentation/developers/javascript/grid3_javascript_vm.md)
- [Capacity Planning](documentation/developers/javascript/grid3_javascript_capacity_planning.md)
- [Deploy Multiple VMs](documentation/developers/javascript/grid3_javascript_vms.md)
- [Deploy CapRover](documentation/developers/javascript/grid3_javascript_caprover.md)
- [Gateways](documentation/developers/javascript/grid3_javascript_vm_gateways.md)
- [Deploy a Kubernetes Cluster](documentation/developers/javascript/grid3_javascript_kubernetes.md)
- [Deploy a ZDB](documentation/developers/javascript/grid3_javascript_zdb.md)
- [Deploy ZDBs for QSFS](documentation/developers/javascript/grid3_javascript_qsfs_zdbs.md)
- [QSFS](documentation/developers/javascript/grid3_javascript_qsfs.md)
- [Key Value Store](documentation/developers/javascript/grid3_javascript_kvstore.md)
- [VM with Wireguard and Gateway](documentation/developers/javascript/grid3_wireguard_gateway.md)
- [GPU Support](documentation/developers/javascript/grid3_javascript_gpu_support.md)
- [Go Client](documentation/developers/go/grid3_go_readme.md)
- [Installation](documentation/developers/go/grid3_go_installation.md)
- [Loading Client](documentation/developers/go/grid3_go_load_client.md)
- [Deploy a VM](documentation/developers/go/grid3_go_vm.md)
- [Deploy Multiple VMs](documentation/developers/go/grid3_go_vms.md)
- [Deploy Gateways](documentation/developers/go/grid3_go_gateways.md)
- [Deploy Kubernetes](documentation/developers/go/grid3_go_kubernetes.md)
- [Deploy a QSFS](documentation/developers/go/grid3_go_qsfs.md)
- [GPU and Go](documentation/developers/go/grid3_go_gpu.md)
- [GPU Support](documentation/developers/go/grid3_go_gpu_support.md)
- [Deploy a VM with GPU](documentation/developers/go/grid3_go_vm_with_gpu.md)
- [TFCMD](documentation/developers/tfcmd/tfcmd.md)
- [Getting Started](documentation/developers/tfcmd/tfcmd_basics.md)
- [Deploy a VM](documentation/developers/tfcmd/tfcmd_vm.md)
- [Deploy Kubernetes](documentation/developers/tfcmd/tfcmd_kubernetes.md)
- [Deploy ZDB](documentation/developers/tfcmd/tfcmd_zdbs.md)
- [Gateway FQDN](documentation/developers/tfcmd/tfcmd_gateway_fqdn.md)
- [Gateway Name](documentation/developers/tfcmd/tfcmd_gateway_name.md)
- [Contracts](documentation/developers/tfcmd/tfcmd_contracts.md)
- [TFROBOT](documentation/developers/tfrobot/tfrobot.md)
- [Installation](documentation/developers/tfrobot/tfrobot_installation.md)
- [Configuration File](documentation/developers/tfrobot/tfrobot_config.md)
- [Deployment](documentation/developers/tfrobot/tfrobot_deploy.md)
- [Commands and Flags](documentation/developers/tfrobot/tfrobot_commands_flags.md)
- [Supported Configurations](documentation/developers/tfrobot/tfrobot_configurations.md)
- [ThreeFold Chain](documentation/developers/tfchain/tfchain.md)
- [Introduction](documentation/developers/tfchain/introduction.md)
- [Farming Policies](documentation/developers/tfchain/farming_policies.md)
- [External Service Contract](documentation/developers/tfchain/tfchain_external_service_contract.md)
- [Solution Provider](documentation/developers/tfchain/tfchain_solution_provider.md)
- [Grid Proxy](documentation/developers/proxy/proxy_readme.md)
- [Introducing Grid Proxy](documentation/developers/proxy/proxy.md)
- [Setup](documentation/developers/proxy/setup.md)
- [DB Testing](documentation/developers/proxy/db_testing.md)
- [Commands](documentation/developers/proxy/commands.md)
- [Contributions](documentation/developers/proxy/contributions.md)
- [Explorer](documentation/developers/proxy/explorer.md)
- [Database](documentation/developers/proxy/database.md)
- [Production](documentation/developers/proxy/production.md)
- [Release](documentation/developers/proxy/release.md)
- [Flist](documentation/developers/flist/flist.md)
- [Zero-OS Hub](documentation/developers/flist/flist_hub/zos_hub.md)
- [Generate an API Token](documentation/developers/flist/flist_hub/api_token.md)
- [Convert Docker Image Into Flist](documentation/developers/flist/flist_hub/convert_docker_image.md)
- [Supported Flists](documentation/developers/flist/grid3_supported_flists.md)
- [Flist Case Studies](documentation/developers/flist/flist_case_studies/flist_case_studies.md)
- [Case Study: Debian 12](documentation/developers/flist/flist_case_studies/flist_debian_case_study.md)
- [Case Study: Nextcloud AIO](documentation/developers/flist/flist_case_studies/flist_nextcloud_case_study.md)
- [Internals](documentation/developers/internals/internals.md)
- [Reliable Message Bus (RMB)](documentation/developers/internals/rmb/rmb_toc.md)
- [Introduction to RMB](documentation/developers/internals/rmb/rmb_intro.md)
- [RMB Specs](documentation/developers/internals/rmb/rmb_specs.md)
- [RMB Peer](documentation/developers/internals/rmb/uml/peer.md)
- [RMB Relay](documentation/developers/internals/rmb/uml/relay.md)
- [Zero-OS](documentation/developers/internals/zos/readme.md)
- [Manual](documentation/developers/internals/zos/manual/manual.md)
- [Workload Types](documentation/developers/internals/zos/manual/workload_types.md)
- [Internal Modules](documentation/developers/internals/zos/internals/internals.md)
- [Identity](documentation/developers/internals/zos/internals/identity/readme.md)
- [Node ID Generation](documentation/developers/internals/zos/internals/identity/identity.md)
- [Node Upgrade](documentation/developers/internals/zos/internals/identity/upgrade.md)
- [Node](documentation/developers/internals/zos/internals/node/readme.md)
- [Storage](documentation/developers/internals/zos/internals/storage/readme.md)
- [Network](documentation/developers/internals/zos/internals/network/readme.md)
- [Introduction](documentation/developers/internals/zos/internals/network/introduction.md)
- [Definitions](documentation/developers/internals/zos/internals/network/definitions.md)
- [Mesh](documentation/developers/internals/zos/internals/network/mesh.md)
- [Setup](documentation/developers/internals/zos/internals/network/setup_farm_network.md)
- [Flist](documentation/developers/internals/zos/internals/flist/readme.md)
- [Container](documentation/developers/internals/zos/internals/container/readme.md)
- [VM](documentation/developers/internals/zos/internals/vmd/readme.md)
- [Provision](documentation/developers/internals/zos/internals/provision/readme.md)
- [Capacity](documentation/developers/internals/zos/internals/capacity.md)
- [Performance Monitor Package](documentation/developers/internals/zos/performance/performance.md)
- [Public IPs Validation Task](documentation/developers/internals/zos/performance/publicips.md)
- [CPUBenchmark](documentation/developers/internals/zos/performance/cpubench.md)
- [IPerf](documentation/developers/internals/zos/performance/iperf.md)
- [Health Check](documentation/developers/internals/zos/performance/healthcheck.md)
- [API](documentation/developers/internals/zos/manual/api.md)
- [Grid Deployment](documentation/developers/grid_deployment/grid_deployment.md)
- [TFGrid Stacks](documentation/developers/grid_deployment/tfgrid_stacks.md)
- [Full VM Grid Deployment](documentation/developers/grid_deployment/grid_deployment_full_vm.md)
- [Grid Snapshots](documentation/developers/grid_deployment/snapshots.md)
- [Farmers](documentation/farmers/farmers.md)
- [Build a 3Node](documentation/farmers/3node_building/3node_building.md)
- [1. Create a Farm](documentation/farmers/3node_building/1_create_farm.md)
- [2. Create a Zero-OS Bootstrap Image](documentation/farmers/3node_building/2_bootstrap_image.md)
- [3. Set the Hardware](documentation/farmers/3node_building/3_set_hardware.md)
- [4. Wipe All the Disks](documentation/farmers/3node_building/4_wipe_all_disks.md)
- [5. Set the BIOS/UEFI](documentation/farmers/3node_building/5_set_bios_uefi.md)
- [6. Boot the 3Node](documentation/farmers/3node_building/6_boot_3node.md)
- [Farming Optimization](documentation/farmers/farming_optimization/farming_optimization.md)
- [GPU Farming](documentation/farmers/3node_building/gpu_farming.md)
- [Set Additional Fees](documentation/farmers/farming_optimization/set_additional_fees.md)
- [Minting Receipts](documentation/farmers/3node_building/minting_receipts.md)
- [Minting Periods](documentation/farmers/farming_optimization/minting_periods.md)
- [Room Parameters](documentation/farmers/farming_optimization/farm_room_parameters.md)
- [Farming Costs](documentation/farmers/farming_optimization/farming_costs.md)
- [Calculate Your ROI](documentation/farmers/farming_optimization/calculate_roi.md)
- [Advanced Networking](documentation/farmers/advanced_networking/advanced_networking_toc.md)
- [Networking Overview](documentation/farmers/advanced_networking/networking_overview.md)
- [Network Considerations](documentation/farmers/advanced_networking/network_considerations.md)
- [Network Setup](documentation/farmers/advanced_networking/network_setup.md)
- [Farmerbot](documentation/farmers/farmerbot/farmerbot_intro.md)
- [Quick Guide](documentation/farmers/farmerbot/farmerbot_quick.md)
- [Additional Information](documentation/farmers/farmerbot/farmerbot_information.md)
- [Minting and the Farmerbot](documentation/farmers/farmerbot/farmerbot_minting.md)
- [System Administrators](documentation/system_administrators/system_administrators.md)
- [Getting Started](documentation/system_administrators/getstarted/tfgrid3_getstarted.md)
- [SSH Remote Connection](documentation/system_administrators/getstarted/ssh_guide/ssh_guide.md)
- [SSH with OpenSSH](documentation/system_administrators/getstarted/ssh_guide/ssh_openssh.md)
- [SSH with PuTTY](documentation/system_administrators/getstarted/ssh_guide/ssh_putty.md)
- [SSH with WSL](documentation/system_administrators/getstarted/ssh_guide/ssh_wsl.md)
- [WireGuard Access](documentation/system_administrators/getstarted/ssh_guide/ssh_wireguard.md)
- [Remote Desktop and GUI](documentation/system_administrators/getstarted/remote-desktop_gui/remote-desktop_gui.md)
- [Cockpit: a Web-based Interface for Servers](documentation/system_administrators/getstarted/remote-desktop_gui/cockpit_guide/cockpit_guide.md)
- [XRDP: an Open-Source Remote Desktop Protocol](documentation/system_administrators/getstarted/remote-desktop_gui/xrdp_guide/xrdp_guide.md)
- [Apache Guacamole: a Clientless Remote Desktop Gateway](documentation/system_administrators/getstarted/remote-desktop_gui/guacamole_guide/guacamole_guide.md)
- [Planetary Network](documentation/system_administrators/getstarted/planetarynetwork.md)
- [TFGrid Services](documentation/system_administrators/getstarted/tfgrid_services/tf_grid_services_readme.md)
- [GPU](documentation/system_administrators/gpu/gpu_toc.md)
- [GPU Support](documentation/system_administrators/gpu/gpu.md)
- [Terraform](documentation/system_administrators/terraform/terraform_toc.md)
- [Overview](documentation/system_administrators/terraform/terraform_readme.md)
- [Installing Terraform](documentation/system_administrators/terraform/terraform_install.md)
- [Terraform Basics](documentation/system_administrators/terraform/terraform_basics.md)
- [Full VM Deployment](documentation/system_administrators/terraform/terraform_full_vm.md)
- [GPU Support](documentation/system_administrators/terraform/terraform_gpu_support.md)
- [Resources](documentation/system_administrators/terraform/resources/terraform_resources_readme.md)
- [Using Scheduler](documentation/system_administrators/terraform/resources/terraform_scheduler.md)
- [Virtual Machine](documentation/system_administrators/terraform/resources/terraform_vm.md)
- [Web Gateway](documentation/system_administrators/terraform/resources/terraform_vm_gateway.md)
- [Kubernetes Cluster](documentation/system_administrators/terraform/resources/terraform_k8s.md)
- [ZDB](documentation/system_administrators/terraform/resources/terraform_zdb.md)
- [Quantum Safe Filesystem](documentation/system_administrators/terraform/resources/terraform_qsfs.md)
- [QSFS on Micro VM](documentation/system_administrators/terraform/resources/terraform_qsfs_on_microvm.md)
- [QSFS on Full VM](documentation/system_administrators/terraform/resources/terraform_qsfs_on_full_vm.md)
- [CapRover](documentation/system_administrators/terraform/resources/terraform_caprover.md)
- [Advanced](documentation/system_administrators/terraform/advanced/terraform_advanced_readme.md)
- [Terraform Provider](documentation/system_administrators/terraform/advanced/terraform_provider.md)
- [Terraform Provisioners](documentation/system_administrators/terraform/advanced/terraform_provisioners.md)
- [Mounts](documentation/system_administrators/terraform/advanced/terraform_mounts.md)
- [Capacity Planning](documentation/system_administrators/terraform/advanced/terraform_capacity_planning.md)
- [Updates](documentation/system_administrators/terraform/advanced/terraform_updates.md)
- [SSH Connection with Wireguard](documentation/system_administrators/terraform/advanced/terraform_wireguard_ssh.md)
- [Set a Wireguard VPN](documentation/system_administrators/terraform/advanced/terraform_wireguard_vpn.md)
- [Synced MariaDB Databases](documentation/system_administrators/terraform/advanced/terraform_mariadb_synced_databases.md)
- [Nomad](documentation/system_administrators/terraform/advanced/terraform_nomad.md)
- [Nextcloud Deployments](documentation/system_administrators/terraform/advanced/terraform_nextcloud_toc.md)
- [Nextcloud All-in-One Deployment](documentation/system_administrators/terraform/advanced/terraform_nextcloud_aio.md)
- [Nextcloud Single Deployment](documentation/system_administrators/terraform/advanced/terraform_nextcloud_single.md)
- [Nextcloud Redundant Deployment](documentation/system_administrators/terraform/advanced/terraform_nextcloud_redundant.md)
- [Nextcloud 2-Node VPN Deployment](documentation/system_administrators/terraform/advanced/terraform_nextcloud_vpn.md)
- [Pulumi](documentation/system_administrators/pulumi/pulumi_readme.md)
- [Introduction to Pulumi](documentation/system_administrators/pulumi/pulumi_intro.md)
- [Installing Pulumi](documentation/system_administrators/pulumi/pulumi_install.md)
- [Deployment Examples](documentation/system_administrators/pulumi/pulumi_examples.md)
- [Deployment Details](documentation/system_administrators/pulumi/pulumi_deployment_details.md)
- [Mycelium](documentation/system_administrators/mycelium/mycelium_toc.md)
- [Overview](documentation/system_administrators/mycelium/overview.md)
- [Installation](documentation/system_administrators/mycelium/installation.md)
- [Additional Information](documentation/system_administrators/mycelium/information.md)
- [Message](documentation/system_administrators/mycelium/message.md)
- [Packet](documentation/system_administrators/mycelium/packet.md)
- [Data Packet](documentation/system_administrators/mycelium/data_packet.md)
- [API YAML](documentation/system_administrators/mycelium/api_yaml.md)
- [Computer and IT Basics](documentation/system_administrators/computer_it_basics/computer_it_basics.md)
- [CLI and Scripts Basics](documentation/system_administrators/computer_it_basics/cli_scripts_basics.md)
- [Docker Basics](documentation/system_administrators/computer_it_basics/docker_basics.md)
- [Git and GitHub Basics](documentation/system_administrators/computer_it_basics/git_github_basics.md)
- [Firewall Basics](documentation/system_administrators/computer_it_basics/firewall_basics/firewall_basics.md)
- [UFW Basics](documentation/system_administrators/computer_it_basics/firewall_basics/ufw_basics.md)
- [Firewalld Basics](documentation/system_administrators/computer_it_basics/firewall_basics/firewalld_basics.md)
- [File Transfer](documentation/system_administrators/computer_it_basics/file_transfer.md)
- [Advanced](documentation/system_administrators/advanced/advanced.md)
- [Token Transfer Keygenerator](documentation/system_administrators/advanced/token_transfer_keygenerator.md)
- [Cancel Contracts](documentation/system_administrators/advanced/cancel_contracts.md)
- [Contract Bills Reports](documentation/system_administrators/advanced/contract_bill_report.md)
- [Listing Free Public IPs](documentation/system_administrators/advanced/list_public_ips.md)
- [Redis](documentation/system_administrators/advanced/grid3_redis.md)
- [IPFS](documentation/system_administrators/advanced/ipfs/ipfs_toc.md)
- [IPFS on a Full VM](documentation/system_administrators/advanced/ipfs/ipfs_fullvm.md)
- [IPFS on a Micro VM](documentation/system_administrators/advanced/ipfs/ipfs_microvm.md)
- [ThreeFold Token](documentation/threefold_token/threefold_token.md)
- [TFT Bridges](documentation/threefold_token/tft_bridges/tft_bridges.md)
- [TFChain-Stellar Bridge](documentation/threefold_token/tft_bridges/tfchain_stellar_bridge.md)
- [BSC-Stellar Bridge](documentation/threefold_token/tft_bridges/bsc_stellar_bridge.md)
- [BSC-Stellar Bridge Verification](documentation/threefold_token/tft_bridges/bsc_stellar_bridge_verification.md)
- [Ethereum-Stellar Bridge](documentation/threefold_token/tft_bridges/tft_ethereum/tft_ethereum.md)
- [Storing TFT](documentation/threefold_token/storing_tft/storing_tft.md)
- [ThreeFold Connect App (Stellar)](documentation/threefold_token/storing_tft/tf_connect_app.md)
- [Lobstr Wallet (Stellar)](documentation/threefold_token/storing_tft/lobstr_wallet.md)
- [MetaMask (BSC & ETH)](documentation/threefold_token/storing_tft/metamask.md)
- [Hardware Wallet](documentation/threefold_token/storing_tft/hardware_wallet.md)
- [Buy and Sell TFT](documentation/threefold_token/buy_sell_tft/buy_sell_tft.md)
- [Quick Start (Stellar)](documentation/threefold_token/buy_sell_tft/tft_lobstr/tft_lobstr_short_guide.md)
- [Lobstr Wallet (Stellar)](documentation/threefold_token/buy_sell_tft/tft_lobstr/tft_lobstr_complete_guide.md)
- [MetaMask (BSC & ETH)](documentation/threefold_token/buy_sell_tft/tft_metamask/tft_metamask.md)
- [Pancake Swap (BSC)](documentation/threefold_token/buy_sell_tft/pancakeswap.md)
- [Liquidity Provider (LP)](documentation/threefold_token/liquidity/liquidity_readme.md)
- [Pancake Swap LP](documentation/threefold_token/liquidity/liquidity_pancake.md)
- [1inch.io LP](documentation/threefold_token/liquidity/liquidity_1inch.md)
- [Albedo LP](documentation/threefold_token/liquidity/liquidity_albedo.md)
- [Transaction Fees](documentation/threefold_token/transaction_fees.md)
- [FAQ](documentation/faq/faq.md)
- [Knowledge Base](knowledge_base/knowledge_base.md)
- [About](knowledge_base/about/about.md)
- [ThreeFold History](knowledge_base/about/threefold_history.md)
- [Token History](knowledge_base/about/token_history.md)
- [Genesis Pool](knowledge_base/about/genesis_pool.md)
- [Genesis Pool Dubai](knowledge_base/about/genesis_pool_dubai.md)
- [Genesis Pool Ghent](knowledge_base/about/genesis_pool_ghent.md)
- [Genesis Pool Details](knowledge_base/about/genesis_block_pool_details.md)
- [ThreeFold Tech](knowledge_base/about/threefold_tech.md)
- [Organisation Structure](knowledge_base/about/orgstructure.md)
- [Governance](knowledge_base/about/governance.md)
- [ThreeFold Companies](knowledge_base/about/threefold_companies.md)
- [ThreeFold Dubai](knowledge_base/about/threefold_dubai.md)
- [ThreeFold VZW](knowledge_base/about/threefold_vzw.md)
- [ThreeFold AG](knowledge_base/about/threefold_ag.md)
- [Mazraa](knowledge_base/about/mazraa.md)
- [BetterToken](knowledge_base/about/bettertoken.md)
- [DAO](knowledge_base/about/dao/dao.md)
- [ThreeFold DAO](knowledge_base/about/dao/tfdao.md)
- [TFChain](knowledge_base/about/tfchain.md)
- [ThreeFold Roadmap](knowledge_base/about/roadmap/roadmap_readme.md)
- [Release Notes](knowledge_base/about/roadmap/releasenotes/releasenotes_readme.md)
- [TFGrid v3.10.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_10_0.md)
- [TFGrid v3.9.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_9_0.md)
- [TFGrid v3.8.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_8_0.md)
- [TFGrid v3.7.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_7_0.md)
- [TFGrid v3.6.1](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_6_1.md)
- [TFGrid v3.6.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_6_0.md)
- [TFGrid v3.0.0 Alpha-5](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_0_a5.md)
- [TFGrid v3.0.0 Alpha-4](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_0_a4.md)
- [TFGrid v3.0.0 Alpha-2](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_0_a2.md)
- [TFGrid v3.0.0](knowledge_base/about/roadmap/releasenotes/tfgrid_release_3_0.md)
- [ThreeFold Token](knowledge_base/about/token_overview/token_overview.md)
- [Special Wallets](knowledge_base/about/token_overview/special_wallets/stats_special_wallets.md)
- [Technology](knowledge_base/technology/technology_toc.md)
- [How It Works](knowledge_base/technology/grid3_howitworks.md)
- [Grid Concepts](knowledge_base/technology/concepts/concepts_readme.md)
- [TFGrid Primitives](knowledge_base/technology/concepts/grid_primitives.md)
- [TFGrid Component List](knowledge_base/technology/concepts/grid3_components.md)
- [Infrastructure as Code](knowledge_base/technology/concepts/grid3_iac.md)
- [Proof of Utilization](knowledge_base/technology/concepts/proof_of_utilization.md)
- [Contract Grace Period](knowledge_base/technology/concepts/contract_grace_period.md)
- [What's New on TFGrid v3.x](knowledge_base/technology/concepts/grid3_whatsnew.md)
- [TFChain](knowledge_base/technology/concepts/tfchain.md)
- [TFGrid by Design](knowledge_base/technology/concepts/tfgrid_by_design.md)
- [Primitives](knowledge_base/technology/primitives/primitives_toc.md)
- [Compute](knowledge_base/technology/primitives/compute/compute_toc.md)
- [ZKube](knowledge_base/technology/primitives/compute/zkube.md)
- [ZMachine](knowledge_base/technology/primitives/compute/zmachine.md)
- [CoreX](knowledge_base/technology/primitives/compute/corex.md)
- [Storage](knowledge_base/technology/primitives/storage/storage_toc.md)
- [ZOS Filesystem](knowledge_base/technology/primitives/storage/zos_fs.md)
- [ZOS Mount](knowledge_base/technology/primitives/storage/zmount.md)
- [Quantum Safe File System](knowledge_base/technology/primitives/storage/qsfs.md)
- [Zero-DB](knowledge_base/technology/primitives/storage/zdb.md)
- [Zero-Disk](knowledge_base/technology/primitives/storage/zdisk.md)
- [Network](knowledge_base/technology/primitives/network/network_toc.md)
- [ZNET](knowledge_base/technology/primitives/network/znet.md)
- [ZNIC](knowledge_base/technology/primitives/network/znic.md)
- [WebGateway](knowledge_base/technology/primitives/network/webgw3.md)
- [Zero-OS Advantages](knowledge_base/technology/zos/benefits/zos_advantages.md)
- [Quantum Safe Storage](knowledge_base/technology/qsss/qsss_home.md)
- [Smart Contract IT](knowledge_base/technology/smartcontract_it/smartcontract_toc.md)
- [Introduction](knowledge_base/technology/smartcontract_it/smartcontract_tfgrid3.md)
- [Infrastructure As Code (IAC)](knowledge_base/technology/smartcontract_it/smartcontract_iac.md)
- [3Bot Integration](knowledge_base/technology/smartcontract_it/smartcontract_3bot.md)
- [Farming](knowledge_base/farming/farming_toc.md)
- [Farming Rewards](knowledge_base/farming/farming_reward.md)
- [Proof-of-Capacity](knowledge_base/farming/proof_of_capacity.md)
- [Proof-of-Utilization](knowledge_base/farming/proof_of_utilization.md)
- [PoC DAO Rules](knowledge_base/farming/poc_dao_rules.md)
- [Cloud](knowledge_base/cloud/cloud_toc.md)
- [Cloud Units](knowledge_base/cloud/cloudunits.md)
- [Pricing](knowledge_base/cloud/pricing/pricing_toc.md)
- [Pricing Overview](knowledge_base/cloud/pricing/pricing.md)
- [Staking Discounts](knowledge_base/cloud/pricing/staking_discount_levels.md)
- [Cloud Pricing Compare](knowledge_base/cloud/pricing/cloud_pricing_compare.md)
- [Grid Billing](knowledge_base/cloud/grid_billing/grid_billing.md)
- [Resource Units](knowledge_base/cloud/resource_units_calc_cloudunits.md)
- [Resource Units Advanced](knowledge_base/cloud/resourceunits_advanced.md)
- [Collaboration](knowledge_base/collaboration/collaboration_toc.md)
- [How to Contribute](knowledge_base/collaboration/contribute.md)
- [Development Process](knowledge_base/collaboration/development_process.md)
- [Feature Request](knowledge_base/collaboration/feature_request.md)
- [Bug Report](knowledge_base/collaboration/bug_report.md)
- [Issue Labels](knowledge_base/collaboration/issue_labels.md)
- [Development Cycle](knowledge_base/collaboration/development_cycle.md)
- [Release Process](knowledge_base/collaboration/release_process.md)
- [Pull Request Template](knowledge_base/collaboration/PULL_REQUEST_TEMPLATE.md)
- [Collaboration Tools](knowledge_base/collaboration/collaboration_tools/collaboration_tools.md)
- [Circle Tool](knowledge_base/collaboration/collaboration_tools/circle_tool.md)
- [Website Deployer](knowledge_base/collaboration/collaboration_tools/website_tool.md)
- [Website Link Checker](knowledge_base/collaboration/collaboration_tools/website_link_checker.md)
- [How to Test](knowledge_base/collaboration/testing/testing_readme.md)
- [TestLodge](knowledge_base/collaboration/testing/testlodge.md)
- [Code of Conduct](knowledge_base/collaboration/code_conduct.md)
- [Legal](knowledge_base/legal/terms_conditions_all3.md)
- [Disclaimer](knowledge_base/legal/disclaimer.md)
- [Definitions](knowledge_base/legal/definitions_legal.md)
- [Privacy Policy](knowledge_base/legal/privacypolicy.md)
- [Terms & Conditions](knowledge_base/legal/terms_conditions/terms_conditions_toc.md)
- [Terms & Conditions ThreeFold Related Websites](knowledge_base/legal/terms_conditions/terms_conditions_websites.md)
- [Terms & Conditions TFGrid Users TFGrid 3](knowledge_base/legal/terms_conditions/terms_conditions_griduser.md)
- [TFTA to TFT](knowledge_base/legal/terms_conditions/tfta_to_tft.md)
- [Terms & Conditions TFGrid Farmers TFGrid 3](knowledge_base/legal/terms_conditions/terms_conditions_farmer3.md)
- [Terms & Conditions Sales](knowledge_base/legal/terms_conditions/terms_conditions_sales.md)

View File

@ -1,7 +0,0 @@
<h1>HTTP ERROR 404</h1>
<h2>This page cant be found.</h2>
The page you're looking for might have moved somewhere else.
To find the content you're looking for, you can use the search function by clicking on the magnifier button at the top left of the page, or by hitting **'s'** on your keyboard.

View File

@ -1 +0,0 @@
../../books/info_grid/SUMMARY.md

View File

@ -1,43 +0,0 @@
<h1> ThreeFold Dashboard </h1>
Explore, control, and manage your ThreeFold Grid resources effortlessly through our integrated Dashboard. Deploy solutions seamlessly while gaining full control, all within a unified interface.
The ThreeFold Dashboard is a revolutionary platform that simplifies the deployment process, allowing users to effortlessly interact with the TFGrid using intuitive web components known as weblets.
## What is the ThreeFold Dashboard?
The ThreeFold Dashboard is a dynamic environment designed for both seasoned developers and newcomers alike. It offers a seamless and accessible browser experience, making it easy to deploy solutions on the TFGrid through the use of weblets.
In the context of the Dashboard, a weblet is a compiled JavaScript web component that can be effortlessly embedded within the HTML page of a web application. This modular approach allows for flexible and intuitive interactions, facilitating a user-friendly deployment process.
The backend for the weblets is introduced with the [Javascript Client](../developers/javascript/grid3_javascript_readme.md) which communicates to TFChain over RMB.
<h2> Table of Contents </h2>
- [Wallet Connector](./wallet_connector.md)
- [TFGrid](./tfgrid/tfgrid.md)
- [Deploy](./deploy/deploy.md)
- [Farms](./farms/farms.md)
- [TFChain](./tfchain/tfchain.md)
## Advantages
- It is a non-code easy way to deploy a whole solution on the TFGrid.
- It is 100% decentralized, there is no server involved.
- It is powerful tool designed to empower individuals and organizations with seamless control and management over their ThreeFold Grid resources.
- It provides an intuitive web-based interface that allows users to effortlessly deploy, monitor, and scale their workloads on the decentralized and sustainable ThreeFold Grid infrastructure.
## Dashboard
You can access the ThreeFold Dashboard on different TF Chain networks.
- [https://dashboard.dev.grid.tf](https://dashboard.dev.grid.tf) for Dev net
- [https://dashboard.qa.grid.tf](https://dashboard.qa.grid.tf) for QA net
- [https://dashboard.test.grid.tf](https://dashboard.test.grid.tf) for Test net
- [https://dashboard.grid.tf](https://dashboard.grid.tf) for Main net
## Limitations
- Regarding browser support, we're only supporting Google Chrome browser (and thus Brave browser) at the moment with more browsers to be supported soon.
- Deploys one thing at a time.
- Might take sometime to deploy a solution like Peertube, so you should wait a little bit until it's fully running.

View File

@ -1,24 +0,0 @@
<h1> Ready Community Applications </h1>
Easily deploy your favourite applications on the ThreeFold grid with a click of a button.
![](../img/applications_landing.png)
***
<h2> Table of Contents </h2>
- [Algorand](../solutions/algorand.md)
- [CasperLabs](../solutions/casper.md)
- [Discourse](../solutions/discourse.md)
- [Funkwhale](../solutions/funkwhale.md)
- [Mattermost](../solutions/mattermost.md)
- [Nextcloud](../solutions/nextcloud.md)
- [Node Pilot](../solutions/nodepilot.md)
- [ownCloud](../solutions/owncloud.md)
- [Peertube](../solutions/peertube.md)
- [Presearch](../solutions/presearch.md)
- [Subsquid](../solutions/subsquid.md)
- [Taiga](../solutions/taiga.md)
- [Umbrel](../solutions/umbrel.md)
- [WordPress](../solutions/wordpress.md)

View File

@ -1,93 +0,0 @@
<h1> Dedicated Machines </h1>
<h2> Table of Contents </h2>
- [What is a Dedicated Machine?](#what-is-a-dedicated-machine)
- [Description](#description)
- [Billing \& Pricing](#billing--pricing)
- [Discounts](#discounts)
- [Usage](#usage)
- [GPU Support](#gpu-support)
- [Filter and Reserve a GPU Node](#filter-and-reserve-a-gpu-node)
- [Filter Nodes](#filter-nodes)
- [Reserve a Node](#reserve-a-node)
- [GPU Support Links](#gpu-support-links)
***
## What is a Dedicated Machine?
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.
## Description
- Node reserved with deploying a `RentContract` on this node. node can has only one rentContract.
- When a user create a RentContract against a node, the grid validate that there are no other active contracts on that node on the creation.
- Once a RentContract is created, the grid can only accept contracts on this node from the tenant.
- Only workloads from the tenant are accepted
## Billing & Pricing
- Once a node is rented, there is a fixed charge billed to the tenant regardless of deployed workloads.
- Any subsequent NodeContract deployed on a node where a rentContract is active (and the same user is creating the nodeContracts) can be excluded from billing (apart from public ip and network usage).
- Billing rates are calculated hourly on the TFGrid.
- While some of the documentation mentions a monthly price, the chain expresses pricing per hour. The monthly price shown within the manual is offered as a convenience to users, as it provides a simple way to estimate costs.
## Discounts
- Received Discounts for renting a node on TFGrid internet capacity
- 50% for dedicated node (TF Pricing policies)
- A second level discount up to 60% for balance level see [Discount Levels](../../../knowledge_base/cloud/pricing/staking_discount_levels.md)
- Discounts are calculated every time the grid bills by checking the available TFT balance on the user wallet and seeing if it is sufficient to receive a discount. As a result, if the user balance drops below the treshold of a given discount, the deployment price increases.
## Usage
- See list of all dedicated node on `Dedicated Machines` tab on the portal.
![ ](../img/dedicated_machines.png)
- Hover over the price to see the applied discounts
![](../img/dashboard_dedicated_nodes_discounts.png)
- Expand row to see more info on the node:
![ ](../img/dashboard_dedicated_nodes_details.png)
- Resources
- Location
- Possible Public Ips *this depends on the farm it belongs to*
- You can see the nodes in 2 states:
- Free
- Reserved *Owned by current twin*
- Reserve a node:
- If node is not rented by another twin you can simply click reserve.
- Unreserve a node:
- Simply as reserving but another check will be done to check you don't have any active workloads on the node before unreserving.
## GPU Support
To use a GPU on the TFGrid, users need to rent a dedicated node. Once they have rented a dedicated node equipped with a GPU, users can deploy workloads on their dedicated GPU node.
## Filter and Reserve a GPU Node
You can filter and reserve a GPU node using the [Dedicated Machines section](https://dashboard.grid.tf/#/deploy/dedicated-nodes/) of the **Dashboard**.
### Filter Nodes
- Filter nodes using the vendor name
- In **Filters**, select **GPU's vendor name**
- Write the name of the vendor desired (e.g. **nvidia**, **amd**)
- Filter nodes using the device name
- In **Filters**, select **GPU's device name**
- Write the name of the device desired (e.g. **GT218**)
### Reserve a Node
When you have decided which node to reserve, click on **Reserve** under the column named **Actions**. Once you've rented a dedicated node that has a GPU, you can deploy GPU workloads.
## GPU Support Links
The ThreeFold Manual covers many ways to use a GPU node on the TFGrid. Read [this section](../../system_administrators/gpu/gpu_toc.md) to learn more.

View File

@ -1,27 +0,0 @@
# Deploy
Here you will find everything related to deployments on the ThreeFold grid. This includes:
- Checking the cost of a deployment using [Pricing Calculator](./pricing_calculator.md)
- Finding a node to deploy on using the [Node Finder](./node_finder.md)
- Deploying your desired workload from [Virtual Machines](../solutions/vm_intro.md), [Orchestrators](./orchestrators.md), or [Applictions](./applications.md)
- Renting your own node on the ThreeFold grid from [Dedicated Machines](./dedicated_machines.md)
- Consulting [Your Contracts](./your_contracts.md) on the TFGrid
- Finding or publishing Flists from [Images](./images.md)
- Updating or generating your SSH key from [SSH Keys](./ssh_keys.md)
![](../img/sidebar_2.png)
***
## Table of Content
- [Pricing Calculator](./pricing_calculator.md)
- [Node Finder](./node_finder.md)
- [Virtual Machines](../solutions/vm_intro.md)
- [Orchestrators](./orchestrators.md)
- [Dedicated Machines](./dedicated_machines.md)
- [Applications](./applications.md)
- [Your Contracts](./your_contracts.md)
- [Images](./images.md)
- [SSH Keys](./ssh_keys.md)

View File

@ -1,5 +0,0 @@
# Images
Find or Publish your Flist from [Zero-OS Hub](https://hub.grid.tf/)
![](../img/0_hub.png)

View File

@ -1,40 +0,0 @@
<h1>Node Finder</h1>
<h2>Table of Contents</h2>
- [Nodes](#nodes)
- [GPU Support](#gpu-support)
***
## Nodes
The Node Finder page provides a more detailed view for the nodes available on the ThreeFold grid With detailed information and statistics about any of the available nodes.
![](../img/nodes.png)
You can get a node with the desired specifications using the filters available in the nodes page.
![](../img/nodes_filters.png)
You can see all of the node details by clicking on a node record.
![](../img/nodes_details.png)
## GPU Support
![GPU support](../img/gpu_filter.png)
- A new filter for GPU supported node is now available on the Nodes page.
- GPU count
- Filtering capabilities based on the model / device
On the details pages is shown the card information and its status (`reserved` or `available`) also the ID thats needed to be used during deployments is easily accessible and has a copy to clipboard button.
![GPU details](../img/gpu_details.png)
Heres an example of how it looks in case of reserved
![GPU details](../img/gpu_details_reserved.png)
The TF Dashboard is where to reserve the nodes the farmer should be able to set the extra fees on the form and the user also should be able to reserve and get the details of the node (cost including the extrafees, GPU informations).

View File

@ -1,19 +0,0 @@
<h1> GPU Support </h1>
***
![GPU support](../img/gpu_filter.png)
- A new filter for GPU supported node is now available on the Nodes page.
- GPU count
- Filtering capabilities based on the model / device
On the details pages is shown the card information and its status (`reserved` or `available`) also the ID thats needed to be used during deployments is easily accessible and has a copy to clipboard button.
![GPU details](../img/gpu_details.png)
Heres an example of how it looks in case of reserved
![GPU details](../img/gpu_details_reserved.png)
The TF Dashboard is where to reserve the nodes the farmer should be able to set the extra fees on the form and the user also should be able to reserve and get the details of the node (cost including the extrafees, GPU informations).

View File

@ -1,14 +0,0 @@
# Orchestrators
Deploy your favorite orchestrating services and enjoy the seamless coordination and automation of various software applications and services.
![](../img/orchestrator_landing.png)
***
## Table of Contnet
- [Kubernetes](../solutions/k8s.md)
- [Caprover](../solutions/caprover.md)
- [Caprover Admin](../solutions/caprover_admin.md)
- [Caprover Worker](../solutions/caprover_worker.md)

View File

@ -1,6 +0,0 @@
# TF Resource Calculator
A tool provided by ThreeFold that allows users to estimate and calculate potential cost of a deployment on the ThreeFold grid. The resource calculator takes into account various factors, including deployment resources, node certification, currnet balance, and in return it displays an accurate estimate for the deployment in terms of ThreeFold Tokens (TFT) and in USD per month.
![](../img/pricing_calculator.png)

View File

@ -1,5 +0,0 @@
# SSH Keys
Add, update or generate your SSH key with a click of a button.
![](../img/SSH_Key.png)

View File

@ -1,13 +0,0 @@
<h1> Virtual Machines </h2>
On the TFGrid, you can deploy both micro and full virtual machines.
![](../img/vm_landing.png)
***
<h2> Table of Contents </h2>
- [Micro and Full VM Differences ](../solutions/vm_differences.md)
- [Full Virtual Machine](../solutions/fullVm.md)
- [Micro Virtual Machine](../solutions/vm.md)

View File

@ -1,49 +0,0 @@
# Contracts
From the Contracts section you can check your contracts by navigating to the `Deploy` then `Your Contracts` tab from the sidebar.
From there you will see the `Contracts List`, the list is split into three different sections. these sections are:
### Node contracts
![image](../img/node_contracts.png)
### Name contracts
![image](../img/name_contracts.png)
### Rent contracts
![image](../img/rent_contracts.png)
This list includes the following information about each contract.
- Contract ID.
- Contract Type.
- Contract State (Created, Deleted, GracePeriod).
- Solution Typw
- Billing Rate (in TFT/Hour).
- Solution Name.
- Created At.
- Expiration (Only appears if the contract is in GracePeriod).
- Node ID
- Node Status (Up, Down, Standby).
- Show Details (This button will display the detailed information of the desired contract).
![image](../img/contract_details.png)
## Cancel Contract
You can also cancel the target contract/s by select the contract you want to cancel
- Click on the checkbox on the left side of the contract row
- Click on the delete button in the bottom right of the table
- Review the contract/s ID then click on *Delete* button
Note:
>- You can Cancel all you contracts by clicking on the checkbox on the left side of the table header then click on *Delete* button.
>- It is advisable to remove the contract from its solution page, especially when multiple contracts may be linked to the same instance.

View File

@ -1,19 +0,0 @@
# Farms
Here you will find everything farming related. this includes:
- Monitoring, creating, and updating your farms from the [Your Farms](./your_farms.md) section where you can also check your nodes and update multiple things like the public configuration and extra fees of the node.
- Exploring and finding farms that are available on the ThreeFold grid from the [Farm Finder](./farms_finder.md) section.
- Generating your own boot device for your system from the [Node Installer](./node_installer.md) section.
- Estimating and calculating potential earnings from farming on the ThreeFold Grid from the [Simulator](./simulator.md) section.
![](../img/sidebar_3.png)
***
## Table of Content
- [Your Farms](./your_farms.md)
- [Farm Finder](./farms_finder.md)
- [Node Installer](./node_installer.md)
- [Simulator](./simulator.md)

View File

@ -1,13 +0,0 @@
# Farms
The farms page provides a more detailed view for the farms available on the ThreeFold grid With detailed information about any of the available farms.
![](../img/farms.png)
You can search for a specific farm using the farms filters.
![](../img/farms_filters.png)
You can see all of the farm details by clicking on a farm record.
![](../img/farms_details.png)

View File

@ -1,5 +0,0 @@
# Node Installer
Generate your own boot device for your system and download Zero-OS Images from [Zero-OS Bootstrap](https://bootstrap.grid.tf/)
![](../img/0_Bootstrap.png)

View File

@ -1,5 +0,0 @@
# Simulator
A tool provided by ThreeFold that allows users to estimate and calculate potential earnings from farming on the ThreeFold Grid. Farming refers to the process of providing computing resources, such as storage and processing power, to the ThreeFold Grid and earning tokens in return. The tf-farming-calculator takes into account various factors, including the amount of resources contributed, the duration of farming, and the current market conditions, to provide users with an estimate of their potential earnings in terms of ThreeFold Tokens (TFT).
![](../img/simulator.png)

View File

@ -1,134 +0,0 @@
# Farms <!-- omit from toc -->
This comprehensive guide aims to provide users with detailed instructions and insights into efficiently managing their _Farms_. Farms encompass servers and storage devices contributing computational and storage capabilities to the grid, empowering users to oversee, maintain, and optimize their resources effectively.
- [Getting started](#getting-started)
- [Create a new Farm](#create-a-new-farm)
- [Manage Your Farms](#manage-your-farms)
- [Add a public IP to your Farm](#add-a-public-ip-to-your-farm)
- [Add a Stellar address for payout](#add-a-stellar-address-for-payout)
- [Generate your node bootstrap image](#generate-your-node-bootstrap-image)
- [Additional information](#additional-information)
- [Manage Your Nodes](#manage-your-nodes)
- [Node information](#node-information)
- [Extra Fees](#extra-fees)
- [Public Configuration](#public-configuration)
- [The Difference Between IPs Assigned to Nodes Versus a Farm](#the-difference-between-ips-assigned-to-nodes-versus-a-farm)
## Getting started
After logging in to the TF Dashboard, on the sidebar click on **Dashboard** then _Your Farms_ .
## Create a new Farm
If you want to start farming, you need a farmID, the ID of the farm that is owning the hardware node(s) you connect to the TFGrid.
**Currently on**:
- [Devnet](https://dashboard.dev.grid.tf/)
- [Qanet](https://dashboard.qa.grid.tf/)
- [Testnet](https://dashboard.test.grid.tf/)
- [Mainnet](https://dashboard.grid.tf/)
Click `Create Farm` and choose a name.
![ ](../img/dashboard_farms.png)
![ ](../img/dashboard_farms_create.png)
Click on `Create`.
The farm is by default set up as 'DIY'. A farm can become certified through certification program.
Also a pricing policy is defined. Pricing policy is currently the same for all farms, the field is created for future use.
## Manage Your Farms
You can browse your Farms in _Farms_ table; Farms table contains all your own farms and its your entry point to manage your farm as in the following sections.
![](../img/dashboard_farms_farms_table.png)
### Add a public IP to your Farm
If you have public IPv4 addresses available that can be used for usage on the TFGrid, you can add them in your farm.
Click `ADD IP`, specify the addresses, the gateway and click `CREATE`.
You can add them one by one or using range of IPs.
**Some notes about adding a new IPs**:
- Be careful not to create a new IP range that contains an IP address that already exists; doing so will result in an error.
- Verify that both the gateway address and the IP address are correct.
- Be careful not to include the same gateway address in a new IP range.
![ ](../img/dashboard_farms_farm_details.png)
![ ](../img/dashboard_farms_add_ip_single.png)
![ ](../img/dashboard_farms_add_ip_range.png)
Deleting IPv4 addresses is also possible here. The `Deployed Contract ID` gives an indication of whether an IP is currently used. If it is 0, it is safe to remove it.
![ ](../img/dashboard_farms_ip_details.png)
### Add a Stellar address for payout
In a first phase, farming of tokens still results in payout on the Stellar network. So to get the farming reward, a Stellar address needs to be provided.
![ ](../img/dashboard_farms_farm_details.png)
![ ](../img/dashboard_farms_stellar_address.png)
You can read about different ways to store TFT [here](../../threefold_token/storing_tft/storing_tft.md). Make sure to use a Stellar wallet for your farming rewards.
### Generate your node bootstrap image
Once you know your farmID, you can set up your node on TFGrid3. Click on `Bootstrap Node Image`.
![dashboard_bootstrap_farm](../img/dashboard_bootstrap_farm.png)
Read more Zero-OS bootstrap image [here](../../farmers/3node_building/2_bootstrap_image.md).
### Additional information
After booting a node, the info will become available in `Your Nodes` table, including the status info along with the minting and fixup receipts.
![ ](../img/dashboard_farms_node_details.png)
Clicking on the node statistics will open up a calendar where you can view the periods the node was minting or undergoing a fixup. Clicking on the periods will show a popup with the start and end datetimes, receipt hash and the amount of TFTs minted (if it is a minting receipt).
![ ](../img/dashboard_portal_ui_nodes_minting.png)
You can also download a single node's receipts using the `Download Receipts` button within the node statistics. Moreover, you can download all of the nodes' receipts using the `Download Receipts` button on the top left corner of the farm nodes table.
## Manage Your Nodes
as in farms table _Nodes_ table contains all your own nodes and its your entry point to manage your farm as in the following sections.
### Node information
Expand your node information by clicking on the expand button in the target node row.
### Extra Fees
You can set a price for the special hardware youre providing e.g. GPUs while renting.
![](../img/dashboard_farms_extra_fee.png)
- Under the **Your Nodes** table, locate the target node and click **Set Additional Fees** under **Actions**
- Set a monthly fee (in USD) and click **Save**
### Public Configuration
To configure public IP addresses to a specific Node
![](../img/dashboard_farms_public_config.png)
- Under the **Your Nodes** table, locate the target node and click **Add a public config** under **Actions**
- Fill in the necessary information and click save. Only the IPv4 address and gateway are necessary.
> The IPv6 address and the Domain are optional but if you provide The IPv6 you have to provide its Domain.
#### The Difference Between IPs Assigned to Nodes Versus a Farm
---
IPs assigned to a farm are available to be rented by workloads. They can be assigned to virtual machines for example. IPs assigned to nodes enable each node to become a gateway.

View File

@ -1,43 +0,0 @@
<h1> ThreeFold Dashboard </h1>
Explore, control, and manage your ThreeFold Grid resources effortlessly through our integrated Dashboard. Deploy solutions seamlessly while gaining full control, all within a unified interface.
The ThreeFold Dashboard is a revolutionary platform that simplifies the deployment process, allowing users to effortlessly interact with the TFGrid using intuitive web components known as weblets.
## What is the ThreeFold Dashboard?
The ThreeFold Dashboard is a dynamic environment designed for both seasoned developers and newcomers alike. It offers a seamless and accessible browser experience, making it easy to deploy solutions on the TFGrid through the use of weblets.
In the context of the Dashboard, a weblet is a compiled JavaScript web component that can be effortlessly embedded within the HTML page of a web application. This modular approach allows for flexible and intuitive interactions, facilitating a user-friendly deployment process.
The backend for the weblets is introduced with the [Javascript Client](../javascript/grid3_javascript_readme.md) which communicates to TFChain over RMB.
<h2> Table of Contents </h2>
- [Wallet Connector](./wallet_connector.md)
- [TFGrid](./tfgrid/tfgrid.md)
- [Deploy](./deploy/deploy.md)
- [Farms](./farms/farms.md)
- [TFChain](./tfchain/tfchain.md)
## Advantages
- It is a non-code easy way to deploy a whole solution on the TFGrid.
- It is 100% decentralized, there is no server involved.
- It is powerful tool designed to empower individuals and organizations with seamless control and management over their ThreeFold Grid resources.
- It provides an intuitive web-based interface that allows users to effortlessly deploy, monitor, and scale their workloads on the decentralized and sustainable ThreeFold Grid infrastructure.
## Dashboard
You can access the ThreeFold Dashboard on different TF Chain networks.
- [https://dashboard.dev.grid.tf](https://dashboard.dev.grid.tf) for Dev net.
- [https://dashboard.qa.grid.tf](https://dashboard.qa.grid.tf) for QA net.
- [https://dashboard.test.grid.tf](https://dashboard.test.grid.tf) for Test net.
- [https://dashboard.grid.tf](https://dashboard.grid.tf) for Main net.
## Limitations
- Regarding browser support, we're only supporting Google Chrome browser (and thus Brave browser) at the moment with more browsers to be supported soon.
- Deploys one thing at a time.
- Might take sometime to deploy a solution like Peertube, so you should wait a little bit until it's fully running.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 656 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 666 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Some files were not shown because too many files have changed in this diff Show More