mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 0.2.1.md
This commit is contained in:
@@ -20,7 +20,7 @@ Not yet released.
|
||||
|
||||
### 💥 Breaking changes
|
||||
- All OpenPanel configuration files are now stored in `/etc/openpanel` - this directory is not modified on updates.
|
||||
- **BETA** support for CSF (ConfigServer Firewall) as drop-in replacement for UFW.
|
||||
- [**BETA** support for CSF (ConfigServer Firewall) as drop-in replacement for UFW](#csf).
|
||||
|
||||
### 🐛 Bug fixes
|
||||
- Excluded `/send_email` route on OpenAdmin from terms check.
|
||||
@@ -166,6 +166,16 @@ Due to the higher number of extensions, we are also changing the install method
|
||||
Example output:
|
||||

|
||||
|
||||
### CSF
|
||||
|
||||
ConfigServer Firewall can now be used with OpenPanel. To switch to CSF:
|
||||
1. Uninstall UFW
|
||||
2. Install CSF
|
||||
3. Run `opencli firewall-reset`
|
||||
|
||||
This will open needed ports and edit csf.conf to allow docker networks to communicate to the host.
|
||||
|
||||
Please note that currently there is no interface in OpenAdmin to manage the CSF, so all changes need to be made [from the terminal](https://pcx3.com/cheatsheets/csf/) or by using [CSF UI](https://tecadmin.net/how-to-enable-csf-firewall-web-ui/).
|
||||
|
||||
### Custom CSS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user