Skip to main content

Easy deployment of Apache Guacamole.

Project description

guacamole-compose

docker-compose script for running apache guacamole.

Overview

This set of scripts and templates automates the deployment process for guacamole.

  • Generates the docker-compose script.
  • Generates the mysql initialization script, to configure a new mysql database.
  • Generates an nginx configuration.
  • Has parameter options and templates, so you should just have to change a single parameter file for each deployment.
  • Adds users to mysql from ldap.
  • Configures connections from ldap.
  • Configures connections from the paramter file.

Requirements

  • docker
  • docker-compose
  • python3 (3.9)
  • git

Python Packages

  • sqlalchemy
  • docker
  • ldap3
  • pymysql
  • dnspython (v2.0.0)
  • pyyaml
  • cryptography

Usage

python3.9 -m pip install --upgrade guacamole_compose
python3.9 -m guacamole_compose --deploy --create_users --create_connections

Old Usage

git clone https://github.com/alphabet5/guacamole-compose.git
cd guacamole-compose
python3.8 ./guac-deploy.py --deploy --create_users --create_connections
usage: guacamole-compose [-h] [--init] [--clean] [--deploy] [--nginx] [--ldap-groups]

optional arguments:
  -h, --help     show this help message and exit
  --init         Initialize the directory and files required.
  --clean        Clean the directories automatically created during deployment.
  --deploy       Generate configurations and deploy guacamole using docker-compose.
  --nginx        Generate the nginx.conf file located at./nginx/conf/nginx.conf.
  --ldap-groups  Used to create/update connections and groups using ldap.

Cleanup of shared directory, and periodic user sync.

Note: Check your python executable path, and modify for the cron entry below.

python3.8
import sys
print(sys.executable)
crontab -e

0 0 * * * find /root/guacamole-compose/shared/* -mtime +6 -type f -delete
*/5 * * * * cd /root/guacamole-compose && /usr/local/bin/python3.8 ./guac-deploy.py --create_users

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

guacamole_compose-0.0.5-py2.py3-none-any.whl (10.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file guacamole_compose-0.0.5-py2.py3-none-any.whl.

File metadata

  • Download URL: guacamole_compose-0.0.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for guacamole_compose-0.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d1fae15fbee3e324ca000bcab555554558d051a86f6a0590a677b0509fa04325
MD5 073e2e874cf10b5e5cbb63312aa24fa4
BLAKE2b-256 85de9ff91fec35376a7b4ea6ed600519a267fc2fe46761de003fc2ce52008248

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page