Skip to content

Releases: virtuosoft-dev/hestiacp-pluginable

v1.0.6

17 Sep 17:36
Compare
Choose a tag to compare
v1.0.6 Pre-release
Pre-release

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

29 Aug 02:45
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release

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

24 Aug 07:08
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

Full Changelog: v1.0.1...v1.0.2

v1.0.1

06 Aug 06:45
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release
Update plugins fix

v1.0.0

06 Nov 16:51
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release
init. release

v1.0.0-beta.40

29 Oct 23:32
Compare
Choose a tag to compare
v1.0.0-beta.40 Pre-release
Pre-release
load path

v1.0.0-beta.39

28 Oct 02:05
Compare
Choose a tag to compare
v1.0.0-beta.39 Pre-release
Pre-release
backup optional

v1.0.0-beta.38

25 Oct 03:00
Compare
Choose a tag to compare
v1.0.0-beta.38 Pre-release
Pre-release
wip

v1.0.0-beta.37

25 Oct 02:55
Compare
Choose a tag to compare
v1.0.0-beta.37 Pre-release
Pre-release
typo

v1.0.0-beta.36

25 Oct 02:50
Compare
Choose a tag to compare
v1.0.0-beta.36 Pre-release
Pre-release
Consolident function req. to just shell_exec