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

40 Commits

Author SHA1 Message Date
236fd462ef Updated docker-install.sh to support Duo (#231)
Added Duo support for docker install
2022-11-04 11:10:55 -05:00
80c99871da Make docker version compatible for DUO installs. Move mysql to accomodate. 2021-08-31 20:24:22 -05:00
ad54920210 Make sure docker runs tagged version. Update README. 2021-08-31 20:13:54 -05:00
a837c4a31b Improve Docker Installer. Support TOTP. 2021-08-31 20:10:22 -05:00
6f89f7a1d1 Fix MySQL authentication issues
A silly workaround, but it works.
2021-06-09 07:53:37 -05:00
76e992022a Possible fix for #183 2021-06-07 14:48:33 -05:00
22e279ce11 Update docker-install.sh 2021-04-14 10:42:58 -05:00
8e5b3dc8a1 Update docker-install.sh
Try automatic docker remediation
2021-03-15 13:10:52 -05:00
552f50eaf4 Update docker-install.sh
Update to default-mysql-client
2021-03-15 13:06:18 -05:00
cef02d5633 Add link to get-docker script 2021-03-15 12:58:51 -05:00
abb5449c71 Update docker-install.sh
Add a check and note about apt prerequisites
2021-03-15 12:56:34 -05:00
24a0d4f36d Use healthcheck/mysql 2021-03-09 12:28:31 -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
4ce4410dec Improve stability (#116)
I don't have time to test all of this lol but it appears to be in order...and much appreciated.
2020-03-04 13:24:53 -06: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
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
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
7859f231d3 docker-ce
Closes #42
2018-04-01 10:00:47 -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
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
1efaadbf77 Updated Password Logic 2017-12-01 11:55:22 -06:00
ede1394cfa Updated Download Location 2017-12-01 11:42:31 -06:00
cc71a019dc MySQL Sleep 2017-10-13 10:52:34 -05:00
e4ecf3eda0 Fixed Typos - Switched to apt 2017-08-21 21:49:49 -05:00
2161ea5ab6 silent install and cosmetic change (#15)
* add -qq for silent install

* add -qq for silent install

* newline after passwort question

* add newline after password question

also add  -qq -y on apt install

* Update guac-install.sh
2017-08-03 06:31:57 -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
54a62c5cf2 Reorder apt-get & SERVER
The SERVER variable requires curl and jq to be installed but it was being set before the apt-get install
2017-07-23 20:42:16 -05:00
169ab6d302 Fixed Docker Sources 2017-07-23 20:38:35 -05:00
c0956cca6e version update 2017-04-05 12:33:49 -04:00
279dc3ec3b Update docker-install.sh 2017-03-12 13:36:03 -05:00
7e1203c8a6 Trimmed "/" from $SERVER 2017-03-12 13:35:19 -05:00
e4198c279f Fixed $VERSION variable 2017-03-03 22:38:48 -06:00
de47d3d07b Removed build-essential from Docker version 2017-03-03 22:37:29 -06:00
70ece90f98 added apt-get update and build-essential 2017-03-03 22:34:01 -06:00
72f61761ed Updated Version, Fixed some syntax 2017-02-11 08:47:49 -06:00
23df3c91e1 Added curl just in case
Some users have reported that curl is sometimes not installed (weird)
2017-01-02 11:05:49 -06:00
68412434fc Updated to work with 0.9.10
Also removed downloaded files
2016-12-31 16:55:51 -06:00
f75b3551f7 Created docker-install.sh
Docker Install Script
2016-10-20 20:26:40 -05:00