v3.1.6
tobychui/zoraxyv3.1.6Dec 31, 2024by tobychui
AI Summary
This patch release addresses Proxmox websocket compatibility issues while introducing a new uptime monitor toggle per HTTP proxy rule, specifically designed for NAS and low-power devices that enter sleep mode when idle. It also adds configuration flexibility by exposing log files, system UUID, and static web server paths via start flags, along with optional HTTP header forwarding to websocket connections.
Key Highlights
- Fixed Proxmox websocket compatibility issues from v3.1.5
- Added toggle for uptime monitor per HTTP proxy rule for power-efficient devices
- Exposed log file, sys.uuid, and static web server path to start flags
- Added optional copying of HTTP custom headers to websocket connections
- Optimized connection close implementation for better resource management
New Features
- Uptime monitor toggle per HTTP proxy rule
- Optional HTTP custom headers copying to websocket connections
- Configurable log file, sys.uuid, and static web server path via start flags
Full Release Notes
## v3.1.6 This is a quick patch version of v3.1.5 for Proxmox websocket. This version also introduced the new toggle for uptime monitor per HTTP proxy rule, suitable for NAS and low power devices which will enter sleep mode when there are no incoming requests. ### Change Log - Exposed log file, sys.uuid and static web server path to start flag (customizable conf and sys.db path is still wip) - Optimized connection close implementation - Added toggle for uptime monitor - Added optional copy HTTP custom headers to websocket connection