2
0
mirror of https://github.com/acepanel/acepanel.github.io.git synced 2026-02-04 14:07:16 +08:00

feat: 添加中文翻译

This commit is contained in:
2025-05-26 22:49:17 +08:00
parent 5e1a7cc123
commit 5285d2f904
36 changed files with 1450 additions and 98 deletions

View File

@@ -2,11 +2,9 @@
Before starting, you need to install the Docker / Podman container engine.
After the container engine is installed, you can go to the Panel's container management section to create containers (
pgadmin4 is used as an example here).
After the container engine is installed, you can go to the Panel's container management section to create containers (pgadmin4 is used as an example here).
First, navigate to the Images tab to pull the required images. This may take several minutes to tens of minutes
depending on your network environment.
First, navigate to the Images tab to pull the required images. This may take several minutes to tens of minutes depending on your network environment.
![Pull Image](/container1.png)
@@ -14,15 +12,14 @@ After the image is pulled, navigate to the Containers tab to start creating a co
![Create Container](/container2.png)
Fill in the form according to the container's instructions. The pgadmin4 image used here needs to map port 80 and
configure 2 default environment variables, with no need to map directories.
Fill in the form according to the container's instructions. The pgadmin4 image used here needs to map port 80 and configure 2 default environment variables, with no need to map directories.
After the container is created, you can click the refresh button in the upper right corner and the log button on the
right side of the container to check if it has started properly.
After the container is created, you can click the refresh button in the upper right corner and the log button on the right side of the container to check if it has started properly.
![Container Start](/container3.png)
If the container fails to start, please make corrections according to the logs.
If you have mapped external ports, you need to go to the firewall menu to allow the corresponding ports.
![Creation Successful](/container4.png)

View File

@@ -1,11 +1,9 @@
# Mount Partitions
If your server has unmounted data disks, you can log in as `root` user before installation and run the following command
to automatically mount them. Cross-directory migration is not supported after Panel installation.
If your server has unmounted data disks, you can log in as `root` user before installation and run the following command to automatically mount them. Cross-directory migration is not supported after Panel installation.
```shell
curl -fsLm 10 -o auto_mount.sh https://dl.cdn.haozi.net/panel/auto_mount.sh && bash auto_mount.sh
```
You can also contact your server provider via ticket to request assistance with mounting partitions, or mount the
partitions yourself before installing the Panel.
You can also contact your server provider via ticket to request assistance with mounting partitions, or mount the partitions yourself before installing the Panel.

View File

@@ -1,13 +1,10 @@
# Install Panel
The Panel supports mainstream systems under `amd64` | `arm64` architectures. LNMP environment installation has been
tested on all systems listed in the table below.
The Panel supports mainstream systems under `amd64` | `arm64` architectures. LNMP environment installation has been tested on all systems listed in the table below.
It is recommended to use systems marked as **recommended**. Unless there are special circumstances, it is not
recommended to use systems marked as **not recommended**.
It is recommended to use systems marked as **recommended**. Unless there are special circumstances, it is not recommended to use systems marked as **not recommended**.
For systems not listed in the table below, you can try installing on your own, but no free technical support will be
provided.
For systems not listed in the table below, you can try installing on your own, but no free technical support will be provided.
| System | Version | Note |
|---------------------|---------|-----------------|
@@ -28,8 +25,7 @@ provided.
| Anolis | 8 | Not Recommended |
| openEuler | 22 | Not Recommended |
As system versions continue to update, we may also terminate support for some overly outdated systems to ensure the
robustness of the Panel.
As system versions continue to update, we may also terminate support for some overly outdated systems to ensure the robustness of the Panel.
## Start Installation

View File

@@ -18,12 +18,10 @@ Follow the prompts to complete the necessary commands for operation.
It is primarily recommended to back up data and reinstall the system, as this ensures a clean system.
If you are unable to reinstall the system, please log in to the server as `root` user and execute the following command
to uninstall the Panel:
If you are unable to reinstall the system, please log in to the server as `root` user and execute the following command to uninstall the Panel:
```shell
curl -fsLm 10 -o uninstall.sh https://dl.cdn.haozi.net/panel/uninstall.sh && bash uninstall.sh
```
Before uninstalling the Panel, be sure to back up all data and uninstall all Panel applications in advance. Data will be
**unrecoverable** after uninstallation!
Before uninstalling the Panel, be sure to back up all data and uninstall all Panel applications in advance. Data will be **unrecoverable** after uninstallation!