Skip to content

Commit 9d56f4a

Browse files
authored
Merge branch 'en/v2' into en/v2
2 parents c582a2e + e585b50 commit 9d56f4a

8 files changed

Lines changed: 92 additions & 83 deletions

File tree

docs/changelog.md

Lines changed: 64 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,77 @@ hide:
33
- navigation
44
---
55

6-
# 1Panel Changelog – Full English Translation
6+
# 1Panel Changelog
77

8-
## 1 Versioning
8+
## Release Notes
99

10-
!!! note ""
11-
**Versioning**: Like other leading open‑source projects, 1Panel releases a new feature version **monthly**. Critical bugs receive prompt patch updates.
10+
### v2.1.2
1211

13-
**Format**: `v{major}.{feature}.{patch}`
14-
- v2.0.1: Bugfix release after v2.0.0
15-
- v2.1.0: Feature release after v2.0.0
12+
2026‑03‑04
1613

17-
---
14+
!!! note "New Features"
15+
16+
- **App Store**: Added installed app sorting support
17+
- **Agents**: Added support for creating CoPaw agents
18+
- **Agents**: Added Telegram channel support
19+
- **Agents**: Added Discord channel support
20+
- **Agents**: Added browser configuration support
21+
- **Agents**: Added timezone configuration support
22+
- **Agents**: Added API type selection for Ollama model accounts
23+
- **Agents**: Added Z.ai model account support
24+
- **Agents**: Added Ark Coding Plan model account support
25+
- **Agents**: Added Alibaba Bailian Coding Plan model account support
26+
- **Agents**: Added custom model account support for anthropic-messages API type
27+
- **Certificates**: Added Technitium support for DNS accounts
28+
- **Terminals**: Added custom font support
29+
- **Terminals**: Added custom foreground and background color support
30+
- **Settings**: Added panel runtime region switching support
31+
32+
!!! note "Improvements"
1833

19-
## 2 Release Notes
34+
- **App Store**: Optimized remote app sync logic
35+
- **App Store**: Optimized installed app card display style
36+
- **Agents**: Added optional credential retention when creating model accounts
37+
- **Agents**: Preserved Feishu account mapping during configuration updates
38+
- **Agents**: Optimized Kimi Coding model account creation logic
39+
- **WebSites**: Optimized website proxy API and log handling
40+
- **WebSites**: Optimized domain handling logic during website creation
41+
- **WebSites**: Added wildcard certificate issuance support for primary domains
42+
- **GPU Monitoring**: Optimized selected-state style
43+
- **Databases**: Added one-click full URL copy for database connection info
44+
- **Containers**: Optimized container orchestration page layout
45+
- **Containers**: Added `extra_hosts` support
46+
- **Containers**: Optimized container log viewer and improved log download options
47+
- **File Browser**: Optimized name column width
48+
- **File Browser**: Added last-opened-file memory
49+
- **File Browser**: Optimized file extraction workflow
50+
- **Monitoring**: Optimized monitoring interval prompt text
51+
- **Settings**: Optimized refresh-time prompt for two-factor verification
52+
- **Settings**: Enhanced passkey login capability
53+
- **System**: Made sort parameters optional for some APIs to support third-party systems
54+
- **System**: Updated Prettier config to avoid unnecessary formatting
55+
- **System**: Optimized i18n copywriting
56+
- **System**: Completed partial system security updates
57+
- **System**: Optimized SQLite connection configuration
58+
- **System**: Optimized invocation patterns for some system commands
59+
- **System**: Added cache mechanism to some system settings for better performance
60+
61+
!!! note "Bug Fixes"
62+
63+
- **App Store**: Fixed app restore failures in some scenarios
64+
- **App Store**: Fixed abnormal README loading for some apps
65+
- **WebSites**: Fixed inability to restart sub-sites after stopping
66+
- **WebSites**: Fixed inability to operate website reverse proxy under special configurations
67+
- **WebSites**: Fixed errors when deleting some website types
68+
- **Databases**: Fixed startup failures after app restore in some scenarios
69+
- **Containers**: Fixed Compose creation failures in some scenarios
70+
- **File Browser**: Fixed abnormal preview drawer opening when clicking compressed files
71+
- **Terminals**: Fixed extra blank lines after modifying terminal settings
72+
- **Website Monitoring**: Fixed date-based search failures in some scenarios
73+
- **Logs**: Fixed abnormal login log recording in some scenarios
2074

2175
### v2.1.1
76+
2277
2026‑02‑25
2378

2479
!!! note "New Features"

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ hide:
1818

1919
## Quick Start
2020

21-
Execute the script below and follow the prompts to install 1Panel:
21+
Prepare a VPS, execute the script below and follow the prompts to install 1Panel:
2222

2323
```bash
2424
bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)"
2525
```
2626

2727
## Screenshot
2828

