[Alpha] Hestia 1.9 - Help Wanted!

We have just released 1.9.0~alpha

Before continuing please read carefully:

  • Please do not install on a production server yet!
  • A lot of feedback is wanted / needed so please set up a test install
  • Do not supply -D, --with-debs option and there is no need to build any packages

Install on new server:

Download:
https://beta-apt.hestiacp.com/hst-install-debian.sh
or
https://beta-apt.hestiacp.com/hst-install-ubuntu.sh

And run:

bash hst-install-debian.sh   

And append your options like you are used to be:

-W  / --webterminal  [yes / no ]  Installs Web Terminal this is not protected by Jailkit! / RSSH JAIL!
-u  / --username [username] Username mandatory know!
-L / --resourcelimit [yes / no] Limit user resources with Cgroups 
-w, --phpfpm  also accept php version 8.3,8,2,8,1 

Upgrading existing systems

Will follow later

Please report any issues we will try to fixe them asap.

If everything goes well in the next 2 weeks 1.9 official release

27 Likes

Existing installs:

Please wait with updating production installs

# Collecting system data
ARCH=$(arch)
case $(arch) in x86_64) ARCH="amd64" ;; aarch64) ARCH="arm64" ;; esac
codename="$(lsb_release -s -c)"
apt="/etc/apt/sources.list.d"

# Add the beta repo to hestia.list
sed -i 's/^/#/' $apt/hestia.list
echo "deb [arch=$ARCH signed-by=/usr/share/keyrings/hestia-beta-keyring.gpg] https://beta-apt.hestiacp.com/ $codename main" >> $apt/hestia.list
curl -s "https://beta-apt.hestiacp.com/pubkey.gpg" | gpg --dearmor | tee /usr/share/keyrings/hestia-beta-keyring.gpg > /dev/null 2>&1

# Update to the beta version
apt update && apt upgrade
9 Likes

Also https://translate.hestiacp.com just got updated with the latest version of the translations / locales

7 Likes