Back to Changelog
Panel Backend
v1.0.475
Runtime integrity self-heal for Node.js/Python and a git webhook SSL fix.
New Features
2- Downloaded Node.js and Python runtime pools are now health-checked by actually running their package manager (npm/pip venv), not just by checking that the binary exists. A background self-heal on startup detects and repairs broken runtime pools without blocking boot, and a pre-deploy guard fixes or clearly reports the problem before a Node/Python app deploy. This repairs installs left broken by an earlier packaging bug (forum #233, npm MODULE_NOT_FOUND: ./cache/policy.js).
- Panel and mail SSL certificates now re-provision automatically when the panel hostname changes.
Bug Fix
1- Git webhook URLs now use the panel domain (the SSL certificate hostname) instead of the raw server IP, so GitHub can verify the webhook endpoint over HTTPS (forum #234).