rebrand docs content for beOS Pro

This commit is contained in:
2026-03-09 10:19:35 +01:00
parent 150f4a8ef4
commit d4e933688d
616 changed files with 6294 additions and 6294 deletions

View File

@@ -1,14 +1,14 @@
---
outline: [2, 3]
description: Olares network architecture principles, covering application entrance types, local access mechanisms, endpoint configurations and internal network security policies.
description: beOS Pro network architecture principles, covering application entrance types, local access mechanisms, endpoint configurations and internal network security policies.
---
# Network
Olares provides users with a barrier-free but secure and versatile network solutions. This documents covers the key networking concepts related to application access.
beOS Pro provides users with a barrier-free but secure and versatile network solutions. This documents covers the key networking concepts related to application access.
## Entrance
Each Olares application can have one or more entrances that serve as access points. There are three types of entrances:
Each beOS Pro application can have one or more entrances that serve as access points. There are three types of entrances:
### Public entrance
@@ -24,20 +24,20 @@ Each Olares application can have one or more entrances that serve as access poin
### Internal entrance
- Functions similarly to private entrance
- No authentication required when accessing applications through LarePass VPN
- No authentication required when accessing applications through beOS Pro app VPN
## Endpoints
An endpoint is the access address or point where users interact with an application. Simply put, it's the URL you enter in your browser's address bar to access a specific Olares application or its features.
An endpoint is the access address or point where users interact with an application. Simply put, it's the URL you enter in your browser's address bar to access a specific beOS Pro application or its features.
A typical Olares application endpoint follows this format:
A typical beOS Pro application endpoint follows this format:
https://{routeID}.{domain}
For example: `https://vault.alice123.olares.com`, where
For example: `https://vault.alice123.beos.local`, where
- `vault` is the route ID for a system application.
- `alice123.olares.com` is derived from the Olares ID `alice123@olares.com`.
- `alice123.beos.local` is derived from the beOS ID `alice123@beos.local`.
## Route ID
@@ -48,23 +48,23 @@ A route ID is a unique identifier used to identify specific applications or appl
- Examples: `desktop` (for Desktop), `market` (for Market)
- Community applications
- Use an 8-character random string + entrance index (starting from 0)
- Example: For an application with Route ID 92d76a13 and two entrances, the first entrance is `92d76a130`, and the access URL is `92d76a130.bob.olares.com`
- Example: For an application with Route ID 92d76a13 and two entrances, the first entrance is `92d76a130`, and the access URL is `92d76a130.bob.beos.local`
::: tip Note
- The URL of the application is derived from Olares ID.
- Entrance index refers to the position of entrance in multiple entrances defined in [`OlaresManifest.yaml`](../develop/package/manifest.md).
- The URL of the application is derived from beOS ID.
- Entrance index refers to the position of entrance in multiple entrances defined in [`beOS ProManifest.yaml`](../develop/package/manifest.md).
:::
## Olares internal network
## beOS Pro internal network
Olares implements a layered proxy routing design in its gateway architecture. Traffic flows through multiple layers:
beOS Pro implements a layered proxy routing design in its gateway architecture. Traffic flows through multiple layers:
`cluster` -> `user` -> `application` -> `service component`.
![alt text](/images/overview/olares/image4.jpeg)
Inside the application, Olares has multiple layers of security.
Inside the application, beOS Pro has multiple layers of security.
- **Namespace isolation**
@@ -87,4 +87,4 @@ Inside the application, Olares has multiple layers of security.
## Learn more
- [Set up custom domain name for application](../../manual/olares/settings/custom-app-domain.md#custom-domain-name)
- [Access Olares via VPN](/manual/larepass/private-network.md)
- [Access beOS Pro via VPN](/manual/larepass/private-network.md)