From f22d39e7428fb4fa22812c31a420dd58c67a9c9e Mon Sep 17 00:00:00 2001 From: kosenka Date: Mon, 7 Apr 2025 10:38:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20hestiacp=5Finstall?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hestiacp_install | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/hestiacp_install b/hestiacp_install index e69de29..52f9c85 100644 --- a/hestiacp_install +++ b/hestiacp_install @@ -0,0 +1,18 @@ +# sudo -s + +# gpg --no-default-keyring --keyring /usr/share/keyrings/hestia-keyring.gpg --keyserver hkp://185.125.188.26 --recv-keys A189E93654F0B0E5 + +# wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh + +# bash hst-install.sh --lang 'ru' --hostname '$HOSTNAME' --username '$USERNAME' --email '$EMAIL' --password '$PASSWORD' --multiphp '8.2' --postgresql yes --dovecot no --clamav no --spamassassin no + +# reboot + +# usermod -aG sudo $USERNAME +# v-change-user-package $USERNAME default +# v-change-user-shell $USERNAME bash +# v-add-database $USERNAME rfclass_pg rfclass_pg $DBPASSWORD pgsql localhost +# v-add-database $USERNAME eis_pg eis_pg $DBPASSWORD pgsql localhost + +# v-add-domain $USERNAME $DOMAIN +# v-delete-mail-domain $USERNAME $DOMAIN