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

@@ -9,35 +9,35 @@ Any application which can run on linux can run on the TFGrid.
### Compute (uses CU)
- [ZKube](compute/zkube.md)
- [ZKube](zkube.md)
- kubernetes deployment
- [ZMachine](compute/zmachine.md)
- [ZMachine](zmachine.md)
- the container or virtual machine running inside ZOS
- [CoreX](compute/corex.md)
- [CoreX](corex.md)
- process manager (optional), can be used to get remote access to your zmachine
A 3Node is a Zero-OS enabled computer which is hosted by any cloud operator.
### There are 4 storage mechanisms which can be used to store your data:
- [ZOS FS](storage/zos_fs.md)
- [ZOS FS](zos_fs.md)
- is our dedupe unique filesystem, replaces docker images
- [ZOS Mount](storage/zmount.md)
- [ZOS Mount](zmount.md)
- is a mounted disk location on SSD, this can be used as faster storage location
- [Quamtum Safe Filesystem](../qsss/qss_filesystem.md)
- [Quamtum Safe Filesystem](qss_filesystem.md)
- this is a super unique storage system, data can never be lost or corrupted. Please be reminded that this storage layer is only meant to be used for secondary storage applications
- [ZOS Disk](storage/zdisk.md)
- [ZOS Disk](zdisk.md)
- a virtual disk technology, only for TFTech OEM partners
### There are 4 ways how networks can be connected to a Z-Machine.
- [Planetary network](network/planetary_network.md):
- [Planetary network](planetary_network.md):
- is a planetary scalable network, we have clients for windows, osx, android and iphone
- [ZOS Net](network/znet.md):
- [ZOS Net](znet.md):
- is a fast end2end encrypted network technology, keep your traffic between your z_machines 100% private
- [ZOS NIC](network/znic.md):
- [ZOS NIC](znic.md):
- connection to a public ipaddress
- [WEB GW](network/webgw.md):
- [WEB GW](webgw.md):
- web gateway, a secure way to allow internet traffic reach your secure Z-Machine.

View File

@@ -23,7 +23,7 @@ presents itself as a filesystem to the ZMachine.
see how its implemented in:
- [Quantum Safe Storage](../../qsss/qsss_home.md)
- [Quantum Safe Filesystem](../../qsss/qss_filesystem.md)
- [Quantum Safe Algo](../../qsss/qss_algorithm.md)
- [Quantum Safe Storage](qsss_home.md)
- [Quantum Safe Filesystem](qss_filesystem.md)
- [Quantum Safe Algo](qss_algorithm.md)

View File

@@ -6,4 +6,4 @@
- [Zero-DB](zdb.md) : the lowest level storage primitive, is a key value stor, used underneath other storage mechanisms typically
- [Zero-Disk](zdisk.md) : OEM only, virtual disk format
Uses [Storage Units = SU](../../../grid/concepts/cloudunits.md).
Uses [Storage Units = SU](cloudunits.md).