From ac7c02b0d0490b620a151f5e8ca3abffaab6a3e3 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 18 Jun 2024 15:10:25 +0200 Subject: [PATCH] Update 0.2.1.md --- documentation/docs/changelog/0.2.1.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/documentation/docs/changelog/0.2.1.md b/documentation/docs/changelog/0.2.1.md index 96bc1272..23e85336 100644 --- a/documentation/docs/changelog/0.2.1.md +++ b/documentation/docs/changelog/0.2.1.md @@ -14,7 +14,8 @@ Not yet released. - [Internal OpenPanel blacklist](#openpanel-blacklist) - [**BETA** FOSSBilling Module](https://github.com/stefanpejcic/FOSSBilling-OpenPanel) - [OpenAdmin > Firewall > Settings](#firewall-settings) -- **BETA** support for Lego (Let's Encrypt client and ACME library written in Go) instead of Certbot. +- [opencli admin notifications check](#notifications-check) command +- [Custom CSS code can now be added to the OpenAdmin interface](#custom-css) ### 💥 Breaking changes @@ -158,3 +159,20 @@ Due to the higher number of extensions, we are also changing the install method - **Export IPv6 rules** will download in txt file all existing ipv6 rules. - **Reset ports for all users** will delete opened ports for all users and open the current ports for all active users. - **Restrict access to Cloudflare only** - will whitelist all Cloudfalre proxy IP addresses. + +### notifications check +`opencli admin notifications check` command allows administrators to check notifications manually from the terminal. + +Example output: +![notifications screenshot](https://i.postimg.cc/pdcdGVvv/2024-06-18-15-06.png) + + +### Custom CSS + +Administrators can add custom CSS code in `/usr/local/admin/static/custom/custom.css` file. + +![example css](https://i.postimg.cc/LsW-Hkyk6/2024-06-18-15-04.png) + +Bootstrap5 documentation on setting variables: https://getbootstrap.com/docs/5.3/customize/color-modes/#variables + +