Update 0.2.1.md

This commit is contained in:
Stefan Pejcic 2024-06-18 15:10:25 +02:00 committed by GitHub
parent d99f470f16
commit ac7c02b0d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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