From 0fc1a24392f0d8826a55a9eaa37c2a5138d0703f Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 9 Apr 2024 11:54:10 +0200 Subject: [PATCH] Update 0.1.6.md --- documentation/docs/changelog/0.1.6.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/documentation/docs/changelog/0.1.6.md b/documentation/docs/changelog/0.1.6.md index 81cbdc21..88a31600 100644 --- a/documentation/docs/changelog/0.1.6.md +++ b/documentation/docs/changelog/0.1.6.md @@ -43,7 +43,7 @@ Not yet released. ----- -##### BasicAuth for OpenAdmin +### 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) @@ -79,7 +79,7 @@ service admin reload -##### Custom Templates for OpenAdmin and OpenPanel +### Custom Templates for OpenAdmin and OpenPanel Starting v0.1.6 you can set [custom templates](https://dev.openpanel.co/templates/) for both OpenPanel and OpenAdmin interfaces! @@ -122,7 +122,7 @@ opencli config update admin_template "/home/custom_admin_template/" --- -##### Export DNS Zone +### Export DNS Zone Users can now export the BIND9 DNS zone file from *OpenPanel > Edit DNS Zone* @@ -131,7 +131,7 @@ Users can now export the BIND9 DNS zone file from *OpenPanel > Edit DNS Zone* --- -##### Turkish translation for OpenPanel +### Turkish translation for OpenPanel Turkish language is now available for OpenPanel! 🎉 @@ -151,7 +151,7 @@ and the new locale will be available to your users under Account Settings: ----- -##### Panel update from GUI +### Panel update from GUI OpenPanel can now be udpated directly form the OpenAdmin interface. @@ -161,7 +161,12 @@ To update navigate to *OpenAdmin > General Settings* section and if new update i ----- -##### /etc/cron.d/openpanel +### /etc/cron.d/openpanel OpenPanel now utilizes a custom cron file located at `/etc/cron.d/openpanel` instead of relying on the root user's crontab. This allows the root user to add custom cronjobs without the risk of them being overwritten during OpenPanel updates. +----- + + +### +Added checks to [remove apt cache](https://linuxier.com/how-to-clear-apt-cache-in-ubuntu/) and temporary files after install process