mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 0.1.6.md
This commit is contained in:
parent
2cf357cc39
commit
64012f2d55
@ -19,11 +19,11 @@ Not yet released.
|
||||
|
||||
### 🚀 New features
|
||||
- [Turkish translation 🇹🇷](#turkish-translation)
|
||||
- Docker images can now be downloaded, updated and deleted from the *OpenAdmin > Docker Settings* page.
|
||||
- [Docker images can now be downloaded, updated and deleted from the *OpenAdmin > Docker Settings* page.](#openadmin--docker)
|
||||
- Introduced *OpenAdmin > API Settings* page, enabling API access, token generation, curl command execution, request sending, response viewing, and API access log monitoring.
|
||||
- Added a feature that allows for [manual initiation of updates via the *OpenAdmin > General Settings* section](#panel-update-from-gui).
|
||||
- **OpenAdmin > ModSecurity** interface.
|
||||
- `opencli nginx-modsec` script that allows admins to: update OWASP Core Ruleset, List ModSecurity rules and Logs, Enable/Disable Rules and view domain settings.
|
||||
- [**OpenAdmin > ModSecurity** interface.](#openadmin--modsecurity)
|
||||
- [`opencli nginx-modsec` script that allows admins to: update OWASP Core Ruleset, List ModSecurity rules and Logs, Enable/Disable Rules and view domain settings.](#openadmin--modsecurity)
|
||||
- [Custom OpenPanel and OpenAdmin templates](#custom-templates) can now be defined by the Administrator
|
||||
- [BasicAuth for OpenAdmin panel](#basicauth-for-openadmin)
|
||||
- [DNS zone export for *OpenPanel > Edit DNS Zone*](#export-dns-zone)
|
||||
@ -77,8 +77,25 @@ service admin reload
|
||||
|
||||
---
|
||||
|
||||
### OpenAdmin > ModSecurity
|
||||
|
||||
### OpenAdmin > Docker Settings
|
||||
*OpenAdmin > ModSecurity Settings* pagenow provides a list of all ModSec rules (files), logs from the Nginx service and options to identify attack, block IP addresses, disable certain rules or files, etc.
|
||||
|
||||

|
||||
|
||||
New commands are also available:
|
||||
|
||||
- `opencli nginx-modsec --rules` displays rule files.
|
||||
- `opencli nginx-modsec --logs IP_HERE/RULE_ID` allows you to search the logs.
|
||||
- `opencli nginx-modsec --update` will update the ModSecurity OWASP Core Ruleset files.
|
||||
- `opencli nginx-modsec --domain` displays a summary about a domain modsec status.
|
||||
- `opencli nginx-modsec --enable FILE_NAME` enables a rule file globally.
|
||||
- `opencli nginx-modsec --disable FILE_NAME` disabled a rule file globally.
|
||||
|
||||
|
||||
---
|
||||
|
||||
### OpenAdmin > Docker
|
||||
|
||||
Docker images can now be downloaded, updated and deleted from the *OpenAdmin > Docker Settings* page.
|
||||
|
||||
@ -86,6 +103,8 @@ Docker images can now be downloaded, updated and deleted from the *OpenAdmin > D
|
||||
|
||||
Command `opencli docker-update_images` can also be used from the terminal or cronjobs: https://openpanel.co/docs/admin/scripts/docker/#update-images
|
||||
|
||||
---
|
||||
|
||||
### Custom Templates
|
||||
|
||||
Starting v0.1.6 you can set [custom templates](https://dev.openpanel.co/templates/) for both OpenPanel and OpenAdmin interfaces!
|
||||
@ -160,7 +179,7 @@ and the new locale will be available to your users under Account Settings:
|
||||
|
||||
### Panel update from GUI
|
||||
|
||||
OpenPanel can now be udpated directly form the OpenAdmin interface.
|
||||
OpenPanel can now be updated directly form the OpenAdmin interface.
|
||||
|
||||
To update navigate to *OpenAdmin > General Settings* section and if new update is available, click on the update button to initiate.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user