updated smaller collections for manual about

This commit is contained in:
2024-04-29 17:55:17 +00:00
parent b1e98c2051
commit 30df64fcc8
167 changed files with 71 additions and 76 deletions

View File

@@ -0,0 +1,5 @@
# `gateway-name-proxy` type
This create a proxy with the given name to the given backends. The `name` of the proxy must be owned by a name contract on the grid. The idea is that a user can reserve a name (i.e `example`). Later he can deploy a gateway work load with name `example` on any gateway node that points to specified backends. The name then is prefix by the gateway name. For example if the gateway domain is `gent0.freefarm.com` then your full QFDN is goint to be called `example.gen0.freefarm.com`
Full name-proxy workload data is defined [here](https://github.com/threefoldtech/zos/blob/main/pkg/gridtypes/zos/gw_name.go)