docs: Update content for guides -> advanced settings
This commit is contained in:
parent
5bd20d7acf
commit
7a1154ae8b
@ -67,10 +67,26 @@ Here are some of the keyboard shortcuts that you can use in Jan.
|
||||
| `Enter` | Send a message |
|
||||
| `Shift + Enter` | Insert new line in input box |
|
||||
| `Arrow Up` | Navigate to previous option (within search dialog) |
|
||||
| `Arrow Down` | Navigate to next option (within search dialog) |
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="linux" label = "Linux" default>
|
||||
| Combination | Description |
|
||||
| --------------- | -------------------------------------------------- |
|
||||
| `Ctrl E` | Show list your models |
|
||||
| `Ctrl K` | Show list navigation pages |
|
||||
| `Ctrl B` | Toggle collapsible left panel |
|
||||
| `Ctrl ,` | Navigate to setting page |
|
||||
| `Enter` | Send a message |
|
||||
| `Shift + Enter` | Insert new line in input box |
|
||||
| `Arrow Up` | Navigate to previous option (within search dialog) |
|
||||
| `Arrow Down` | Navigate to next option (within search dialog) |
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
:::note
|
||||
The keyboard shortcuts are customizable.
|
||||
:::
|
||||
|
||||
## Enable the Experimental Mode
|
||||
To try out new fetures that are still in testing phase, follow the steps below:
|
||||
@ -115,6 +131,9 @@ To Allow self-signed or unverified certificates, follow the steps below:
|
||||
|
||||
## Clear Logs
|
||||
To clear all logs on your Jan app, follow the steps below:
|
||||
:::warning
|
||||
This feature clear all the data in your **Jan Data Folder**.
|
||||
:::
|
||||
1. Navigate to the main dashboard.
|
||||
2. Click the **gear icon (⚙️)** on the bottom left of your screen.
|
||||
3. Under the **Settings screen**, click the **Advanced Settings**.
|
||||
@ -122,6 +141,9 @@ To clear all logs on your Jan app, follow the steps below:
|
||||
|
||||
## Reset To Factory Default
|
||||
To reset the Jan app to its original state, follow the steps below:
|
||||
:::danger[Remember!]
|
||||
This irreversible action is only recommended if the application is corrupted.
|
||||
:::
|
||||
1. Navigate to the main dashboard.
|
||||
2. Click the **gear icon (⚙️)** on the bottom left of your screen.
|
||||
3. Under the **Settings screen**, click the **Advanced Settings**.
|
||||
|
||||
@ -20,7 +20,9 @@ keywords:
|
||||
## Why HTTPS Proxy?
|
||||
|
||||
HTTPS Proxy encrypts data between your browser and the internet, making it hard for outsiders to intercept or read. It also helps you to maintain your privacy and security while being able to bypass regional restrictions on internet.
|
||||
|
||||
:::note
|
||||
Using an HTTPS proxy will affect your model's performance
|
||||
:::
|
||||
## Setting Up Your Own HTTPS Proxy Server
|
||||
This guide provides a simple overview of setting up an HTTPS proxy server using **Squid**, a widely used open-source proxy software.
|
||||
|
||||
@ -31,7 +33,11 @@ Other software options are also available depending on your requirements.
|
||||
### Step 1: Choosing a Server
|
||||
1. Firstly, you need to choose a server to host your proxy server.
|
||||
:::note
|
||||
We recommend using a cloud provider like Amazon AWS, Google Cloud, Microsoft Azure, Digital Ocean, etc.
|
||||
We recommend using a well-known cloud provider service like:
|
||||
- Amazon AWS
|
||||
- Google Cloud
|
||||
- Microsoft Azure
|
||||
- Digital Ocean
|
||||
:::
|
||||
2. Ensure that your server has a public IP address and is accessible from the internet.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user