mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
8388cfe8bbbc5a1dfe642bc9e8b167533c5c6aca
* Initial plan
* feat(php): 添加 phpinfo() 快捷按钮功能
- 后端:添加 PHPInfo 服务方法调用 php -r "phpinfo();"
- 后端:添加 /environment/php/{version}/phpinfo 路由
- 前端:添加 phpinfo API 调用
- 前端:在 PHP 运行状态页面添加"查看 PHPInfo"按钮
- 前端:添加弹窗展示 phpinfo 输出内容
- 添加中英文及繁体中文翻译
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
* fix: 添加 phpinfo 请求的错误处理
添加错误回调函数,在请求失败时关闭弹窗并显示错误提示
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
* fix: 使用 php-cgi 输出 HTML 格式的 phpinfo
- 后端:使用 php-cgi -q 执行 phpinfo 获取 HTML 格式输出
- 前端:使用 v-html 渲染 HTML 内容
- 前端:移除不必要的 onError 处理
- 前端:优化 phpinfo HTML 样式
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
* feat: PHP支持查看phpinfo
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
Co-authored-by: 耗子 <haozi@loli.email>
[简体中文] | [English]
New generation of all-in-one server operation and maintenance management panel
Simple and lightweight, efficient operation and maintenance
Website: acepanel.net | QQ group: 12370907 | WeChat group: Copy this link
Advantages
- Extremely low occupancy: Developed in Go language, small installation package, low occupancy, single file operation, will not affect system performance
- Low Destructiveness: Designed to minimize additional modifications to the system, we make the fewest modifications to the system among similar products
- Follow the Times: The overall design is at the forefront of the times, with good compatibility with new systems, leading in the same type of products
- Efficient Operation and Maintenance: Complete functions, strong customization capabilities, can quickly deploy small websites, and deploy complex applications based on customized requirements
- Offline Operation: Support offline mode, and even stop the panel process after deployment, without affecting any existing services
- Safe and Stable: The panel adopts a variety of industry technologies to ensure the security of the body, and has been running stably in multiple survival environments for a long time
- Fully Open Source: Few fully open source panels, you can freely modify and develop the panel on the premise of complying with the open source agreement
- Permanently free: Commit to the panel body will not introduce any charging/authorization functions in the future, and will be permanently free to use
Quick Install
Supported clean mainstream systems under amd64 | arm64 architecture, please refer to the installation documentation for specific supported systems.
curl -sSLOm 10 https://dl.cdn.haozi.net/panel/install.sh && bash install.sh
UI Screenshots
Partners
If the AcePanel is helpful to you, welcome to sponsor us, also thanks to the following supporters/sponsors:
Star History
Languages
Go
55.4%
Vue
44.6%

