Releases: virtuosoft-dev/hestiacp-pluginable
v1.0.6
Dynamic logging implemented logs most operations via $hcpp->log function to /tmp/hcpp.log. To turn on logging, initiate the /tmp/hcpp.log with read/write access across the board; failure to do so may inhibit pluginable functionality as logging is initiated by multiple users and threads:
sudo touch /tmp/hcpp.log
sudo chmod 666 /tmp/hcpp.log
To turn on logging:
sudo touch /usr/local/hestia/data/hcpp/logging
To turn off logging, remove the file:
sudo rm -rf /usr/local/hestia/data/hcpp/logging
v1.0.3
Note: Self-update is built into this version; but you must follow the new install instructions.
Upgrading to v1.0.3 from a prior version? Remove your /etc/hestiacp/hooks folder and clone directly to the /etc/hestiacp/hooks folder.
sudo -s
git clone https://github.com/virtuosoft-dev/hestiacp-pluginable /etc/hestiacp/hooks
/etc/hestiacp/hooks/post_install.sh
service hestia restart
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Update plugins fix
v1.0.0
init. release
v1.0.0-beta.40
load path
v1.0.0-beta.39
backup optional
v1.0.0-beta.38
wip
v1.0.0-beta.37
typo
v1.0.0-beta.36
Consolident function req. to just shell_exec