|
@@ -24,6 +24,7 @@ Not yet released.
|
|
- **OpenAdmin > ModSecurity** interface.
|
|
- **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.
|
|
- `opencli nginx-modsec` script that allows admins to: update OWASP Core Ruleset, List ModSecurity rules and Logs, Enable/Disable Rules and view domain settings.
|
|
- [Custom OpenPanel and OpenAdmin templates](https://community.openpanel.co/d/32-new-custom-openpanel-and-openadmin-templates-in-v016) can now be defined by the Administrator
|
|
- [Custom OpenPanel and OpenAdmin templates](https://community.openpanel.co/d/32-new-custom-openpanel-and-openadmin-templates-in-v016) can now be defined by the Administrator
|
|
|
|
+- BasicAuth for OpenAdmin panel
|
|
|
|
|
|
### 💅 Polish
|
|
### 💅 Polish
|
|
- Added check if docker images exist before creating plans.
|
|
- Added check if docker images exist before creating plans.
|
|
@@ -35,3 +36,15 @@ Not yet released.
|
|
- New default OpenAdmin theme
|
|
- New default OpenAdmin theme
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+## BasicAuth for OpenAdmin
|
|
|
|
+
|
|
|
|
+As an additional security measure, [BasicAuth](https://en.wikipedia.org/wiki/Basic_access_authentication) can be enabled for OpenAdmin panel. [Instruction](/docs/admin/scripts/openpanel_config/#admin_template)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+:::warning
|
|
|
|
+API access is automatically disabled when BasicAuth is enabled.
|
|
|
|
+:::
|