mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
62 lines
2.2 KiB
Markdown
62 lines
2.2 KiB
Markdown
---
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
|
|
# 0.2.0
|
|
|
|
Not yet released.
|
|
|
|
|
|
### 🚀 New features
|
|
- [SWAP Usage notification and cleanup](#swap-notifications)
|
|
- [Email Templates for OpenAdmin Notifications](#email-template)
|
|
|
|
### 🐛 Bug fixes
|
|
- Fixed 500 error on `/pm2` when installing Python application.
|
|
- Fixed error `Error retrieving database count for the user.` when user has MySQL service stopped.
|
|
|
|
### 💅 Polish
|
|
- dshield and spamhaus_edrop blacklists are removed from ipset-blacklist.
|
|
- `pip` is now automatically installed on PM2 when setting Python application.
|
|
- [terms & conditions modal on first login to OpenAdmin](https://i.postimg.cc/L5JKBzKV/image.png).
|
|
- [Customize Openpanel installation process](https://openpanel.co/install).
|
|
- Added service icons to *OpenAdmin> Dashboard* page.
|
|
- [opencli user-add script is optimized](#user-add).
|
|
- Fixed bug with Memcached 1.6.24+ `bind(): Cannot assign requested address #failed to listen on one of interface(s) 127.0.0.1,::1: Invalid argument`.
|
|
|
|
|
|
|
|
### SWAP Notifications
|
|
|
|
SWAP usage can now also be monitored. When it reaches the threshold, you will receive a notification, and the Sentinel service will clear the swap. Once the process is complete, you will receive another notification.
|
|
|
|
SWAP usage can also be monitored. When the treshold is reached you will receive a notification and the Sentiel service will clear the swap. After it is completed you will receive another notification.
|
|
|
|

|
|
|
|
To change the swap usage treshold from terminal
|
|
```bash
|
|
opencli admin notifications update swap 90
|
|
```
|
|
|
|
|
|
### Email Template
|
|
|
|
OpenAdmin Notifications now use a custom email template:
|
|
|
|

|
|
|
|
This template was heavily inspired by [Vercel verification email](https://www.saasframe.io/examples/vercel-verification-email).
|
|
|
|
Template can be customized by the Administrator by editing: `/usr/local/admin/templates/system/email_template.html`
|
|
|
|
|
|
|
|
### user-add
|
|
|
|
`opencli user-add` script was rewritten to optimize the account creation process. Detailed debugging information is available, overlay2 is supported for Docker and for each new user files are used from the `/etc/openpanel/openadmin/skeleton/` directory.
|
|
|
|
|
|
|