mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 2024-06-28-new-features-in-openpanel-021.md
This commit is contained in:
parent
011a83a3fc
commit
d1a3c1972f
@ -12,5 +12,38 @@ OpenPanel 0.2.1 is officially released today and is available for installation:
|
||||
|
||||
<!--truncate-->
|
||||
|
||||
Version 0.2.1 is the most complex version that
|
||||
Version 0.2.1 is the most complex version that we have so far, and brings a lot of improvements to both the OpenAdmin interface and the backend logic.
|
||||
|
||||
|
||||
|
||||
Lets jump right in and see exactyl what improvements are made:
|
||||
|
||||
|
||||
### Improved install
|
||||
|
||||
Installation script is now optimized and average installation speed is less that 5 minutes!
|
||||
|
||||

|
||||
|
||||
We managed to lower the dependencies for OpenPanel to just:
|
||||
|
||||
"docker.io" "default-mysql-client" "nginx" "zip" "bind9" "unzip" "python3-pip" "pip" "gunicorn" "jc" "certbot" "python3-certbot-nginx" "sqlite3" "geoip-bin" "ufw"
|
||||
|
||||
### Customization that stick
|
||||
|
||||
All configuration files ofr OpenPanel are now stored under `/etc/openpanel/` and not modified on updates. This ensures that any customizations are permanent.
|
||||
|
||||
```bash
|
||||
/etc/openpanel/
|
||||
├── bind9/ - DNS configuration files and templates
|
||||
├── docker/ - Docker configuration
|
||||
├── goaccess/ - Configuration for Domain Access Reports
|
||||
├── mysql/ - MySQL login information and backups
|
||||
├── nginx/ - Nginx configurtion and domain templates
|
||||
├── openadmin/ - Configuration files for OpenAdmin service
|
||||
├── openpanel/ - Configuration files for OpenPanel
|
||||
├── skeleton/ - Files that are used for new users
|
||||
├── ssh/ - SSH configuration
|
||||
└── ufw/ - Firewall configuration
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user