mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-13 18:02:32 +00:00
update to install release 1.5.3
This commit is contained in:
parent
b497dbab75
commit
4600e133ff
3 changed files with 5 additions and 5 deletions
|
|
@ -67,7 +67,7 @@ TMP_DIR=$DOWNLOAD_DIR/tmp
|
||||||
GITHUB="https://raw.githubusercontent.com/itiligent/Guacamole-Install/main/"
|
GITHUB="https://raw.githubusercontent.com/itiligent/Guacamole-Install/main/"
|
||||||
|
|
||||||
#Version of Guacamole to install
|
#Version of Guacamole to install
|
||||||
GUAC_VERSION="1.5.2"
|
GUAC_VERSION="1.5.3"
|
||||||
|
|
||||||
# Set preferred Apache CDN download link
|
# Set preferred Apache CDN download link
|
||||||
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}"
|
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# **Guacamole 1.5.2 VDI & Jump Server Appliance Builder**
|
# **Guacamole 1.5.3 VDI & Jump Server Appliance Builder**
|
||||||
|
|
||||||
A menu based build & install script for Guacamole 1.5.2 with support for SSL reverse proxy, AD integration, multi-factor authentication and further security hardening.
|
A menu based build & install script for Guacamole 1.5.3 with support for SSL reverse proxy, AD integration, multi-factor authentication and further security hardening.
|
||||||
|
|
||||||
### **Automatic build, install & config script**
|
### **Automatic build, install & config script**
|
||||||
|
|
||||||
|
|
@ -43,7 +43,7 @@ The installer downloads additional scripts for:
|
||||||
- Adding a fail2ban lockdown policy for Guacamole `add-fail2ban.sh`
|
- Adding a fail2ban lockdown policy for Guacamole `add-fail2ban.sh`
|
||||||
- Encrypting internal traffic between the Guacamole client and Guacd daemon with SSL `add-ssl-guac-gaucd.sh`
|
- Encrypting internal traffic between the Guacamole client and Guacd daemon with SSL `add-ssl-guac-gaucd.sh`
|
||||||
- Integrating with Active Directory (See ACTIVE-DIRECTORY-HOW-TO.md) `add-auth-ldap.sh`
|
- Integrating with Active Directory (See ACTIVE-DIRECTORY-HOW-TO.md) `add-auth-ldap.sh`
|
||||||
- Adding email alerts via Microsoft365 (uses SMTP auth, requires BYO MS app password) `add-smtp-relay-o365.sh`
|
- Adding email alerts via Microsoft365 (uses SMTP auth, requires BYO app password) `add-smtp-relay-o365.sh`
|
||||||
|
|
||||||
## **Installation notes**
|
## **Installation notes**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ echo
|
||||||
mkdir -p $DOWNLOAD_DIR
|
mkdir -p $DOWNLOAD_DIR
|
||||||
|
|
||||||
# Version of Guacamole to upgrade to
|
# Version of Guacamole to upgrade to
|
||||||
NEW_GUAC_VERSION="1.5.2"
|
NEW_GUAC_VERSION="1.5.3"
|
||||||
|
|
||||||
# Get the currently installed Tomcat version.
|
# Get the currently installed Tomcat version.
|
||||||
TOMCAT_VERSION=$(ls /etc/ | grep tomcat)
|
TOMCAT_VERSION=$(ls /etc/ | grep tomcat)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue