mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-16 19:46:48 +01:00
- panelAccess: plugin for panel access settings and OLS proxy - fix-pureftpd-quota-once.sh: one-time quota fix script - to-do: firewall banned IPs, panel access store, reverse proxy CSRF docs
12 lines
650 B
XML
12 lines
650 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<cyberpanelPluginConfig>
|
|
<name>Panel Access (Custom Domain)</name>
|
|
<type>Utility</type>
|
|
<description>Configure custom domain(s) for accessing CyberPanel behind a reverse proxy. Fixes 403 CSRF errors on POST (e.g. Ban IP) and optionally sets up OpenLiteSpeed proxy so the panel is reachable at your domain without manual OLS config. Detects panel port from bind.conf (2087/8090).</description>
|
|
<version>1.0.1</version>
|
|
<author>master3395</author>
|
|
<url>/plugins/panelAccess/</url>
|
|
<settings_url>/plugins/panelAccess/</settings_url>
|
|
<paid>false</paid>
|
|
</cyberpanelPluginConfig>
|