59 Commits

Author SHA1 Message Date
TayloredSoftware
3311167615 Update to version 1.6.0 (#281)
* Update guac-upgrade.sh

Update to version 1.6.0

* Update guac-install.sh

Update to version 1.6.0

* Update guac-install-server.sh

Update to version 1.6.0

* Update docker-install.sh

Update to version 1.6.0

* Update README.md

Update to version 1.6.0
2025-09-30 15:15:23 -05:00
TayloredSoftware
ae97aaca94 Update to Version 1.5.5 (#272)
* Update README.md

Update to Version 1.5.4

* Update docker-install.sh

Updated to version 1.5.4

* Update guac-install-server.sh

Update to version 1.5.4

* Update guac-install.sh

Update to version 1.5.4

* Update guac-upgrade.sh

* Update guac-install.sh to version 1.5.5

* Update docker-install.sh to version 1.5.5

* Update guac-install-server.sh to version 1.5.5

* Update README.md

Update to version 1.5.5

* Update guac-upgrade.sh

Update to version 1.5.5

* Update README.md

* Update README.md

changed URL back to default

---------

Co-authored-by: wtaylor803 <111420385+wtaylor803@users.noreply.github.com>
2024-06-21 06:22:01 -05:00
wtaylor803
762ce5145b Update to Version 1.5.4 (#264)
* Update README.md

Update to Version 1.5.4

* Update docker-install.sh

Updated to version 1.5.4

* Update guac-install-server.sh

Update to version 1.5.4

* Update guac-install.sh

Update to version 1.5.4

* Update guac-upgrade.sh
2024-01-18 21:02:47 -06:00
SoulSeekkor
f403dcf10a Updated to version 1.5.3. (#258) 2023-08-16 16:43:52 -05:00
SoulSeekkor
1e15f0a172 Updated to version 1.5.1. (#251) 2023-06-11 20:12:23 -05:00
Chase Wright
575497d0b2 Update README.md 2023-04-24 17:32:46 -05:00
Leroy
cce8f2b5a8 Update README.md (#229)
Added Workaround for SSH with Ubuntu 22.04
2022-11-04 11:11:11 -05:00
Chase Wright
f0a5893c38 Update README.md 2022-02-14 08:09:06 -06:00
Eben van Deventer
dd8ffa2b96 Include Post Installation Notes (#214)
Hi, great work, I have, like many other people, if my Google searches were any indication, found issues with normal reverse proxying. Obviously moving Apache Guacamole behind a public facing reverse proxy, while not absolutely necessary, is best practice. For this reason, I was having huge performance issues behind a vanilla RP on NginX until I read the Apache Quac documentation, noting the headers and buffering (Especially under NginX). This solved the issue for me and I thought might assist users of your script as well.
2022-02-14 08:08:36 -06:00
SoulSeekkor
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
MysticRyuujin
ad54920210 Make sure docker runs tagged version. Update README. 2021-08-31 20:13:54 -05:00
Chase Wright
ea84a11979 Update README.md
Add note about fixes
2021-06-22 11:27:28 -05:00
Chase Wright
0816002f0c Update README.md
Updated per suggestion in #178
2021-05-24 13:11:02 -05:00
Chase Wright
f49cb52868 Update README.md 2021-03-15 13:44:41 -05:00
Chase Wright
9a3a4d84cb Update README.md 2021-03-10 10:01:34 -06:00
Bubbgump209
2dac1f3b7d Update README for Debian 10. freerdp2-dev requires libpulse-dev from backports (#168) 2021-02-10 09:27:41 -06:00
Chase Wright
a91f757b67 Update README.md 2021-01-27 08:38:55 -06:00
Chase Wright
ee277809b4 Update README.md 2021-01-27 08:38:44 -06:00
Chase Wright
e540e18628 Add note for Debian Users FreeRDP Backport 2021-01-27 08:37:34 -06:00
SoulSeekkor
4e1cbc86bb Updated scripts for Guacamole version 1.3.0. (#162) 2021-01-03 09:16:32 -06:00
Curtis Carter
8da14b837b Add Support For Linux Mint (#161)
* Add Support For Linux Mint

* Add Linux Mint Debian Edition Support

Added LMDE to Debian Name Checks
2020-12-26 23:41:33 -06:00
Chase Wright
40ae3174ea Update README.md 2020-07-05 17:53:36 -05:00
SoulSeekkor
6254bbb017 Updated to version 1.2.0 and added missing libavformat-dev package. (#145) 2020-07-03 20:24:18 -05:00
Chase Wright
4981b75511 Update README.md 2020-05-07 10:00:17 -05:00
Chase Wright
8645897f64 Update README.md 2020-03-21 21:08:12 -05:00
Chase Wright
1c7b2e2be1 Update README.md 2020-03-21 20:51:41 -05:00
Chase Wright
722f99c5e5 Fix #113 - Fully automate command line (#117) 2020-03-05 07:56:11 -06:00
g0tmi1k
4be76a7777 Add Kali Linux Support (#115)
* Add Kali Linux support

* Restart MySQL service

Kali linux has it disabled by default

* Force the symlink
2020-03-04 07:42:01 -06:00
Chase Wright
a312feb0b1 Fix for Debian Buster (#107)
* Fix for Debian Buster

Validated Installation with Debian Buster 10.3.0

* Update README.md
2020-02-17 12:56:15 -08:00
SoulSeekkor
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
SoulSeekkor
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
Chase Wright
17e5793676 Update README.md
Make note about TOTP cli options
2019-11-16 10:06:46 -06:00
Chase Wright
d6ba111f91 Note about Debian 10
It's been reported that Guacamole 1.0.0 and Debian 10 are not playing nice.
2019-11-16 10:01:48 -06:00
Oliver Webb
238d7c4149 Use git.io for download URL (#55) 2019-10-26 12:10:55 -05:00
Chase Wright
98ca5bbcc2 Update README.md 2019-01-25 09:16:22 -06:00
adam kaminski
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
Chase Wright
06e734b9c1 Update README.md 2018-11-16 08:08:16 -06:00
Chase Wright
e4d5594d36 Update README.md
No longer broken for 18.04
2018-09-25 08:24:52 -05:00
Chase Wright
cf620b0616 Update README.md 2018-09-01 09:39:06 -05:00
Chase Wright
1c22d77142 Update README.md 2018-09-01 09:37:48 -05:00
Chase Wright
068c61018c Add link to HTTPS
Closes #43
2018-04-20 08:34:20 -05:00
Chase Wright
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
Chase Wright
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
Chase Wright
3cc5ae61f7 Note on Tomcat8 2017-10-21 20:55:39 -05:00
Chase Wright
95b8374745 Update README.md 2017-09-20 09:47:21 -05:00
Brandon
ada86f1df9 Mostly Typo Fixes (#17)
* fixed typo

* fix typos; use mkdir -p

fix a couple of minor typos and some unnecessary caps; switch to mkdir -p (create parent directories) in Make Directories section to save one line and prevent errors if directories already exist

* switch from apt-get to apt; lose -qq for install

* fix typo
2017-08-21 21:46:45 -05:00
Chase Wright
948c43c9c3 Update README.md 2017-08-02 06:31:42 -05:00
Chase Wright
623c6c652f Update README.md 2017-07-31 17:28:56 -05:00
Chase Wright
2236cff626 Update README.md 2017-07-31 13:02:14 -05:00
Chase Wright
ea91e025fd Debian support (#9)
* Debian Dependencies

* Debian Support

* Fixed Order to reflect guac manual

* Debian Support

Fixes Issue #8
2017-07-29 14:33:15 -05:00