You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/developer/develop/package/manifest.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ outline: [2, 3]
4
4
5
5
# OlaresManifest Specification
6
6
7
-
Every **Olares Application Chart** should include a `OlaresManifest.yaml` file in the root directory. `OlaresManifest.yaml` provides all the essential information about a Olares App. Both the **Olares Market protocol** and the **Olares** depend on this information to distribute and install applications.
7
+
Every **Olares Application Chart** should include a `OlaresManifest.yaml` file in the root directory. `OlaresManifest.yaml` provides all the essential information about an Olares App. Both the **Olares Market protocol** and the **Olares** depend on this information to distribute and install applications.
8
8
9
9
Here's an example of what a `OlaresManifest.yaml` file might look like:
Copy file name to clipboardexpand all lines: docs/manual/feature-overview.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Olares offers a wide array of features designed to enhance security, ease of use, and development flexibility:
4
4
5
5
-**Enterprise-grade security**: Simplified network configuration using Tailscale, Headscale, Cloudflare Tunnel, and FRP.
6
-
-**Secure and permissionless application ecosystem**: Sandboxing ensures application isolation and security.
6
+
-**Secure and permissionless application ecosystem**: Sandboxing ensures application isolation and security.[See what Olares Market has to offer](https://market.olares.xyz/).
7
7
-**Unified file system and database**: Automated scaling, backups, and high availability.
8
8
-**Single sign-on**: Log in once to access all applications within Olares with a shared authentication service.
9
9
-**AI capabilities**: Comprehensive solution for GPU management, local AI model hosting, and private knowledge bases while maintaining data privacy.
Copy file name to clipboardexpand all lines: docs/manual/get-started/back-up-mnemonics.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ After setting up, you can choose to enable biometric unlock for more secure and
25
25
6. Securely record the mnemonic phrase and store it in a safe place.
26
26
7. Click **Next**.
27
27
:::warning
28
-
While clicking Copy will save the mnemonic phrase to your clipboard, this poses a security risk. For maximum security, we strongly recommend backing up your mnemonic phrase offline. :::
28
+
While clicking **Copy** will save the mnemonic phrase to your clipboard, this poses a security risk. For maximum security, we strongly recommend backing up your mnemonic phrase offline.
29
29
:::
30
30
8. Verify your backup by arranging the mnemonic phrase in the correct order.
31
31
9. Click **Completed**.
@@ -48,4 +48,4 @@ If you encounter a password error, it may be because you haven't set a local pas
Copy file name to clipboardexpand all lines: docs/manual/help/faqs.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Olares consists of a series of projects using a hierarchical authorization appro
6
6
7
7
- Projects running on blockchain use Apache 2.0, such as [Snowinning Protocol](https://github.com/beclab/olaresdid-contract-system).
8
8
- Projects related to protocols use Apache 2.0, such as [r4](https://github.com/beclab/r4).
9
-
- Projects around [Olares](https://github.com/beclab/olares) and [LarePass](https://github.com/beclab/LarePass) use the [Olares License](https://github.com/beclab/Olares/blob/main/LICENSE.md).
9
+
- Projects around Olares and LarePass use the [Olares License](https://github.com/beclab/Olares/blob/main/LICENSE.md).
10
10
- For third-party applications running on Olares, it is up to the developer to decide whether they want them open source or not and choose the license accordingly.
11
11
12
12
For more details, visit our projects on [GitHub](https://github.com/beclab).
@@ -43,7 +43,7 @@ Meanwhile, Olares aims to provide a one-stop self-hosted solution, which goes be
43
43
44
44
## I have several servers. Can I use Olares to manage them one-stop?
45
45
46
-
Yes. You can refer to [How to add a node](../../developer/develop/advanced/cli#add-a-olares-node-locally).
46
+
Yes. You can refer to [How to add a node](../../developer/develop/advanced/cli#add-an-olares-node-locally).
47
47
48
48
After you add the node, you can manage the cluster via [Dashboard](../tasks/resources-usage) and [Control Hub](../tasks/navigate-control-hub).
49
49
@@ -100,7 +100,7 @@ However, there are chances that applications developed through this method canno
100
100
101
101
We use the term Olares under two scenarios:
102
102
103
-
- Describing the entire project and the OS. Specifically, it refers to the complete architecture including 3 core components and extension protocols.
103
+
- Describing the entire project and the operating system. Specifically, it refers to the complete architecture including 3 core components and extension protocols.
104
104
- Describing the hardware devices running Olares. Be it a Raspberry Pi or a cluster of multiple machines on the cloud, all can be called Olares.
0 commit comments