2
0
mirror of https://github.com/acepanel/acepanel.github.io.git synced 2026-02-04 09:13:09 +08:00
Files
acepanel.github.io/en/advanced/app.md
2026-01-26 23:05:32 +08:00

41 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 应用
应用模块是 AcePanel 的核心功能之一,用于管理服务器上的各类软件。通过应用模块,你可以方便地安装、配置和管理 Web 服务器、数据库、运行环境等常用软件。
## 功能分类
应用模块分为三个部分:
- **原生应用**:直接安装在系统上的软件,如 Nginx、MySQL、Redis 等
- **运行环境**:各类编程语言的运行时环境,如 PHP、Node.js、Python、Go、Java 等
- **容器模板**:基于 Docker 的一键部署模板,可快速部署各类应用
![应用列表](/images/app/app-list.png)
## 原生应用 vs 容器模板
| 特性 | 原生应用 | 容器模板 |
|------|----------|----------|
| 性能 | 更高 | 略有损耗 |
| 隔离性 | 共享系统环境 | 完全隔离 |
| 部署难度 | 需要配置 | 一键部署 |
| 资源占用 | 较低 | 较高 |
| 适用场景 | 生产环境、高性能需求 | 快速测试、多版本共存 |
## 应用分类
原生应用按功能预设了多个分类,包括但不限于:
- **Web 服务器**Nginx、OpenResty、Apache
- **数据库**MySQL、MariaDB、PostgreSQL、Percona
- **容器**Docker、Podman
- **中间件**Redis、Memcached
- **存储**MinIO、S3fs
- **工具**phpMyAdmin、Pure-FTPd、Supervisor、Rsync、Frp
## 下一步
- [原生应用](./app/native) - 了解如何安装和管理原生应用
- [运行环境](./app/environment) - 了解如何安装编程语言运行环境
- [容器模板](./app/template) - 了解如何使用容器模板快速部署应用