Update 0.2.3.md

This commit is contained in:
Stefan Pejcic
2024-07-18 10:37:32 +02:00
committed by GitHub
parent 3d0cbbfdc3
commit c908885ae5

View File

@@ -8,7 +8,8 @@ hide_table_of_contents: true
Not yet released.
### 🚀 New feature
- [Upload file from URL using File Manager](#upload-url)
### 🐛 Bug fixes
- Fixed bug with cron file causing daily reports not being sent from OpenAdmin.
@@ -18,3 +19,13 @@ Not yet released.
### 💅 Polish
- Nginx and Apache vhosts files now restrict access to sensitive resources by default, these include: `.git`, `compose.json`, `composer.lock`, `auth.json`, `config.php`, `wp-config.php`, `vendor`. OpenPanel users can edit and remove the rules for any domain, from the **OpenPanel > Domains > Edit Vhosts File** page.
### Upload URL
In **OpenPanel > File Manager**, click on "Upload." In the modal, select "Download from URL," then add the link and click the "Download" button.
This feature accepts any link type. If the link points to an archive *(`.zip`, `.tgz`, `.tar.gz`, `.tar`, `.gz`), it will automatically be extracted; if it's a regular file, it will simply be downloaded.
![upload from url file manager](https://i.postimg.cc/xT98xwwQ/ezgif-2-6ffcbe189c.gif)