|
@@ -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)
|
|
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!
|
|
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*
|
|
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! 🎉
|
|
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.
|
|
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.
|
|
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
|