Explorar el Código

Allow 1 Web alias in system.pkg

Jaap Marcus hace 4 años
padre
commit
fbddc9aa46

+ 1 - 1
install/deb/packages/system.pkg

@@ -3,7 +3,7 @@ PROXY_TEMPLATE='default'
 BACKEND_TEMPLATE='default'
 BACKEND_TEMPLATE='default'
 DNS_TEMPLATE='default'
 DNS_TEMPLATE='default'
 WEB_DOMAINS='1'
 WEB_DOMAINS='1'
-WEB_ALIASES='0'
+WEB_ALIASES='1'
 DNS_DOMAINS='1'
 DNS_DOMAINS='1'
 DNS_RECORDS='unlimited'
 DNS_RECORDS='unlimited'
 MAIL_DOMAINS='1'
 MAIL_DOMAINS='1'

+ 1 - 1
install/hst-install-debian.sh

@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 VERBOSE='no'
 
 
 # Define software versions
 # Define software versions
-HESTIA_INSTALL_VER='1.5.5'
+HESTIA_INSTALL_VER='1.5.6'
 # Dependencies
 # Dependencies
 pma_v='5.1.2'
 pma_v='5.1.2'
 rc_v="1.5.2"
 rc_v="1.5.2"

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 VERBOSE='no'
 
 
 # Define software versions
 # Define software versions
-HESTIA_INSTALL_VER='1.5.5'
+HESTIA_INSTALL_VER='1.5.6'
 # Dependencies
 # Dependencies
 pma_v='5.1.2'
 pma_v='5.1.2'
 rc_v="1.5.2"
 rc_v="1.5.2"

+ 0 - 4
install/upgrade/versions/1.5.5.sh

@@ -99,7 +99,3 @@ if [ ! -f "$HESTIA/data/packages/system.pkg" ]; then
     cp -f $HESTIA/install/deb/packages/system.pkg $HESTIA/data/packages/system.pkg
     cp -f $HESTIA/install/deb/packages/system.pkg $HESTIA/data/packages/system.pkg
 fi
 fi
 
 
-echo "[ * ] Refresh Hostname SSL"
-hostname=$(hostname);
-user=$($HESTIA/bin/v-search-domain-owner "$hostname");
-$HESTIA/bin/v-update-host-certificate "$user" "$hostname"

+ 27 - 0
install/upgrade/versions/1.5.6.sh

@@ -0,0 +1,27 @@
+#!/bin/bash
+
+# Hestia Control Panel upgrade script for target version 1.5.5
+
+#######################################################################################
+#######                      Place additional commands below.                   #######
+#######################################################################################
+####### Pass through information to the end user in case of a issue or problem  #######
+#######                                                                         #######
+####### Use add_upgrade_message "My message here" to include a message          #######
+####### in the upgrade notification email. Example:                             #######
+#######                                                                         #######
+####### add_upgrade_message "My message here"                                   #######
+#######                                                                         #######
+####### You can use \n within the string to create new lines.                   #######
+#######################################################################################
+
+upgrade_config_set_value 'UPGRADE_UPDATE_WEB_TEMPLATES' 'false'
+upgrade_config_set_value 'UPGRADE_UPDATE_DNS_TEMPLATES' 'false'
+upgrade_config_set_value 'UPGRADE_UPDATE_MAIL_TEMPLATES' 'false'
+upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'false'
+upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false'
+
+echo "[ * ] Refresh Hostname SSL"
+hostname=$(hostname);
+user=$($HESTIA/bin/v-search-domain-owner "$hostname");
+$HESTIA/bin/v-update-host-certificate "$user" "$hostname"

+ 1 - 1
src/deb/hestia/control

@@ -1,7 +1,7 @@
 Source: hestia
 Source: hestia
 Package: hestia
 Package: hestia
 Priority: optional
 Priority: optional
-Version: 1.5.5
+Version: 1.5.6
 Section: admin
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com
 Homepage: https://www.hestiacp.com