HestiaCP 1.1 Changelog

Is there any changelog for the upcoming new HestiaCP 1.1?
Also any documentation how to do new clear installation, update etc

Thanks for your efforts

Changelog you’ll find here: https://github.com/hestiacp/hestiacp/blob/master/CHANGELOG.md

About documentation: https://docs.hestiacp.com but also please read my other answer here: [SOLVED] Only 1 backup file. Huh?

############################################################
# Clean install Hestia from latest master or local changes #
############################################################
SRCDIR='/home/ubuntu'

cd $SRCDIR
git clone https://github.com/hestiacp/hestiacp.git
cd hestiacp

# After we are done editing we build hestia deb packages (dst dir: /tmp/hestiacp-src/debs/)
sudo $SRCDIR/hestiacp/src/hst_autocompile.sh --hestia "~localsrc" no

# And now we will install Hestia with our freshly compiled debs instead of the ones from the official repo
# - This flag "--with-debs" will instruct the installer where look for Hestia packages
sudo su -
/home/ubuntu/hestiacp/install/hst-install-ubuntu.sh --with-debs /tmp/hestiacp-src/debs/ --force --apache yes --nginx yes --multiphp yes  ...
2 Likes

Hi! Sorry for my English.
It is possible to add to multiphp 1.1 nginx conf - template for phpBB 3.3.0 forum?
Very necessary :blush:

Please consider to open a new thread for a request.

To answer yours: You can just copy a existing template and adjust it to phpBB ($HESTIA/data/templates/web/nginx/php-fpm), if you like you could also do a pull request with the template so it will be integrated with the next hestia release: https://github.com/hestiacp/hestiacp/pulls

1 Like

ETA on Version 1.1.0?

1 Like