You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-15 11:54:05 +08:00
v8.2.1: Refactor HA and Config Compare modules, optimize service installation flow, and add Spanish language support
- Replaced unused AJAX and JS methods (`cleanProvisioningProcess`, `showErrorStatus`) in HA management with simpler, streamlined equivalents. Moved HA cluster data fetching logic to the new endpoint (`HAClustersView`). - Introduced `compareConfig()` method to improve configuration diff rendering. Removed redundant templates (`compare.html`), leveraging external Diff2Html library. - Simplified HA service installation logic in `Reconfigure`, enabling task-based tracking. Removed redundant progress logic (`increaseProgressValue`, `checkInstallResp`). - Added support for Spanish localization (`es-ES.html`, updated `languages.html` template). - Replaced Python PagerDuty SDK for a more actively maintained library. - Fixed description rendering logic in HA cluster templates. - Updated Nginx to support multiple aliases per server. - Minor dependency updates and comments cleanup in Ansible WAF tasks.
This commit is contained in:
@@ -13,7 +13,7 @@ peewee>=3.14.10
|
||||
PyMySQL>=1.0.2
|
||||
distro>=1.2.0
|
||||
psutil>=5.9.1
|
||||
pdpyras>=4.5.2
|
||||
pagerduty>=2.1.2
|
||||
pika>=1.3.1
|
||||
Werkzeug==3.0.3
|
||||
Flask==3.0.3
|
||||
|
||||
Reference in New Issue
Block a user