1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-07-03 09:13:34 +02:00
Commit Graph

41 Commits

Author SHA1 Message Date
9884b77218 Added section to handle SAML authentication upgrade 2023-01-03 16:50:41 +00:00
09c6d79bdf Update guac-upgrade.sh (#220)
Fixes upgrade 1.2.0 to 1.4.0 while the directories do not exist after upgrade to version 1.4.0. So FreeRDP can not access this folders with "daemon" user. So I obtained this parts from the guac-install.sh to make RDP work again on upgraded 1.4.0 Version.

# Fix for #196
mkdir -p /usr/sbin/.config/freerdp
chown daemon:daemon /usr/sbin/.config/freerdp

# Fix for #197
mkdir -p /var/guacamole
chown daemon:daemon /var/guacamole
2022-04-14 08:14:09 -05:00
7439869bfc Updated to support guacamole 1.4.0 and updated the guac-install.server.sh script some. (#208) 2022-01-05 20:00:05 -06:00
4e88c3731e systemd 2021-08-20 21:17:56 -05:00
423625f718 Workaround for Non-release versions of FreeRDP
Related: #164
2021-01-06 11:56:21 -06:00
4e1cbc86bb Updated scripts for Guacamole version 1.3.0. (#162) 2021-01-03 09:16:32 -06:00
6254bbb017 Updated to version 1.2.0 and added missing libavformat-dev package. (#145) 2020-07-03 20:24:18 -05:00
621ebc6d32 Metadata (#111)
* Fized mysql-client installation error with existing MariaDB server

* Added gitignore add chmod +x install scripts

* Added gitignore add chmod +x install scripts

* Fized permissions

* Changed command availability detection

* Added gitignore add chmod +x install scripts

* Added gitignore add chmod +x install scripts
2020-02-23 12:05:19 -06:00
622c92ab2c guac-update nitpicks
guac-update nitpicks
2020-02-17 15:15:37 -06:00
2c29ba8231 Add Optional MySQL Support (#99)
* Added missing package for guac-install-server.sh.

* Minor cleanup of Duo configuration settings.

* Prompt test.

* Working on adding prompts and replacing MySQL information with variables.

* Improved switch/variable management and checking, only prompt for values not already passed via command line switches.

* Removed variable that shouldn't be there.

* Updated switches.

* Updated readme to include new information and all switches.

* Updated readme again.

* -Updated variables and switches to match install script.
-Added check for MySQL host, prompt if necessary.

* Updated scripts to use given MySQL host/port when executing scripts.

* Fixed typo and removed line that always fails.

* More fixes.

* Added line back in.

* Added starting services message to upgrade script.
2020-02-09 18:40:11 -05:00
dfc6f05d85 Support for Guacamole 1.1.0 Install/Upgrade + More (#97)
* Updated to handle Guacamole 1.1.0 and to include support for installed Duo.

* Fixed missing no color code.

* Added .gitattributes file and updated README.md.

* Fixed package to use FreeRDP2 variant.

* Prompt test.

* Another prompt test.

* Another prompt test.

* Another prompt test.

* Formatting.

* -For the install output Duo configuration values no matter what.
-Updated upgrade script to include missing packages.

* Added additional package to the upgrade script that may be required.

* Formatting and added missing websockets package.

* Added logic for upgrading the TOTP and Duo extensions.

* Update README.md

Changed README.md links back.
2020-02-05 15:24:52 -05:00
660764723a Remove GCC7 Hack 2019-01-23 16:15:59 -06:00
21b84b1cb1 Updated script version from 0.9.14 to 1.0.0 (#60)
* Update guac-upgrade.sh

Adjusted version from 0.9.14 to 1.0.0

* Update guac-install.sh

Updated version from 0.9.14 to 1.0.0 and commented out patching that is specific to 0.9.14

* Update README.md

Adjusted version from 0.9.14 to 1.0.0

* Update guac-install-server.sh

Adjusted version from 0.9.14 to 1.0.0

* Update docker-install.sh

Adjusted the version from 0.9.14 to 1.0.0
2019-01-10 11:21:52 -06:00
cc13a49d36 Add root/sudo check 2018-09-01 09:38:30 -05:00
169058d029 Account for gcc < 6 (#40)
* Account for gcc < 6
2018-03-12 17:15:26 -05:00
8260cdda51 Fix Comment (#39)
* Just fixing a silly comment
2018-03-12 16:54:36 -05:00
baac552de0 Fix gcc-7 & Update Docker (#38)
* Force guacd compile with gcc-6 to resolve gcc-7 compile issues

* Update docker version
2018-03-12 16:44:55 -05:00
9a6da88418 Add Non-Interactive Option (#37)
Thanks to @bigredthelogger for providing the initial code

* Add Non-Interactive Option to Installer

* Update README for Non-Interactive Options

* Add Non-Interactive Option to Upgrade
2018-03-09 15:51:48 -06:00
a3375c6805 Fix weird quotes 2018-02-23 18:46:48 -06:00
714ae7f20d Allow Remote MySQL Upgrade
Thanks dockworka@netattack.it
2018-02-15 09:17:05 -06:00
5d3eac71f8 Update guac-upgrade.sh 2018-02-11 11:24:31 -06:00
75f965ef9d Switch to libmysql-java (#31)
* Switch to libmysql-java
2018-02-05 13:11:58 -05:00
0569824494 auto start guacd
When I performed the upgrade my guacd service was dead, had to start it
2018-01-20 21:54:43 -05:00
064b9612f9 echo for database patching 2018-01-20 19:57:34 -05:00
bcce82bbc0 0.9.14 fixes (#28)
* Replace VERSION with GUACVERSION
    #26 #25

* Make database name dynamic from the guacamole.properties file
    #27
2018-01-20 19:34:58 -05:00
d07bfcb98b 0.9.14 Release (#23)
* Support Upgrade From Older Versions

First I've added a MySQL Root Password Prompt, it will verify that the user is entering the correct password and will not continue until the MySQL Root Password is entered correctly.

Second, I'm just getting the tomcat version number from /etc/ folder name...This seems to work well enough (instead of making the user edit the script manually)...Maybe someone can come up with a better solution?

Third, I'm using the Version.js file to get the currently installed versions number. This allows for supporting multiple version number upgrades (E.G going from 0.8.2 to 0.9.14). The script will now loop through all of the SQL Upgrade files, and apply any that are newer than the OLDVERSION...

I.E. Going from 0.9.9 to 0.9.13 should automatically install `upgrade-pre-0.9.10.sql` & `upgrade-pre-0.9.11.sql` & `upgrade-pre-0.9.13.sql`

* Remove GUACAMOLE_HOME

According to the documentation this is now a default search path, so this isn't required anymore

* Version Control for Ubuntu and Debian

This might need more work but it should install the proper packages for both Ubuntu and Debian and account for Tomcat 8.0.x and 8.5.x differences...

http://tomcat.apache.org/whichversion.html

7.x does not say end of life... but 8.0.x does. The distro maintainers have different versions of Tomcat8 so we can check for 8.5.x or newer options and install, otherwise go the safer route and install Tomcat7

* Remove rm and ln of tomcat/.guacamole

According to the documentation this is not required (it may not have been required to begin with?)

* No Longer Incubating!
2018-01-20 08:23:04 -06:00
5ef98b2246 Update Download Locations & Logic 2017-12-01 11:49:26 -06:00
8b6519fa01 Tomcat 7 & MCJVERSION Update 2017-11-12 11:11:22 -06:00
3296a14429 Grammar 2017-08-21 21:55:35 -05:00
8dc1cce78b Tomcat Variable (#13)
* Tomcat Variable

I don't know a good way to know which tomcat version is already running, and of course someone could theoretically run more than one...so the upgrade script is just a variable but the install script will check apt-cache and try to install tomcat8, then tomcat7, then tomcat6...

* Optional commented line

Added a commented out line in case someone wants to force an older/specific tomcat install
2017-08-02 06:24:36 -05:00
249da0ba33 add architecture check for freerdp (#12)
* add shebang-row

* use FreeRDP depending on current architecture

* add architecture check
2017-08-02 05:27:53 -05:00
a153623ce8 Fixed MCJVERSION
Stupid spaces
2017-08-01 08:15:07 -05:00
6cb350b102 0.9.13 update (#10)
* Update guac-install-server.sh

* Update guac-upgrade.sh

* Update guac-install.sh

* Update docker-install.sh
2017-08-01 08:12:56 -05:00
911a18ab0c Add files via upload 2017-07-21 17:49:40 -05:00
34c8f44543 automated schema upgrade check
If the schema upgrade needs to happen then the file name would exist with the current version's name so it's easy enough to check for and run if necessary.
2017-07-17 18:05:08 -05:00
8e8b6056dc There is no schema upgrade from 0.9.11 to 0.9.12 2017-04-12 16:03:13 -05:00
5e64ba90c9 version update 2017-04-05 12:34:59 -04:00
c4ebfaac2c Fixed a static version number 2017-03-30 21:10:52 -05:00
e8571f50b7 Variable separation
Made variables into ${} for clearer separation
2017-03-12 13:34:07 -05:00
d2696b552a Update guac-upgrade.sh
Fixed spaces on VERSION line
Appended '|rtrimstr("/")' to '.preferred' to remove trailing "/"
2017-03-10 11:13:26 -10:00
c1ad43febc Initial Script for Guacamole Upgrade 2017-02-03 21:19:36 -06:00