Back to Changelog
Panel Backend
v1.0.480
Per-site log visibility, automatic log rotation, and a new OpsAI Telegram agent.
New Features
2- OpsAI Telegram Agent: connect a Telegram bot and group chat, then any message sent to the group drives a headless OpsAI session and posts the reply back to the chat. Resilient long-polling survives reconnects and auto-starts on boot.
- Per-Site Logs: per-domain access/error logs are now visible under Sites, plus a Per-Site Logs aggregate view in Storage Overview. Apache global (non-vhost) logs are now correctly categorized instead of showing 0B.
Improvements
2- Per-site log clearing (targeted per-domain and aggregate) uses an inode-safe truncate so the web server keeps writing to the same file handle after a clear.
- OpsAI now understands the current 1388-endpoint API surface (Laravel, Node.js, Python, per-site logs, and other recently added modules), supports cross-server SSH with explicit user-provided credentials, and no longer leaves a garbled terminal after refresh.
Bug Fixes
2- Default log rotation now applies automatically to panel and per-site logs (daily, 14-day retention) to prevent unbounded growth that could fill the disk and crash the database. Applied to existing installs via self-heal.
- Docker: deleting a single container no longer removes data shared with sibling containers.