Commit Graph

202 Commits

Author SHA1 Message Date
Chase Wright cf746004d4
Update guac-install.sh
Fix from #222 - Ignore warnings when compiling?
2022-05-09 09:01:56 -05:00
0xE232FE 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
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
Chase Wright 4c45586378
Create guacd.conf before starting service 2022-01-20 15:53:12 -06:00
Eben van Deventer 325a14c455
Generate guacd.conf for 1.4.0 (#212)
* Create guacd.conf

Fixes #208 and #207 ?

Co-authored-by: Chase Wright <mysticryuujin@protonmail.com>
2022-01-20 15:51:07 -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
Chase Wright b74ca7df5b
Update MCJVER 2021-10-22 08:44:05 -05:00
Chase Wright 9155efe897
chown /var/guacamole 2021-10-22 08:41:42 -05:00
MysticRyuujin 80c99871da Make docker version compatible for DUO installs. Move mysql to accomodate. 2021-08-31 20:24:22 -05:00
MysticRyuujin ad54920210 Make sure docker runs tagged version. Update README. 2021-08-31 20:13:54 -05:00
MysticRyuujin a837c4a31b Improve Docker Installer. Support TOTP. 2021-08-31 20:10:22 -05:00
Chase Wright e4ac60c3fa
Fix for systemd daemon rdp
Fixes #196
2021-08-31 19:06:26 -05:00
Chase Wright b79c450bbd
Support Debian 11 bullseye 2021-08-31 17:22:31 -05:00
Chase Wright 4e88c3731e
systemd 2021-08-20 21:17:56 -05:00
Chase Wright 0ba76b783b
systemd 2021-08-20 21:17:19 -05:00
Chase Wright 9a9402df00
Move to systemd
Fixes #194 - wasn't as hard as I thought it might be...hopefully nothing else breaks
2021-08-20 21:15:38 -05:00
Chase Wright b60850d1b2
Fix add-apt-repository for Linux Mint 2021-07-30 15:54:55 -05:00
Chase Wright ea84a11979
Update README.md
Add note about fixes
2021-06-22 11:27:28 -05:00
Chase Wright 6f89f7a1d1
Fix MySQL authentication issues
A silly workaround, but it works.
2021-06-09 07:53:37 -05:00
MysticRyuujin 76e992022a Possible fix for #183 2021-06-07 14:48:33 -05:00
Chase Wright 0816002f0c
Update README.md
Updated per suggestion in #178
2021-05-24 13:11:02 -05:00
Chase Wright 22e279ce11
Update docker-install.sh 2021-04-14 10:42:58 -05:00
Chase Wright f49cb52868
Update README.md 2021-03-15 13:44:41 -05:00
Chase Wright 8e5b3dc8a1
Update docker-install.sh
Try automatic docker remediation
2021-03-15 13:10:52 -05:00
Chase Wright 552f50eaf4
Update docker-install.sh
Update to default-mysql-client
2021-03-15 13:06:18 -05:00
Chase Wright cef02d5633
Add link to get-docker script 2021-03-15 12:58:51 -05:00
Chase Wright abb5449c71
Update docker-install.sh
Add a check and note about apt prerequisites
2021-03-15 12:56:34 -05:00
Chase Wright 9a3a4d84cb
Update README.md 2021-03-10 10:01:34 -06:00
MysticRyuujin 24a0d4f36d Use healthcheck/mysql 2021-03-09 12:28:31 -06:00
MysticRyuujin 996ec35e17 add libc-bin - might fix #171 2021-03-09 12:11:16 -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
marius137 96e7675589
Workaround for Non-release versions of FreeRDP (#166)
* Workaround for Non-release versions of FreeRDP

took the workaround from the upgrade script and put it in the install script

* fixed syntax error
2021-01-19 16:25:08 -06:00
Chase Wright 423625f718
Workaround for Non-release versions of FreeRDP
Related: #164
2021-01-06 11:56:21 -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 e2cc87dbe3
fix 22 to 8080 2020-06-23 17:54:35 -05:00
Chase Wright 4981b75511
Update README.md 2020-05-07 10:00:17 -05:00
MysticRyuujin 1411f1b4de Add checks for ufw and iptables. Fixes #132 2020-05-07 09:38:39 -05:00
Chase Wright 2a8ffcc9d2
Remove mysql-utilities
Fixes #134 

Package is not required. Package currently unavailable on Ubuntu 20.04.
2020-05-05 07:42:30 -05:00
blinklet 5fb4d6baee
Fix mysql password error (#126)
* Set mysql password earlier

* Moved sql password export
out of IF statement
2020-04-08 08:40:49 -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
g0tmi1k 6b26c54b49
Bug fixes & more verbose (#123)
* Bug fixes & more verbose

* More error handling

* Better bash fu

* Fix GUACAMOLE-760

https://issues.apache.org/jira/browse/GUACAMOLE-760

```
Cause: java.sql.SQLException: The server time zone value 'xyz' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property).....
```

* Address a few formatting issues

* Make sure MySQL is up first & remove dead code

* Hide some errors
2020-03-18 08:12:01 -05:00
Chase Wright 722f99c5e5
Fix #113 - Fully automate command line (#117) 2020-03-05 07:56:11 -06:00