29-
![img.png](./img/overview.png)
29+
![img.png](https://resource.1panel.pro/img/overview_en_v2.png)
3030

3131
## Star History
3232

docs/installation/master_migrate.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### 1.1 Obtain the Installation Package
44
!!! note ""
55

6-
Please visit the [1Panel Gitee Release Page](https://gitee.com/fit2cloud-feizhiyun/1panel-migrator/releases/) to manually download the installation package matching your server architecture, then place it in the `/tmp` directory.
6+
Please visit the [1Panel GitHub Release Page](https://github.com/1Panel-dev/1panel-migrator/releases) to manually download the installation package matching your server architecture, then place it in the `/tmp` directory.
77

88
**Note**: Ensure the package version is **v2.0.8 or higher** — only versions from v2.0.8 onward support master-slave node switching.
99

@@ -50,15 +50,9 @@
5050
(4) Open the slave node to be promoted, and run the promotion command with the installed 1panel-migrator:
5151
`1panel-migrator promote`.
5252

53-
![img.png](../../img/installation/promote.png)
54-
{: .browser-mockup}
55-
5653
## 3 Master Node → Slave Node
5754

5855
!!! note ""
5956

6057
Open the master node to be demoted, and run the demotion command with the installed 1panel-migrator:
6158
`1panel-migrator demote`.
62-
63-
![img.png](../../img/installation/demote.png)
64-
{: .browser-mockup}

docs/installation/online_installation.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
- Memory: Recommended available memory ≥ 1GB
99
- Browser: Use modern browsers such as Chrome, Firefox, IE10+, Edge
1010
- **Internet access is required**
11-
- For intranet environments, offline deployment via [offline installation package](https://1panel.cn/docs/v2/installation/package_installation/) is recommended
12-
13-
!!! note "Server Discounts"
14-
If you do not have a server yet, you can purchase one via the following discount links:
15-
16-
- Alibaba Cloud: [Exclusive 30% OFF Link for 1Panel Users](https://market.aliyun.com/common/dashi/1panel?userCode=kmemb8jp)
17-
- Tencent Cloud: [Tencent Cloud - 2-core 2G 3M Cloud Server from ¥7.92/month, ¥2000 coupon pack free](https://curl.qcloud.com/dK2muFbM). For more cloud product discounts, click [this link](https://curl.qcloud.com/9Ogon25Y)
1811

1912
## 2 Installation and Deployment
2013

@@ -25,17 +18,8 @@
2518

2619
Run the following installation script and follow the command-line prompts to complete installation:
2720
```bash
28-
bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"
29-
```
30-
31-
!!! note ""
32-
If you encounter issues like Docker installation failure, try this alternative script:
33-
34-
```bash
35-
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
21+
bash -c "$(curl -sSL https://resource.1panel.pro/quick_start.sh)"
3622
```
37-
38-
For more information, visit the official site: https://linuxmirrors.cn
3923

4024
!!! note ""
4125
After successful installation, the console will print panel access information. Access 1Panel via browser:

docs/installation/v1_migrate.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,15 @@
2222
!!! note ""
2323

2424
- Migration is **only supported for 1Panel `v1.10.29-lts` and above**.
25-
- After migration, your system will be upgraded to **1Panel v2.0.0**.
25+
- After migration, your system will be upgraded to **1Panel v2.1.2**.
2626

2727
### 3 Pro Edition & License
2828

2929
!!! note ""
3030

31-
- Existing licenses will be cleared; all installations migrate to **Community Edition**.
32-
- V1 lifetime licenses cannot be used in V2 but can be upgraded at
33-
[Lingxia Official Site](https://www.lxware.cn/).
34-
- Before importing your license to V2, confirm it has been unbound at
35-
[Lingxia Official Site](https://www.lxware.cn/).
31+
- Existing licenses will be cleared, and the system will be migrated to the **Community Edition**.
32+
- One-time purchase licenses from V1 cannot be used in V2.
33+
- Lifetime licenses have no version restriction and do not require an upgrade.
3634

3735
### 4 Data Update After Upgrade
3836

docs/installation/v1_migrate_steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
!!! note ""
1212

13-
Visit the [1Panel Gitee Release Page](https://gitee.com/fit2cloud-feizhiyun/1panel-migrator/releases/) to manually download the installation package matching your server architecture, then place it in the `/tmp` directory:
13+
Visit the [1Panel GitHub Release Page](https://github.com/1Panel-dev/1panel-migrator/releases) to manually download the installation package matching your server architecture, then place it in the `/tmp` directory:
1414

1515
Installation packages for the following architectures are provided for each release (filename examples):
1616

docs/user_manual/appstore/appstore.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
- **Local Apps**
1212

1313
Users can add custom applications as needed. The 1Panel App Store also supports local applications. For the creation tutorial, please refer to:
14-
[Submit Custom Application Tutorial](https://github.com/1Panel-dev/appstore/wiki/%E5%A6%82%E4%BD%95%E6%8F%90%E4%BA%A4%E8%87%AA%E5%B7%B1%E6%83%B3%E8%A6%81%E7%9A%84%E5%BA%94%E7%94%A8).
15-
You can also refer to the forum post:
16-
[1Panel Local Application Creation Tips and Third-Party App Repository Examples](https://bbs.fit2cloud.com/t/topic/640/).
14+
[Submit Custom Application Tutorial](https://github.com/1Panel-dev/appstore/wiki/How-to-submit-your-own-application).
1715

1816
![img.png](../../img/app/appstore.png)
1917
{: .browser-mockup}

mkdocs.yml

Lines changed: 18 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## basic info
2-
site_name: "1Panel Documentation"
2+
site_name: "1Panel Docs"
33
site_url: "https://docs.1panel.pro"
4-
site_description: "1Panel Open-source Linux Server Operation & Management Panel"
5-
site_author: "1Panel"
4+
site_description: "1Panel online documentation"
5+
site_author: "1Panel Team"
66
repo_name: "1Panel"
77
repo_url: "https://github.com/1Panel-dev/1Panel"
88
edit_uri: https://github.com/1Panel-dev/docs/edit/i18n/docs/
@@ -55,8 +55,8 @@ nav:
5555
- Online Install: installation/online_installation.md
5656
- Online Upgrade: installation/online_upgrade.md
5757
- Upgrade from V1:
58-
- Upgrade Notes: installation/v1_migrate.md
59-
- Steps: installation/v1_migrate_steps.md
58+
- Before upgrade: installation/v1_migrate.md
59+
- Upgrade steps: installation/v1_migrate_steps.md
6060
- Master-Slave Switch: installation/master_migrate.md
6161
- CLI Tool: installation/cli.md
6262
- User Manual:
@@ -134,47 +134,27 @@ nav:
134134
- Website Anti-Tamper: user_manual/xpack/tamper.md
135135
- Log Audit: user_manual/logs.md
136136
- Panel Settings: user_manual/settings.md
137-
- Popular Apps:
137+
- Popular Self-Hosted Apps:
138138
- OpenClaw: user_manual/appstore/openclaw.md
139+
- Ollama: user_manual/appstore/ollama.md
140+
- WordPress: user_manual/appstore/wordpress.md
141+
- Bitwarden: user_manual/appstore/bitwarden.md
142+
- Nextcloud: user_manual/appstore/nextcloud.md
143+
- RustDesk: user_manual/appstore/rustdesk.md
144+
- frp: user_manual/appstore/frp.md
145+
- Home Assistant: user_manual/appstore/home-assistant.md
139146
- OpenResty: user_manual/appstore/openresty.md
140147
- MySQL: user_manual/appstore/mysql.md
141148
- Redis: user_manual/appstore/redis.md
142-
- Ollama: user_manual/appstore/ollama.md
143-
- Halo: user_manual/appstore/halo.md
144-
- OpenList: user_manual/appstore/openlist.md
145-
- MaxKB: user_manual/appstore/maxkb.md
149+
- MongoDB: user_manual/appstore/mongodb.md
150+
- MinIO: user_manual/appstore/minio.md
151+
- MariaDB: user_manual/appstore/mariadb.md
146152
- phpMyAdmin: user_manual/appstore/phpmyadmin.md
147-
- WordPress: user_manual/appstore/wordpress.md
153+
- Jumpserver: user_manual/appstore/jumpserver.md
148154
- Zabbix: user_manual/appstore/zabbix.md
149-
- AList: user_manual/appstore/alist.md
150-
- frp: user_manual/appstore/frp.md
151-
- Qinglong: user_manual/appstore/qinglong.md
152-
- Nginx Proxy Manager: user_manual/appstore/nginx-proxy-manager.md
153-
- ddns-go: user_manual/appstore/ddns-go.md
155+
- Uptime Kuma: user_manual/appstore/uptime-kuma.md
154156
- Gitea: user_manual/appstore/gitea.md
155-
- DataEase: user_manual/appstore/dataease.md
156-
- Open WebUI: user_manual/appstore/openwebui.md
157-
- MariaDB: user_manual/appstore/mariadb.md
158-
- RustDesk: user_manual/appstore/rustdesk.md
159-
- MinIO: user_manual/appstore/minio.md
160-
- Bitwarden: user_manual/appstore/bitwarden.md
161-
- Home Assistant: user_manual/appstore/home-assistant.md
162-
- MongoDB: user_manual/appstore/mongodb.md
163-
- Nextcloud: user_manual/appstore/nextcloud.md
164-
- LobeChat: user_manual/appstore/lobechat.md
165-
- Jumpserver: user_manual/appstore/jumpserver.md
166-
- Moltbot: user_manual/appstore/moltbot.md
167157
- Stirling-PDF: user_manual/appstore/stirling-pdf.md
168-
- ChatGPT-Next-Web: user_manual/appstore/chatgpt-next-web.md
169-
- Cloudreve: user_manual/appstore/cloudreve.md
170-
- Uptime Kuma: user_manual/appstore/uptime-kuma.md
171-
- VS Code: user_manual/appstore/vscode.md
172-
- FAQ:
173-
- Product FAQ: faq/faq.md
174-
- OS Related: faq/operating_system.md
175-
- System Related: faq/system_function.md
176-
- Architecture Related: faq/server_architecture.md
177-
- OpenClaw Related: faq/openclaw.md
178158
- API: dev_manual/api_manual.md
179159
- Changelog: changelog.md
180160

0 commit comments

Comments
 (0)