Skip to content

Commit 284a134

Browse files
authored
balancer (#283)
1 parent c0f7e01 commit 284a134

File tree

88 files changed

+5035
-4373
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+5035
-4373
lines changed

apps/docs/content/bun/how-to/access.mdx

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/docs/content/bun/how-to/build-pipeline.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ _OPTIONAL._ Specifies one or more internal ports on which your application will
520520

521521
Projects in Zerops represent a group of one or more services. Services can be of different types (runtime services, databases, message brokers, object storage, etc.). All services of the same project share a **dedicated private network**. To connect to a service within the same project, just use the service hostname and its internal port.
522522

523-
For example, to connect to a Bun service with hostname = "app" and port = 3000 from another service of the same project, simply use `app:3000`. Read more about [how to access a Bun service](access).
523+
For example, to connect to a Bun service with hostname = "app" and port = 3000 from another service of the same project, simply use `app:3000`. Read more about [how to access a Bun service](/features/access).
524524

525525
Each port has following attributes:
526526

apps/docs/content/bun/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Have you build something that others might find useful? Don't hesitate to share
193193
},
194194
{
195195
type: 'link',
196-
href: '/references/vpn',
196+
href: '/references/networking/vpn',
197197
label: 'Zerops VPN',
198198
customProps: {
199199
icon: Icons['globe-europe'],

apps/docs/content/deno/how-to/access.mdx

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/docs/content/deno/how-to/build-pipeline.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ _OPTIONAL._ Specifies one or more internal ports on which your application will
513513

514514
Projects in Zerops represent a group of one or more services. Services can be of different types (runtime services, databases, message brokers, object storage, etc.). All services of the same project share a **dedicated private network**. To connect to a service within the same project, just use the service hostname and its internal port.
515515

516-
For example, to connect to a Deno service with hostname = "app" and port = 3000 from another service of the same project, simply use `app:3000`. Read more about [how to access a Deno service](/deno/how-to/access).
516+
For example, to connect to a Deno service with hostname = "app" and port = 3000 from another service of the same project, simply use `app:3000`. Read more about [how to access a Deno service](/references/networking/internal-access#basic-service-communication).
517517

518518
Each port has following attributes:
519519

apps/docs/content/deno/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Have you build something that others might find useful? Don't hesitate to share
196196
},
197197
{
198198
type: 'link',
199-
href: '/references/vpn',
199+
href: '/references/networking/vpn',
200200
label: 'Zerops VPN',
201201
customProps: {
202202
icon: Icons['globe-europe'],

apps/docs/content/dotnet/how-to/access.mdx

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/docs/content/dotnet/how-to/build-pipeline.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ _OPTIONAL._ Specifies one or more internal ports on which your application will
515515

516516
Projects in Zerops represent a group of one or more services. Services can be of different types (runtime services, databases, message brokers, object storage, etc.). All services of the same project share a **dedicated private network**. To connect to a service within the same project, just use the service hostname and its internal port.
517517

518-
For example, to connect to a .NET service with hostname = "app" and port = 5000 from another service of the same project, simply use `app:5000`. Read more about [how to access a .NET service](/dotnet/how-to/access).
518+
For example, to connect to a .NET service with hostname = "app" and port = 5000 from another service of the same project, simply use `app:5000`. Read more about [how to access a .NET service](/references/networking/internal-access#basic-service-communication).
519519

520520
Each port has following attributes:
521521

apps/docs/content/dotnet/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Have you build something that others might find useful? Don't hesitate to share
181181
},
182182
{
183183
type: 'link',
184-
href: '/references/vpn',
184+
href: '/references/networking/vpn',
185185
label: 'Zerops VPN',
186186
customProps: {
187187
icon: Icons['globe-europe'],

apps/docs/content/elixir/how-to/access.mdx

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)