1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-07-19 22:23:45 +02:00
Commit Graph

142 Commits

Author SHA1 Message Date
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
Deokho Jeong
c2be2966a5 Support 'Not Install TOTP' Selection (#93) 2019-10-28 11:08:49 -05:00
Oliver Webb
238d7c4149 Use git.io for download URL (#55) 2019-10-26 12:10:55 -05:00
sbelongie
ead6a75a52 Add Support for Raspbian (#84) 2019-10-26 12:10:08 -05:00
2W Consultoria
092aeb3567 Update guac-install.sh (#86)
Prevent a interactive front end to ask if the services are restarted automatically.
2019-07-02 09:27:59 -05:00
2W Consultoria
0d4576bb6c Update guac-install.sh (#85)
Missing space before "]"
2019-07-02 09:27:47 -05:00
Jasper Michalke
cd866f807c Fixed /etc/guacamole/guacamole.properties (#83)
When running guac-install.sh several times, /etc/guacamole/guacamole.properties wit contain the credentials several times. For that the file will be removed and re-created afterwards.
2019-06-09 13:17:01 -05:00
Chase D. Wright
1a13bad832 Add TOTP 2019-05-18 13:53:48 -05:00
Chase Wright
efbd54e536 Support DB Name and DB User Name
Also doesn't try to install MySQL if it's already installed

Closes #80
2019-04-04 12:06:13 -05:00
Chase Wright
98ca5bbcc2 Update README.md 2019-01-25 09:16:22 -06:00
Chase D. Wright
93ea6b2db1 Add log location for failures, warn about dependency and make taking a while 2019-01-23 17:01:36 -06:00
Chase D. Wright
48f6351318 Add log location for failures, warn about dependency and make taking a while 2019-01-23 16:57:57 -06:00
Chase D. Wright
660764723a Remove GCC7 Hack 2019-01-23 16:15:59 -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
d3nisko
7c5c863c70 Update guac-install.sh (#49)
This if statement is redundant. It will never work because of previous if statement. As there is if/else the error code will always be 0, so this if will never return anything.
2018-09-23 07:39:31 -05:00
Chase Wright
ca284a22ff Patch 18.04 + Minor Fixes
My installation of 18.04 did not include the `universe` repo by default. This fixes that.
2018-09-13 13:47:37 -05:00
Chase Wright
764dcbd893 Patch 0.9.14 + Minor Fixes
Attempts to download and patch `typescript.c` via `cd0e48234a.patch`
2018-09-13 12:21:33 -05:00
Chase Wright
cf620b0616 Update README.md 2018-09-01 09:39:06 -05:00
Chase Wright
cc13a49d36 Add root/sudo check 2018-09-01 09:38:30 -05:00
Chase Wright
1c22d77142 Update README.md 2018-09-01 09:37:48 -05:00
Chase Wright
4ae4546d6d Add root/sudo check
Add root/sudo check thanks to @bmullan
2018-09-01 09:33:32 -05:00
breakintheweb
a43a3c8327 decrease verbosity and increase readability (#44)
This change has the following:
* Lowered verbosity for downloads (just progress bars)
* Colored output for each step of build 
* build process output is redirected to log
2018-08-29 08:18:29 -05:00
Chase Wright
068c61018c Add link to HTTPS
Closes #43
2018-04-20 08:34:20 -05:00
Chase Wright
7859f231d3 docker-ce
Closes #42
2018-04-01 10:00:47 -05:00
Chase Wright
169058d029 Account for gcc < 6 (#40)
* Account for gcc < 6
2018-03-12 17:15:26 -05:00
Chase Wright
8260cdda51 Fix Comment (#39)
* Just fixing a silly comment
2018-03-12 16:54:36 -05:00
Chase Wright
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
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
a3375c6805 Fix weird quotes 2018-02-23 18:46:48 -06:00
Chase Wright
714ae7f20d Allow Remote MySQL Upgrade
Thanks dockworka@netattack.it
2018-02-15 09:17:05 -06:00
Chase Wright
5d3eac71f8 Update guac-upgrade.sh 2018-02-11 11:24:31 -06:00
Chase Wright
75f965ef9d Switch to libmysql-java (#31)
* Switch to libmysql-java
2018-02-05 13:11:58 -05:00
Chase Wright
13cffd998a freerdp = freerdp-x11
In some distros there is more than one version available

Also, according to the documentation...this is actually a required item but it was added as a fix suggested by some other people...
2018-01-22 18:55:42 -06:00
Chase Wright
f736bc6389 Ensure guacd started
I don't know if this is required but it doesn't hurt
2018-01-20 21:57:00 -05:00
Chase Wright
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
Chase Wright
064b9612f9 echo for database patching 2018-01-20 19:57:34 -05:00
Chase Wright
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
Chase Wright
c45f9a62c7 Update guac-install.sh
Yup drunk
2018-01-20 16:57:53 -05:00
Chase Wright
c378aae2f6 Update guac-install.sh
I'm drunk
2018-01-20 16:54:59 -05:00
Chase Wright
5cc42e949e Quick Fix SERVER for Debian
Closes #27
Need to write better fix when I get time
2018-01-20 16:54:25 -05:00
Chase Wright
e460822772 Fix if statement
Closes #25
2018-01-20 15:32:22 -05: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
37e2481c7f Fixing Revert (Wrong Line Numbers) 2018-01-18 10:28:01 -05:00
Chase Wright
f5bebc8e9d Revert Change (Wrong Branch) 2018-01-18 10:26:02 -05:00
Chase Wright
06ca66f50f Remove rm and ln for tomcat/.guacamole
According to the documentation, none of this will be required (not even sure it was correct to begin with hah)
2018-01-18 10:23:51 -05:00
Chase Wright
3f8ecfca33 Added Download Check 2017-12-01 11:56:25 -06:00