2024-09-13 16:10:57 -06:00
# Apache Guacamole
https://guacamole.apache.org
### Command to fetch script
```
2024-09-15 14:55:12 -06:00
fetch https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/guacamole/guacamole-install.sh
2024-09-13 16:10:57 -06:00
```
Don't forget to
```
2024-09-15 14:55:12 -06:00
chmod +x guacamole-install.sh
2024-09-13 16:10:57 -06:00
```
## Variables
2024-12-01 15:02:38 -07:00
These are the variables that are available to change along with their defaults and a description of what they do. Other variables should be left at default unless you have a good reason to change them.
2024-09-29 12:39:15 -06:00
MARIADB_VERSION
- mariadb version to use (currently defaults to 106)
2024-09-13 16:10:57 -06:00
## Mount points (should be mounted outside the jail)
2024-09-29 12:39:15 -06:00
- `/var/db/mysql` - database directory
- `/usr/local/etc/guacamole-client` - config/extensions directory
2024-09-13 16:10:57 -06:00
## Jail Properties
2024-09-29 12:39:15 -06:00
- none