Features
- Certificates — Force Renew: added a Force Renew button next to Issue Certificate that runs
acme.sh --issue --force, so you can renew early even when the domain still has a valid, not-yet-expiring certificate (which acme.sh otherwise skips). A confirmation dialog warns that--forcecounts against Let's Encrypt's duplicate-certificate rate limit (~5/week). - Clients — redesigned dialog & page: the client dialog now folds Inbounds & Limits into a wider, two-column General tab (UUID/password and Links stay as separate tabs); inbound selection is a compact multi-select dropdown; new clients default to a 30-day auto-reset period. The page is retitled User Management.
Fixes
- Dashboard — charts overflowing their card (#15): toggling a dashboard tile (e.g. hiding Traffic then showing it again) shrank a neighbouring chart's column, but the ECharts SVG kept its widened size and spilled past the card border. Charts now re-measure on the next animation frame using their container's explicit width/height, and dashboard cards clip overflow as a hard backstop.