sysadmins hero mdbook

This commit is contained in:
Mik-TF
2024-06-13 20:55:48 -04:00
parent 24910b4eda
commit f53c92c0e9
14 changed files with 770 additions and 32 deletions

View File

@@ -1,7 +1,9 @@
# ThreeFold Farmers Book
# ThreeFold Farmers Manual
This book covers all practical information on how to become a cloud service provider (farmer) on the ThreeFold Grid.
> Note: Bugs in the code (e.g. ZOS or other components) can happen. If this is the case, there might be a loss of tokens during minting which won't be refunded by ThreeFold. If there are minting code errors, ThreeFold will try its best to fix the minting code and remint nodes that were affected by such errors.
<h2> Table of Contents </h2>
- [Build a 3Node](3node_building.md)
@@ -30,5 +32,80 @@ This book covers all practical information on how to become a cloud service prov
- [Minting and the Farmerbot](farmerbot_minting.md)
- [Node Status Bot](node_status_bot.md)
- [Farming Troubleshooting](farming_troubleshooting.md)
> Note: Bugs in the code (e.g. ZOS or other components) can happen. If this is the case, there might be a loss of tokens during minting which won't be refunded by ThreeFold. If there are minting code errors, ThreeFold will try its best to fix the minting code and remint nodes that were affected by such errors.
- [ThreeFold Dashboard](dashboard/dashboard.md)
- [Wallet Connector](dashboard/wallet_connector.md)
- [TFGrid](dashboard/tfgrid/tfgrid.md)
- [Grid Status](dashboard/tfgrid/grid_status.md)
- [Node Statistics](dashboard/tfgrid/node_statistics.md)
- [Node Monitoring](dashboard/tfgrid/node_monitoring.md)
- [Deploy](dashboard/deploy/deploy.md)
- [Pricing Calculator](dashboard/deploy/pricing_calculator.md)
- [Node Finder](dashboard/deploy/node_finder.md)
- [Virtual Machines](dashboard/solutions/vm_intro.md)
- [Micro and Full VM Differences ](dashboard/solutions/vm_differences.md)
- [Full Virtual Machine](dashboard/solutions/fullvm.md)
- [Micro Virtual Machine](dashboard/solutions/microvm.md)
- [Nixos MicroVM](dashboard/solutions/nixos_micro.md)
- [Add a Domain](dashboard/solutions/add_domain.md)
- [Orchestrators](dashboard/deploy/orchestrators.md)
- [Kubernetes](dashboard/solutions/k8s.md)
- [Caprover](dashboard/solutions/caprover.md)
- [Caprover Admin](dashboard/solutions/caprover_admin.md)
- [Caprover Worker](dashboard/solutions/caprover_worker.md)
- [Applications](dashboard/deploy/applications.md)
- [Algorand](dashboard/solutions/algorand.md)
- [CasperLabs](dashboard/solutions/casper.md)
- [Discourse](dashboard/solutions/discourse.md)
- [Funkwhale](dashboard/solutions/funkwhale.md)
- [Mattermost](dashboard/solutions/mattermost.md)
- [Nextcloud](dashboard/solutions/nextcloud.md)
- [Node Pilot](dashboard/solutions/nodepilot.md)
- [Peertube](dashboard/solutions/peertube.md)
- [Presearch](dashboard/solutions/presearch.md)
- [Static Website](dashboard/solutions/static_website.md)
- [Subsquid](dashboard/solutions/subsquid.md)
- [Taiga](dashboard/solutions/taiga.md)
- [Umbrel](dashboard/solutions/umbrel.md)
- [WordPress](dashboard/solutions/wordpress.md)
- [Your Contracts](dashboard/deploy/your_contracts.md)
- [Images](dashboard/deploy/images.md)
- [SSH Keys](dashboard/deploy/ssh_keys.md)
- [Farms](dashboard/farms/farms.md)
- [Your Farms](dashboard/farms/your_farms.md)
- [Farm Finder](dashboard/farms/farms_finder.md)
- [Node Installer](dashboard/farms/node_installer.md)
- [Simulator](dashboard/farms/simulator.md)
- [TFChain](dashboard/tfchain/tfchain.md)
- [Your Profile](dashboard/tfchain/your_profile.md)
- [TF DAO](dashboard/tfchain/tf_dao.md)
- [Voting Weight Example](dashboard/tfchain/tf_dao_voting_weight.md)
- [TF Token Bridge](dashboard/tfchain/tf_token_bridge.md)
- [TF Token Transfer](dashboard/tfchain/tf_token_transfer.md)
- [TF Minting Reports](dashboard/tfchain/tf_minting_reports.md)
- [ThreeFold Connect](tfconnect/tfconnect_toc.md)
- [TFConnect Overview](tfconnect/tfconnect_overview.md)
- [TFConnect Authenticator](tfconnect/tfconnect_authenticator.md)
- [TFConnect Advanced](tfconnect/tfconnect_advanced.md)
- [TFConnect Troubleshooting](tfconnect/tfconnect_troubleshooting.md)
- [ThreeFold Token](threefold_token/threefold_token.md)
- [TFT Bridges](threefold_token/tft_bridges/tft_bridges.md)
- [TFChain-Stellar Bridge](threefold_token/tft_bridges/tfchain_stellar_bridge.md)
- [BSC-Stellar Bridge](threefold_token/tft_bridges/bsc_stellar_bridge.md)
- [BSC-Stellar Bridge Verification](threefold_token/tft_bridges/bsc_stellar_bridge_verification.md)
- [Ethereum-Stellar Bridge](threefold_token/tft_bridges/tft_ethereum/tft_ethereum.md)
- [Storing TFT](threefold_token/storing_tft/storing_tft.md)
- [ThreeFold Connect App - Stellar](threefold_token/storing_tft/tf_connect_app.md)
- [Lobstr Wallet - Stellar](threefold_token/storing_tft/lobstr_wallet.md)
- [MetaMask - BSC & ETH](threefold_token/storing_tft/metamask.md)
- [Hardware Wallet](threefold_token/storing_tft/hardware_wallet.md)
- [Buy and Sell TFT](threefold_token/buy_sell_tft/buy_sell_tft.md)
- [Quick Start - Stellar](threefold_token/buy_sell_tft/tft_lobstr/tft_lobstr_short_guide.md)
- [Lobstr Wallet - Stellar](threefold_token/buy_sell_tft/tft_lobstr/tft_lobstr_complete_guide.md)
- [MetaMask - BSC & ETH](threefold_token/buy_sell_tft/tft_metamask/tft_metamask.md)
- [Pancake Swap - BSC](threefold_token/buy_sell_tft/pancakeswap.md)
- [Liquidity Provider - LP](threefold_token/liquidity/liquidity_readme.md)
- [Pancake Swap LP](threefold_token/liquidity/liquidity_pancake.md)
- [1inch.io LP](threefold_token/liquidity/liquidity_1inch.md)
- [Albedo LP](threefold_token/liquidity/liquidity_albedo.md)
- [Transaction Fees](threefold_token/transaction_fees.md)
- [FAQ](faq/faq.md)